Hidden Areas not working all of a sudden

Hi. I was hiding a section of my page before I deleted it to make sure a replacement area looked right, but now all of the hidden items on that page show. Notably, the mobile versions of the header and footer as well as any sections I try to hide. At this point I can’t get back to where it was working properly.

The other pages seem to be showing the header and footer as intended. Any help would be appreciated!

Sorry, forgot to mention that the offending page is Industry Knowledge. https://harriscpas-dev.sovrndev.com/industry-knowledge/

Got it fixed, I saw a different post that talked about code like this being in the CSS of the page and to remove it. So I removed it and it works. But, I didn’t put that code in the page to begin with, so somehow when I was clicking on and off of the visibility options it put it in the CSS of the page. No other explanation for it. So…for future reference if something is showing and shouldn’t be make sure you don’t have any code like this in your CSS. Make sure the code gremlins didn’t put it in there either!

@media (min-width: 1200px){
.x-hide-xl {
display: block !important;
}
}

Hi @josephrice,

Happy to hear that you have found the problem.

Not sure why the code is added to your CSS but I am sure that the CSS code cause problem.

Feel free to ask us again.

Thanks.

Ok, so I thought I figured it out but apparently it is still broken in Microsoft Edge / IE. Any area that is hidden, on any page of the site, shows up in Microsoft Edge even though it shouldn’t. I can’t figure out why that is happening but any help would be much appreciated. I’m trying to launch the site tomorrow and this is causing a bit of an issue.

The mobile header and mobile footer show up on all pages. In addition, there are a few areas I’ve duplicated for mobile and hidden on desktop (and vice versa) and both areas show up, regardless of the Hide During Breakpoints setting. It works as it should on mobile (iOS and Android) and Safari and Chrome, just not Microsoft Edge/IE on PC.

I updated the credentials. Please help!

Hi,

I check the page in Edge/IE and it seems to be working fine.

Try to clear your browser(Edge/IE) cache and check again.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.