Forum Replies Created
-
AuthorPosts
-
That works…
Thx
Hey Ismael,
I tried both of those and neither worked.
thx for your help
The 4.3.1 version is not working either.
you are right
thx
The code only works if I am logged into WP…once I log out and go to the home page it does not work.
Bad news…..still having issue
I looked at it on another computer and had the submit button blocked out. I cleared the cache…etc.
It seems like the code works only on the computer I am using to edit, after I save to the template.
I checked in other browsers with the same issue.
Perfect.
Solves the problem.
Thanks for your help!
ed
when I originally installed Enfold on this site, I got a message that there was a corrupted Stylesheet. This happened twice, so installed a previous version from another client that worked fine. However, on a Enfold upgrade, the entire site crashed again and GoDaddy had to go in an delete the theme. So I installed another version that I knew would work. So, what’s your suggestion?
only the first pix on the left at that link worked….. and that pix worked for me also on the original page.
thx
ed
Login info:
ok thx
no worries…..i got it fixed….thanks for the prompt response….
yeah we got it right, thanks for your guidance.
we have fixed the Tablet View.
what code do we need to use to get rid of the WooCommerce Shopping Cart Icon that is on the Mobile Menu. I was using this
.cart dropdown { display: none; }
but it is not working since we added the code to remedy the Tablet problem.
Thanks
This is the code I was using to take care of a WooCommerce Shopping cart icone appearing in the mobile/smartphone menu.
.cart dropdown { display: none; }.So I added the code below to take care of the logo overlapping problem which it did.
@media only screen and (max-width: 1024px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
#wrap_all {
position: relative !important;
}However, now the shopping cart icon is back on the mobile/smartphone view.
Please advise.
Thanks
- This reply was modified 8 years, 8 months ago by vagator78.
March 14, 2016 at 1:21 pm in reply to: WooCommerce Site Wide Notice (covering up header area) #597692We have just migrated our site to live and are experiencing the Logo covering the menu in the Tablet view. The Mobile/Smartphone view is working fine. Please advise a fix.
-
AuthorPosts