Forum Replies Created
-
AuthorPosts
-
phillycontemporaryParticipant
It seems that text-transform isn’t working for the two Featured Content entry titles on my homepage (at the bottom). They are still in all-caps. I figured it out for the Featured Grid Content entry titles a while ago, but I can’t see the CSS working on any browser, even with my cache emptied.
phillycontemporaryParticipantMy site is: http://philadelphiacontemporary.org/
phillycontemporaryParticipantHi! I’m trying to use the CSS for changing the font in the Featured Content entry titles, and it isn’t working… Cache emptied and all..
Would this work on its own? :
#featured-content .featured-content-wrap .entry-title {
text-transform: none;
}Let me know–Thank you!
phillycontemporaryParticipantI’ve been trying to use code like this:
body.single-product #header-featured-image img {
display: none;
}but haven’t been able to get it to work!
phillycontemporaryParticipantI was able to figure out the widget issue, however I’m still stuck on the featured image problem.
My issue is that I use Featured Images elsewhere on my site, and disabling the header image from pages/posts through Appearance->Customize hides all of them… Maybe there is something I can add to my child theme to prevent WooCommerce from taking the ‘Product Image’ that I set for each product and using it as the Featured Image for that page?
phillycontemporaryParticipantHi Mahesh,
I think this is working, but not in my chrome browser–only in Firefox and Safari–Do you know why this might be?
phillycontemporaryParticipantGreat, Thanks!
phillycontemporaryParticipantJust kidding! I did not solve it with
get_option(‘page_for_posts’)
… let me know how I can specify the posts page as the only page for the featured slider.Thanks!
phillycontemporaryParticipantI think I’ve figured it out: I’m using
get_option(‘page_for_posts’)
in place of my page id.
phillycontemporaryParticipantHi! Yes, I think I will need help–Or would I just substitute the page id in the previous code you posted with the post page id?
phillycontemporaryParticipantThanks! removing that code fixed it.
Is it possible to have to slider and the post page exist together?
After I got the code to work and activated the slider on the single page, it disappeared when I made the page into my static post page. Is there any way to have them together?
Thank you,
phillycontemporaryParticipantHi! This worked perfectly, but I am wondering if there is a way to change the color of the small triangle above the active thumbnail? Let me know!
Thank you,
phillycontemporaryParticipantI’ve taken out the wrong code and put in the new CSS you provided, however when I activate the featured slider for the entire site, the slider is still visible on every page.
I’m using the featured image slider in the featured slider options. Would that make a difference?
Thank you,
phillycontemporaryParticipantThank you! This fixed it! 🙂
phillycontemporaryParticipantTHANK YOU SO MUCH!!
This worked perfectly!
Will I need to modify the code if I have more/less than 12 items in the grid?
Thank you so much again!!!
phillycontemporaryParticipantHi,
Hmm, I put the code in and I don’t see a change..
I activated the featured slider for the entire site and put your code into my child theme style sheet. I’m still getting the featured slider on all of my pages. Do I need to ‘disable’ the slider on individual pages in the page layout options?
phillycontemporaryParticipantGreat, Thank you–The code changed the color of the X, however the responsive menu three bar went back to blue when the X was clicked…
phillycontemporaryParticipantHi! This code works for me, although after the three bars are clicked, the ‘X’ to minimize the mobile menu is still blue.
The responsive menu color also changes back to blue when the ‘X’ is clicked (although the hover color remains)… Any thoughts?
phillycontemporaryParticipantHi Pratik,
Mahesh wrote this code to get rid of the ‘Load More’ bar when I was using the free version of Fabulous Fluid: http://pastebin.com/WQyE0jss
Can I make a few changes to it to use it with Fabulous Fluid Pro? Maybe changing ‘fabulous_fluid_get_option’ to ‘fabulous_fluid_pro_get_option’ and changing ‘featured_grid_content_page_’to reflect that I am using the featured Image Grid Content feature?
Let me know,
phillycontemporaryParticipantHi Mahesh,
I would like to activate it on the page ‘Projects’
Thank you for your help!
-
AuthorPosts