Tagged: Cart, icon, woocommerce
-
AuthorPosts
-
August 7, 2017 at 6:19 am #835217
I never included this workaround. I am not running a caching plugin as already explained. The bug is still present.
August 7, 2017 at 6:26 am #835219PS: To reproduce this all I need to do is add an item to cart from a single product view page. The cart icon never appears.
August 9, 2017 at 9:02 am #836233Hi,
I would like to check the site again but I got the following errors. Please contact your hosting provider.
Your connection is not private
Attackers might be trying to steal your information from //// (for example, passwords, messages, or credit cards). Learn more
NET::ERR_CERT_COMMON_NAME_INVALIDAutomatically send some system information and page content to Google to help detect dangerous apps and sites. Privacy policy
Best regards,
IsmaelAugust 9, 2017 at 12:55 pm #836349The error is just from a self-signed certificate, you can ignore it.
Please remove the reference to my site from the URL post text.
August 10, 2017 at 9:35 am #836849Hi,
Please settle the ssl certificate issue with your hosting provider, only then we will be able to help you. We removed the url.
Best regards,
IsmaelAugust 10, 2017 at 9:37 am #836852It’s just a self-signed cert, you can safely ignore the warning. It has no bearing on the issue you are testing for.
August 15, 2017 at 12:17 pm #839218Hi Jason,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.cart_dropdown.av-display-cart-on-load { right: initial; }
If you need further assistance please let us know.
Best regards,
VictoriaAugust 15, 2017 at 1:11 pm #839265Thanks Victoria. Can you confirm why this fix was only affecting some users and when it will be released in the main version? Thanks, Jason
August 17, 2017 at 3:22 pm #840445Hi Jason,
Glad that it’s working for you. But I am not sure I have the answer to that question.
If you need further assistance please let us know.
Best regards,
VictoriaAugust 18, 2017 at 12:30 am #840669I have not tested your CSS. I would prefer it to be in a baseline version as this is a fairly serious issue for anyone using Enfold for commerce.
August 21, 2017 at 7:44 pm #842194Hi,
We will do investigate that further if it needs to be fixed like that.
For now the code he provided should be working properly.Best regards,
BasilisAugust 23, 2017 at 12:33 am #842830Sorry guys but this fix doesn’t work.
Can you please advise?
August 23, 2017 at 8:53 pm #843262I do have the same problem with an all up-to-date installation (Enfold 4.1.2, newest WooCommerce and so on…), tested in Firefox and Chrome (newest versions). There, after putting something in the cart, the cart dropdown button is first not visible but then – after loading of the page is complete – becomes visible in the menu. On changing to another page it disappears again.
I tried the 3 solutions (CSS Code, adding snippet to functions.php and replacing the .js file in the enfold folder) proposed, none of them worked.
You can test the behavior on my site as guest, see below.Also running a Cache plugin, W3 Total Cache, which seems to be connected to this issue…
- This reply was modified 7 years, 2 months ago by joerka27.
August 28, 2017 at 12:52 pm #844775Hi joerka27,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css and flush the cache
.cart_dropdown { right: 0px; }
If you need further assistance please let us know.
Best regards,
VictoriaAugust 28, 2017 at 1:14 pm #844784This is not a solution. The cart icon should only appear when the cart has items in it, per the Enfold Shop Options setting Header Shopping Cart Icon being set to Display floating on side but only once product was added to cart. This is a standard feature and it works under WooCommerce 2.x.
August 28, 2017 at 8:50 pm #845023I agree with Jason, this is not a solution. With this code (I tested it) the cart is visible all the time, which is not the functionality it should have.
September 1, 2017 at 8:35 am #846687Hi,
Please edit the config-woocommerce > woocommerce-mod.js, look for this code around line 128:
if( ( empty.length > 0 ) && ( 'undefined' !== typeof event ) )
Replace it with:
if( empty.length > 0 || 'undefined' !== typeof event )
Best regards,
IsmaelSeptember 2, 2017 at 12:26 am #847029Sorry Ismael but I expect this product to work as I paid for it. I am not comfortable editing theme javascript files unless you commit this fix into a new version as the fix will just be lost on the next update.
I am happy to test a beta release containing this fix.
September 4, 2017 at 8:49 am #847579Hi,
Sorry Ismael but I expect this product to work as I paid for it.
I think the theme is working as a whole. Is there any other issue that we don’t know about aside from the small cart icon? Please try the modification. It will help us debug the issue.
Best regards,
IsmaelSeptember 4, 2017 at 12:54 pm #847700Hi Ismael,
I have applied the fix to the dev site previously listed in the private content as you requested. It has not fixed the issue and the icon is not shown when I add items to my cart.
In fact it is present on the page but off to the right (-60px).
I am running the latest versions of WooCommerce, Enfold & WordPress. You should be able to reproduce this easily. I am not sure why a fix for this is so elusive. This thread has been going on for ages now. 49 replies.
Jason
September 7, 2017 at 3:23 am #848916Hi,
Thank you for the update. I tested the code again and it’s working on our installation. Please post the FTP and WP admin details in the private field so that we can test it.
Best regards,
IsmaelSeptember 7, 2017 at 3:50 am #848929Can you please clarify whether you have the setting Header Shopping Cart Icon set to Display floating on side but only once product was added to cart?
I think this is the source of confusion.
September 7, 2017 at 5:26 am #848948September 7, 2017 at 6:32 pm #849176Just to add a bit to this conversation…
I have litespeed cache installed and cloudflare on my sites. I also had this issue. Clearing both caches fixed my problem as well. I highly recommend that anyone still encountering this problem look at their caching solution on their server. Once they are flushed, you should not have this issue again (unless custom code is creating it).
September 8, 2017 at 5:02 am #849371September 13, 2017 at 1:43 am #851308I have no caching plugin or CDN at all and it still doesn’t work guys.
To clarify again, the issue I am finding is from the Product page. If you click the add to cart button on the Product page, the cart icon does not appear then or when browsing any other page.
It does appear temporarily when you click Add to Card from a Product thumbnail on the category or other pages.
Can either of you clarify this specific scenario?
Jason
September 14, 2017 at 8:00 am #851893Hi,
@Jason: I reviewed the whole thread but I can’t find the login credentials to your site. Please post the FTP and WP login details so that we can test it. If possible, please create a new thread because this one is getting a bit too long.
Best regards,
IsmaelfSeptember 17, 2017 at 1:52 pm #853063I shouldn’t need to create a new thread because this is the same issue I raised initially and it’s still unresolved.
I haven’t provided login details, I provided a test website that exhibits the issue. See post #5.
September 19, 2017 at 6:54 am #853716Hi,
We need to inspect and test the modification. Please provide the login details.
Best regards,
IsmaelSeptember 19, 2017 at 1:35 pm #853838I can’t give you login details to my site as it contains customer data. Happy to perform any modifications you suggest.
Cheers,
Jason -
AuthorPosts
- The topic ‘WooCommerce Cart Icon Broken – WooCommerce 3 / Enfold 4’ is closed to new replies.