Timbre Design
Forum Replies Created
-
You are quite mistaken, as the cookie still gets set. Please do some research. The notice is there because of your plugin, please take responsibility.
Hmm are you so sure about that? It’s easily fixed by simply adding:
if( !headers_sent() )
before
setcookie ( ‘br_lgv_stat’, $cookie_lgv, 0, ‘/’, $domain );
Forum: Plugins
In reply to: [Admin and Site Enhancements (ASE)] Plugin crashed websiteNewest update will fix ;-D
Forum: Plugins
In reply to: [Admin and Site Enhancements (ASE)] Fatal ErrorAh thank you so much for the quick response! You rock, all good now. Cheers!
Forum: Plugins
In reply to: [Product Preview for WooCommerce] Variation images not loadingHello again, your response on this would be highly appreciated.
Forum: Plugins
In reply to: [WooCommerce Accordions] How to move the position of accordian under cartThis is unfortunate. Would you please rewrite this so that we can hook into it?
Ok, good to know thank you, I was able to clear it out after digging around. As a suggestion, the link to the actual doc could be provided on the initial link page. It seems your documentation could be more concise in showing folks exactly how to locate the malicious code. That said, I appreciate your prompt reply. Thank you for all that you do!
PHP Warning: Cannot modify header information – headers already sent in …/wp-content/plugins/gridlist-view-for-woocommerce/includes/functions.php on line 27
Also getting this error, please resolve this.Forum: Plugins
In reply to: [Product Preview for WooCommerce] Variation images not loadingAny thoughts?
Forum: Plugins
In reply to: [Product Preview for WooCommerce] Variation images not loadingAh, forgive me, I just realized that I hacked your plugin to try and get variations working on the preview..
I replaced woocommerce_template_loop_add_to_cart(); with woocommerce_template_single_add_to_cart();
LINE 42 in /product-preview-for-woocommerce/includes/functions.phpWhich works, except for everything but the variation image switching.. I’m unsure why exactly, the requisite woocommerce JS files are loaded as far as I can see. Anyways, I realize this is outside of your plugin’s scope, but if you have any ideas on how to get variation image switching to work it would be super appreciated!
Forum: Plugins
In reply to: [Product Preview for WooCommerce] Variation images not loadingHi Dmytro,
I can send you a video of the issue, but it’s pretty simple, the variation images are not loading when you change variations from the dropdown like they do on single product pages.
Thank you for your response
Yes that’s correct, glad to hear it. Thank you!
Forum: Plugins
In reply to: [WPC Share Cart for WooCommerce] Does not work with block cart pageAh, I dug around and found the button to add to fly cart. It would be nice if that were mentioned here in the description, and in this plugin’s settings. Would still like a hook for the share cart button if possible though.
- This reply was modified 11 months ago by Timbre Design.
Forum: Plugins
In reply to: [WPC Share Cart for WooCommerce] Does not work with block cart pageIt also appears that the share link is not working. Sorry I cannot reproduce for you, this is on a local environment.
I am using the blocked checkout. To check I switched to classic and indeed it works there. But, I’d really rather not use the classic checkout, so please do fix this. Other than that, it’s a nice plugin. Thank you!