Chris Lynch
Forum Replies Created
-
Hi!
If anyone else is affected by this, I’ve made a quick and dirty work-around with some JQuery. You need to turn off your AJAX add to cart and accept redirecting to the cart (or product page if you miss a variant selection).
jQuery('.single_add_to_cart_button').off(); jQuery('.single_add_to_cart_button').mousedown(function(e){ e.preventDefault(); jQuery("input:checkbox:not(:checked)").remove(); jQuery('input[type="radio"]:not(:checked)').remove(); jQuery(this).parents('form:first').submit(); window.location.href('cart'); jQuery(this).remove(); });
This works by removing options that aren’t selected. It looks like its the form construction that’s the problem – either the way the form is being submitted doesn’t work with the latest Woo or maybe it’s broken inside the Yith plugin. Either way, this has fixed my problem until there’s a patch from the developer.
- This reply was modified 4 years, 8 months ago by Chris Lynch.
Yes, I am having this issue as well.
Forum: Plugins
In reply to: [BookPress - For Book Authors] ExportsHi Paul,
Would you be interested if I wrote one?
Cheers,
Chris
Hi there.
I re-installed today to try again as suggested.
The filter on the post list still doesn’t seem to work. When I am first looking at the list I can see all my posts (great for picking posts to share) but if I try to filter by category the list is always blank. I was expecting this to let me filter my posts list and then share?
Post log now shows the right date, I can’t retest scheduling as my trial has expired.
Can you let me know on the first issue? This looks like a very good plugin, but no point in my investing time to configure if there are still issues.
Best wishes.
Forum: Themes and Templates
In reply to: [Writee] Mobile Sidebar not loadingHello.
Very sorry, but I uninstalled Writee and installed a different theme when I could not get this working.
Having done some digging there doesn’t seem to be any Javascript/JQuery hook on the menu glyph. When I click it, it just reloads the page (e.g. it follows the link).
Best wishes,
Chris