lonwi
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [WooCommerce Quote or Enquiry Contact Form 7] Plugin Button is not triggerTo fix the issue I had to replace line 273 of woocommerce-quote-or-enquiry-contact-form-7.php:
wpcf7.initForm(jQuery('.wqoecf-pop-up-box .wpcf7 > form'));with
jQuery('.wqoecf-pop-up-box .wpcf7 > form').each(function() { wpcf7.init(jQuery(this)[0]); });Forum: Plugins
In reply to: [WooCommerce] WooCommerce data updateI have the same issue. The message is still there even after few days.
Hi. I am using your Cheope theme. It has the wishlist.css included in the child theme.
Basically your code finds the child themes wishlist.css and than it wants to str_replace with parent themes paths.
Because the $located has a different path than the parent theme the result is something like this
Forum: Plugins
In reply to: [Products Per Page for WooCommerce] Issue when GET method is setJust product attributes with layered navigation. I am currently developing this website so there is no real demo to show.
Viewing 4 replies - 1 through 4 (of 4 total)