Timbre Design
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Preview for WooCommerce] Variation images not loadingHello again, your response on this would be highly appreciated.
This 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 2 years, 7 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!
Forum: Plugins
In reply to: [Invoice Payment Gateway for WooCommerce] HPOS Compatibe Invoice GatewayIs it still incompatible with HPOS?
Hey thank you for responding! It looks like the previous developer of the site created a custom language dropdown field because of this limitation, though the implementation wasn’t very well done, and thus my confusion :-).
It does seem very limiting that there is not an option to create singular language posts. There are many use cases where a post (product etc..) may be intended to only address a certain language group. As a recommendation you might consider adding this functionality to your plugin. Though I do recognize the implied database conflicts with implementing this with the way your plugin is structured, I could also see a relatively simple way to work around this without major restructuring as well.
Cheers!
Please Respond
I understand how TranslatePress works in general regarding strings and URLs, however this is not what I am asking about.
What I am speaking to here are single language posts. On the post edit page there is a dropdown to select the native language of the post.
When a post’s language is selected, only the posts that are in that language should show on the frontend when a user is in that language, however that is not the case.
For instance, on the blog archive page, when the user language on the site is set to Slovenian, posts in English also show up. This is also true for other post types, such as WooCommerce products shown in the shop. And, it is also true for widgets such as recent posts etc.. They all show posts from all languages, not just the language the user is respectively in.