Forum replies created

    Roman
    Spectator
    Posts: 3147
    April 5, 2014 at 7:55 pm #9414

    the LayerSlider will be updated together with the next theme release…you don’t have privileges to update it in the package.

    Roman
    Spectator
    Posts: 3147
    April 5, 2014 at 6:35 pm #9413

    have you try it? because me not. just try and you will see if can or not 🙂

    Roman
    Spectator
    Posts: 3147
    April 5, 2014 at 1:50 pm #9412

    I found the bug, please edit the style.css file, find line #433 and remove it:

    Code:
    position:relative;

    it will fix the bug, this will be fixed in the next theme release also.

    Roman
    Spectator
    Posts: 3147
    April 5, 2014 at 12:01 pm #9411

    yes, download the evolve version here http://theme4press.com/evolve-multipurpose-wordpress-theme/ and install it on your website

    Roman
    Spectator
    Posts: 3147
    April 4, 2014 at 8:29 pm #9408

    the field is under the Theme Options page, Custom CSS section. Can I see the page with the formatting issue?

    Roman
    Spectator
    Posts: 3147
    April 4, 2014 at 9:18 am #9406

    those values will not affect on your SEO, don’t worry

    Roman
    Spectator
    Posts: 3147
    April 4, 2014 at 9:16 am #9405

    you have access to theme now

    Roman
    Spectator
    Posts: 3147
    April 2, 2014 at 7:41 pm #9404

    please can you confirm on our demo site http://demo.theme4press.com/evolve/ if the problem is not there too?

    Roman
    Spectator
    Posts: 3147
    April 2, 2014 at 11:02 am #9402

    you could try to edit the footer.php file and find this line

    Code:
    <?php $footer_content = evl_get_option(‘evl_footer_content’,”);
    if ($footer_content === false) $footer_content = ”;
    echo $footer_content;
    ?>

    and replace it with:

    Code:
    <?php $footer_content = evl_get_option(‘evl_footer_content’,”);
    if ($footer_content === false) $footer_content = ”;
    echo do_shortcode($footer_content);
    ?>
    Roman
    Spectator
    Posts: 3147
    April 1, 2014 at 8:45 pm #9394

    ou….you should definitely update to the last one..this issue was fixed….please back up your current version