Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1507
    regalaffair
    Member

    How can I remove the featured slider from appearing on the Blog section of my site. I seem to have a disconnect and can’t figure out how to do that. I only want it on my homepage.

    #1527
    Sakin
    Keymaster

    @regalaffair: In Simple Catch Pro theme there is slider option to enable slider in “Homepage / Frontpage” only.

    Check the settings id “Theme Options -> Featured Slider -> Slider Options”

    #1873
    dpmaki
    Member

    I have “Homepage/Frontpage Only” selected and the featured slider is appearing on both my home page as well as my news page (which is my blog). Can you tell me what the issue might be here, as I only want the images on the main page.

    #1882
    Sakin
    Keymaster

    @dpmaki: can you send me your site url. It’s little strange.

    #1883
    dpmaki
    Member
    #1898
    Sakin
    Keymaster

    @dpmaki: Can you download the latest version of Simple Catch Pro from your account in Catch Themes and then upload it. If this latest version doesn’t fix it then I will need to check in with you. So, let me know the status.

    #1908
    dpmaki
    Member

    I already have the latest version installed.

    #1925
    Sakin
    Keymaster

    @dpmaki: Hum that’s really strange. I will have my support team look at it. I don’t know why it is showing in you site. But for a quick fix until we release the new version. You can add the following css in the “Custom CSS” box in your Theme Options.

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

    #1927
    regalaffair
    Member

    Same here. I have the latest version and I have the homepage / frontpage checked also. titaniumrib.org

    #1930
    Sakin
    Keymaster

    @regalaffair: you can use the same. We will add this fix in new version update. thanks for reporting bug.

    #2989
    nathalia
    Member

    I have the same issue and the code you provide doe not fix it. Is there an update coming?

    #2997
    Sakin
    Keymaster

    @nathalia: Can you send me your site URL please.

    #3128
    nathalia
    Member
    #3130
    Sakin
    Keymaster

    @nathalia: For your site please add the following css.

    .blog #slider { display: none; }

    #3133
    nathalia
    Member

    That worked perfect. thanks!

    #3768
    regalaffair
    Member

    The previous update that fixed this problem is back with my most recent update of 1.2.5.1

    Can you all fix this.  I tried the adding the above to my css and it didn’t work.

    Thank you!

    #3773
    Sakin
    Keymaster

    @regalaffair: You have added the css
    .news-2 .featured-slider {display: none;}. But you are supposed to add .blog #slider { display: none; }

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Blog page – featured slider’ is closed to new replies.