• Resolved lee718

    (@lee718)


    Responsive slider stop working when I changed my permalinks to default and back to post like they were before. I’ve since added some photos and it hasn’t worked.

    I tried deactivating and reactivating the plugin and then set settings and add images. Still nothing.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter lee718

    (@lee718)

    Update: when I add || contact or another page to conditional, the slider shows in all pages.

    This is how I have the code set in my header.php:
    <?php if(is_page(‘home’))do_shortcode( ‘[responsive_slider]’ ); ?>

    Now I need to just get it working in that one page only: page-home.php

    Thread Starter lee718

    (@lee718)

    I’m still not sure what changed, but in case this helps anyone, I changed the lowercase h to Home and it worked.

    <?php if(is_page('Home'))do_shortcode( '[responsive_slider]' ); ?>

    Thread Starter lee718

    (@lee718)

    I’m still not sure what changed, but in case this helps anyone, I changed the lowercase h to Home and it worked.

    <?php if(is_page(‘Home’))do_shortcode( ‘[responsive_slider]’ ); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Responsive slider stop working’ is closed to new replies.