I can confirm this on fresh install 20-16 no plugins except woocommerce. The issue is setting cookie in woocommerce file.
Delete these files from ftp:
Cherry theme main folder:
less/style.less.cache
less/bootstrap.less.cache
Child theme folder:
style.less.cache
less/bootstrap.less.cache
So,
This seems to work.
jQuery(document).ready(function($) { $( "#opener" ).click(function() {
$( ".thing" ).toggle( "fade" );
}); });
Maybe the input has to be a button – otherwise it doesnt work.
<button id="opener">fade</button>
Please confirm or let me know – though effects work with button(otherwise they don’t seem to work.)
Thanks!