Tagged: ajax, woocommerce
Hello – How can I increase the time that the cart display in the header appears? It only lasts for a second or so and I think it would be better usability if it lasted longer:
https://www.dropbox.com/s/goaly59ot6t3ib0/Screenshot%202015-07-13%2014.19.50.png?dl=0
Hi jayohare!
Try line 83 in the /enfold/config-woocommerce/woocommerce-mod.js file.
setTimeout(function(){ template.trigger('avia_hide'); }, 2500);
Cheers!
Elliott
Thanks for the response Elliot – however that did not change anything.
I tried changing a number of other values in that file and none made a difference.
Hey!
I think that should be the correct line. You need to increase the 2500 value to 6000 or something if you want it to display longer.
Make sure to clear your browser cache and refresh any caching related plugins you might have installed.
Cheers!
Elliott
Thank you, thank you!