• dalton.roach

    (@daltonroach-1)


    I have created a slider and placed it on the homepage of our website (www.AudioEnhancement.com). The slider is also showing up on our Posts page for some reason (www.AudioEnhancement.com/news). Since that is the posts page, I have not placed any code on that page at all. There should be no reason that I can think of that would cause the slider to show up, and I can’t figure out how to get rid of it. Do you have a solution?

    https://wordpress.org/plugins/responsive-header-image-slider/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Can your send us your theme name and test our plugin with your theme. My team will provide you better solution.

    Thanks,
    Anoop Ranawat

    Thread Starter dalton.roach

    (@daltonroach-1)

    The theme is a modified version of the Underscores starter theme found at http://underscores.me/ The base theme has been modified to be customized for our site.

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Sorry for the late reply. You can use following condition before the shortcode.
    ie:

    <?php if(is_front_page()) {
    Shortcode will come here
    } ?>

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slider Showing up on Home Page and Posts Page’ is closed to new replies.