• Resolved mprythero

    (@mprythero)


    I love your theme first off. But I have an issue with the slider being on other pages besides the homepage. I was wondering if there was a way to remove the slider on other pages, and possibly whether or not I could replace the slider with a featured image. The slider just takes up to much room on other pages and I’m afraid some visitors may feel as if it is the same page.

    Thanks! Matt

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello mprythero,

    Right now there is no way to show the slider only on homepage.

    Im preparing update for this but until that you can edit manually next file:

    wp-content/themes/agama/framework/slider.php

    Search for:

    <?php if( ! get_header_image() ): // Do not output slider if header image is active ?>

    and replace it with:

    <?php if( ! get_header_image() && is_home() || ! get_header_image() && is_front_page() ): // Do not output slider if header image is active ?>

    This will show slider only on homepage or front page and nowhere else.

    As i said update is upcoming so you will be able to enable / disable slider on desired pages.

    Best Regards

    Thread Starter mprythero

    (@mprythero)

    That would be great. Like I said, I do enjoy your theme. I was wondering if there was a way to put the featured image of a page where the slider once was. If that’s not possible that’s fine, it’s just one of the things my board asked me about. Thanks again.

    It is possible, just remove slider images (slider will turn off) & upload header image/s from:

    Customize->Header->Header Image

    Sorry if i miss-understand your question.

    Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Slideshow vs Featured Image’ is closed to new replies.