How to change slider animation for titles? – Theme Enigma

  • Unknown's avatar

    Hi There,

    I am exploring the theme Enigma for a new website. The theme is great but I do not like one thing in the slider. The title and subtitle of each slide appear from na animation in which they bouce from oposite sides. For me this is a problem for readers. It takes a second until the eye gets ready to read the text. In the editor, this is the settings of the title animation in the file home-slider.php:

    <div class=”container”>
    <div class=”carousel-caption”>
    <?php if($wl_theme_options[‘slide_title_1’]!=”) { ?>
    <div class=”carousel-text”>
    <h1 class=”animated bounceInRight”><?php echo esc_attr($wl_theme_options[‘slide_title_1’]); ?></h1>
    <?php
    if($wl_theme_options[‘slide_desc_1’]!=”) { ?>
    <ul class=”list-unstyled carousel-list”>
    <li class=”animated bounceInLeft”><?php echo esc_attr($wl_theme_options[‘slide_desc_1’]); ?>

    I was thinking of having the titles animation as a fade, instead of a bounce in right/left. Can anyone tell me if it would work to replace bouceInRoght/left for fade in the settings? Like this:

    <h1 class=”animated fade”><?php echo esc_attr($wl_theme_options[‘slide_title_1’]); ?></h1>
    <?php
    if($wl_theme_options[‘slide_desc_1’]!=”) { ?>
    <ul class=”list-unstyled carousel-list”>
    <li class=”animated fade”><?php echo esc_attr($wl_theme_options[‘slide_desc_1’]); ?>

    The blog I need help with is: (visible only to logged in users)

  • You should ask this question on WordPress.org Themes and Templates forum.

    This forum is only for WordPress.com users.

    In case you are unaware, please read the difference between WordPress.com and WordPress.org.

    Please note that you cannot use your WordPress.com account to login to WordPress.org forums. So you have to create a new account on WordPress.org to be able to login and post to their forums.

  • The topic ‘How to change slider animation for titles? – Theme Enigma’ is closed to new replies.