Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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!
    Tom

    #376973

    Hi tgdigitalsolutions!

    Remove this from your custom CSS.

    #main, .avia-msie-8 #header.av_header_sticky_disabled {
        background-color: #ffffff;
    }

    Regards,
    Elliott

    #377006

    Hey 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,
    Andy

    #377075

    UPDATE: 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?

    #377262

    Hi!

    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,
    Ismael

    #377579

    it’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.

    After CSS code is added

    before adding new CSS

    #377875

    Hi!

    Thank you for the screenshot. Add the fix above plus this code:

    #top .title_container .container {
    background: #ffffff;
    }

    Cheers!
    Ismael

    #378033

    Excellent! Thanks, looks like that took care of things.

    This topic can be closed.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘minor issue after updating to 3.04’ is closed to new replies.