-
AuthorPosts
-
January 7, 2015 at 10:36 pm #376505
I updated Enfold today (via FTP) so that I could also update WordPress 4.1. In a general run through after, it looks like all is good except for an issue in the socket area at bottom of pages. It uses a rounded corner but now instead of being transparent like it had been previously (so the main site background is visible), it now has white background where the rounded corners are. Weirder is that one page (Support) the rounded corners appear as they should be.
Can you check it out and see if you can tell what needs to be tweaked? Info is in private content area.
Thanks!
TomJanuary 8, 2015 at 6:13 pm #376973Hi tgdigitalsolutions!
Remove this from your custom CSS.
#main, .avia-msie-8 #header.av_header_sticky_disabled { background-color: #ffffff; }
Regards,
ElliottJanuary 8, 2015 at 6:55 pm #377006Hey tgdigitalsolutions!
use this in Quick CSS to remove the white edges:
#main, .avia-msie-8 .av_header_sticky_disabled#header { background-color: transparent; }
Check if other parts of your site are working correctly with this code.
Regards,
AndyJanuary 8, 2015 at 8:48 pm #377075UPDATE: Thought it was resolved but it’s not so below is updated edit of my post.
Cool, thanks Andy. I plugged in the code you noted in my custom CSS and that seemed to resolve. However, it also made the header area where the breadcrumbs are transparent. Not just the socket area at bottom of the page.
Is there some way to make it be strictly for the bottom area and nothing that would affect the top?
- This reply was modified 9 years, 10 months ago by tgdigitalsolutions.
January 9, 2015 at 9:16 am #377262Hi!
Can you please provide a screenshot of the issue? I checked the site on IE8 and the title container’s background is white, not transparent.
Regards,
IsmaelJanuary 9, 2015 at 9:02 pm #377579it’s white now because I removed the code. Couldn’t leave it like that.
Attached is a screen shot from when I do have that code plugged in and when I don’t. Hope that clarifies. Also, not sure if there is some confusion but this isn’t a problem just in IE 8 or anything. Since updating the theme, this problem is seen with any browser.
January 11, 2015 at 3:47 am #377875Hi!
Thank you for the screenshot. Add the fix above plus this code:
#top .title_container .container { background: #ffffff; }
Cheers!
IsmaelJanuary 11, 2015 at 9:05 pm #378033Excellent! Thanks, looks like that took care of things.
This topic can be closed.
-
AuthorPosts
- The topic ‘minor issue after updating to 3.04’ is closed to new replies.