-
AuthorPosts
-
May 9, 2014 at 11:10 pm #262620
I run two websites with Enfold. One is working fine, but the other at http://www.asudoit.com is not displaying the cart icon up top when an item is added to cart. I disabled all (but Woocommerce) plugins and it still was not displaying, even in an incognito window in Chrome.
Any ideas?
May 10, 2014 at 7:47 am #262729Hey asudoit!
Thank you for using the theme!
It is showing but it is hidden on the overflow of the boxed layout. Please use this on Quick CSS or custom.css:
.cart_dropdown.visible_cart { right: 18px; }
Regards,
IsmaelMay 10, 2014 at 8:15 am #262736I tried that and even in an incognito Chrome browser window, the cart icon did not show up after adding an item to my cart.
This worked before on a previous version of the theme, but not now? Please advise.
May 10, 2014 at 8:15 am #262737That last reply was from me…just logged in on my other account. :)
May 12, 2014 at 6:18 am #263150Hey!
Thank you for the update.
On what version of the browser and OS are you testing this with? I tested this on Chrome Windows 8 and the cart shows fine:
Regards,
IsmaelMay 12, 2014 at 8:44 am #263179I’m on Windows 7 with latest updates and Chrome with latest updates.
I just tried Firefox, and it shows up there, although the alignment is off a bit.
May 12, 2014 at 8:56 am #263183I have noticed some odd errors in the Chrome inspector. I’ve attached a screen capture.
May 12, 2014 at 12:35 pm #263254I have the same problem: cart icon isn’t showing in chrome.
May 12, 2014 at 5:35 pm #263369Hey!
It seems like one or more plugins or browser extensions (Chrome extensions) cause a js conflict/error which also breaks the cart script. Please try to deactivate all plugins/extensions (especially the “shareaholic” plugin) and check if the cart starts to work afterwards.
Cheers!
PeterMay 12, 2014 at 5:37 pm #263371I use a 100% clean Crome with no extensions. Problem remains.
May 12, 2014 at 5:56 pm #263380Hi!
Please create a new thread and post a link to your website. My answer was directed to the thread creator asudoit who posted the screenshot.
Cheers!
PeterMay 12, 2014 at 7:41 pm #263479Hi Peter and Dude,
As I mentioned in the original post, I already tried with all plugins disabled. I went ahead and disabled all Chrome extensions as well, and the problem remains, just the armindoerr is experiencing.
Like Ishmael said, the cart is there, it just isn’t visible. If I hover my mouse over where the cart should be, eventually I can click on it, but it is invisible.
May 13, 2014 at 5:44 am #263734Hey!
Thank you for the update.
Again, I tested on Firefox and Chrome Windows 8 and the cart is there. Please add this on Quick CSS or custom.css:
#wrap_all { overflow: visible; } .html_boxed .cart_dropdown { position: fixed; top: 35px; z-index: 5000; }
Regards,
IsmaelMay 13, 2014 at 6:36 am #263760Ishmael,
That CSS worked better than the first one you posted a few days ago, and the cart icon is now showing.
However, I am concerned with how it behaves responsively. At some screen widths, it disappears partially and sometimes altogether.
May 13, 2014 at 10:58 am #263855Hey!
Glad it somehow worked.
Please add this on Quick CSS to reposition the cart button on smaller screens:
@media only screen and (min-width: 767px) and (max-width: 989px) { .cart_dropdown.visible_cart { right: 94px; } } @media only screen and (max-width: 768px) { .cart_dropdown.visible_cart { right: 0; } .html_boxed .cart_dropdown { top: 70px; } }
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.