Home Forums Pro Themes Education Hub Pro Slider on blog page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #27625
    hardhat
    Participant

    I have a static front page, with Featured Slider active. I have enabled slider on Home Page / Front Page only. However, when I go to the blog page, the slider is active. I tried the solution given earlier with the child plug-in. However, it messes up my site and removes the slider on both the blog page and the static front page. Is there a simple way to disable the slider on the blog page only? Does one of your other themes have this capability?

    Thanks.

    #27656
    wensolutions
    Keymaster

    Hello,

    The Education Hub Pro theme already has the feature to either enable the featured slider in the home / front page only or the entire website.

    Please go to your Admin Dashboard > Appearance > Customize > Featured Slider and choose “Home Page / Front Page” option under “Enable Slider On” setting.

    Save and publish your changes and the slider will appear only in the static front page and not in the blog page.

    Hope this Helps,

    Best Regards !!

    #27659
    hardhat
    Participant

    Thanks for your reply. As I mentioned in my first post, I have already enabled the Home Page / Front Page option. If I chose Entire Site, the slider shows on all pages. If I enable Home Page / Front Page, the slider displays on both the static front page and the blog page. I note that this same issue was raised by two previous posters, and you provided code for a child theme. However, the code / child theme plays havoc with my layout.

    Thanks again for your assistance.

    #27664
    wensolutions
    Keymaster

    Hello @hardhat,

    The feature to hide the slider on the blog page and display it on the static front page only is already under development for the Education Hub Pro theme. The feature will surely be added on the theme update soon.

    For the quick workaround, please add the the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS to choose the option “Home Page / Front Page” and hide the slider in the blog page :

    .blog div#featured-slider {
        display: none;
    }

    Hope this Helps,

    Best Regards !!

    #27665
    hardhat
    Participant

    That worked! Many thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.