Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #862945

    Hi,

    I have a problem with layerslider :-(

    In header.php i have this :
    <?php
    $url = $_SERVER[‘REQUEST_URI’];

    if( strstr($url, “catalogue-hebdomadaire”))
    { echo do_shortcode(‘[av_layerslider id =”15″]’); }
    elseif( strstr($url, “catalogue-mensuel”))
    { echo do_shortcode(‘[layerslider id =”16″]’); }
    else { echo do_shortcode(‘[layerslider id =”11″]’); }
    ?>

    It’s work fine for each page, post.. but no for item portfolio
    contact page (slider 11 OK)
    http://boreale.pro/contactez-nous/

    item portofolio exemple (i have this [layerslider id =”11″] ):

    Do you have any suggestion ?

    Thanks

    #863293

    It’s OK :-) now…

    #863324

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #863339

    Thanks ! you can close it :-)

    • This reply was modified 7 years, 1 month ago by cyril92.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.