Tagged: featured slider
- This topic has 16 replies, 4 voices, and was last updated 11 years, 9 months ago by Sakin.
-
AuthorPosts
-
November 4, 2012 at 11:09 am #1507regalaffairMember
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.
November 6, 2012 at 10:35 pm #1527SakinKeymaster@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”
November 12, 2012 at 1:52 am #1873dpmakiMemberI 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.
November 12, 2012 at 10:52 pm #1882November 12, 2012 at 11:44 pm #1883November 13, 2012 at 10:30 pm #1898SakinKeymaster@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.
November 13, 2012 at 11:50 pm #1908dpmakiMemberI already have the latest version installed.
November 15, 2012 at 6:24 pm #1925SakinKeymaster@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;
}
November 15, 2012 at 8:48 pm #1927regalaffairMemberSame here. I have the latest version and I have the homepage / frontpage checked also. titaniumrib.org
November 15, 2012 at 9:49 pm #1930SakinKeymaster@regalaffair: you can use the same. We will add this fix in new version update. thanks for reporting bug.
January 14, 2013 at 5:50 am #2989nathaliaMemberI have the same issue and the code you provide doe not fix it. Is there an update coming?
January 15, 2013 at 12:12 am #2997January 19, 2013 at 9:44 pm #3128January 19, 2013 at 10:10 pm #3130SakinKeymaster@nathalia: For your site please add the following css.
.blog #slider { display: none; }
January 19, 2013 at 11:04 pm #3133nathaliaMemberThat worked perfect. thanks!
February 9, 2013 at 8:33 am #3768regalaffairMemberThe 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!
February 9, 2013 at 10:04 pm #3773SakinKeymaster@regalaffair: You have added the css
.news-2 .featured-slider {display: none;}
. But you are supposed to add.blog #slider { display: none; }
-
AuthorPosts
- The topic ‘Blog page – featured slider’ is closed to new replies.