Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #422493

    Hello,
    I need your help to figure out to fix this problem: I put a layer slider in the footer but in some pages it doesn’t work, like here:
    http://www.dentistiriminidestradelporto.it/dott-michel-dibb/
    in the home page and in other pages it’is loaded correclty
    Do you know why?

    #422772

    Hi anderandreani!

    So you have a LayerSlider in that page but it’s not displaying?

    Let’s try the following.

    1. Deactivate all plugins.

    2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    If that does not help then send us a WordPress login and we’ll take a closer look.

    Cheers!
    Elliott

    #427046
    This reply has been marked as private.
    #427333

    Hi!

    That’s strange, could you please try to update WordPress to the latest version to see if that helps?

    Regards,
    Rikard

    #427370

    Ok I did but nothing changed..

    #427791

    Hey!

    Sorry, it looks like the LayerSlider is not meant to be used in the footer. It’s displaying on your homepage because your using it in the page content as well. You can try changing lines 181 – 185 in the /enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php file from this.

    global $post;
    if(!empty($post->post_content) && strpos($post->post_content, "[layerslider") !== false )
    {
    	return true;
    }
    

    To this.

    //global $post;
    //if(!empty($post->post_content) && strpos($post->post_content, "[layerslider") !== false )
    //{
    	return true;
    //}
    

    Cheers!
    Elliott

    #428071

    It works! Thank you

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Layer slider in footer’ is closed to new replies.