Miguel
Forum Replies Created
-
I found the solution!
The Gettext translation has to be turned on in the settings menu of Translatepress.
Hello Denis,
I deleted all the customized email subjects in the email settings from Woocommerce and used the Translatepress Woocommerce Email templates section for translating the default texts to new languages with customized texts. But still no luck. When a German or Englisman order a product they will still get the default Woocommerce subjects.
Hello Denis,
Thank you for your answer. When I am looking on the (Translation Editor –> String Translation –> Emails) I can only find the default Woocommerce Email strings. But I also edited the subjects in the Email settings panel of Woocommerce.
Best Regards,
MiguelForum: Plugins
In reply to: [WooCommerce] Alot of stylesheet requests after update 8.0I am very focused on super clean coded web building with Gutenberg and Woocommerce so this solution was very important for me.
I found this code here: https://wordpress.stackexchange.com/questions/391126/remove-woocommerce-block-styles
Forum: Plugins
In reply to: [WooCommerce] Alot of stylesheet requests after update 8.0Found the solution adding this to the functions.php:
function disable_wp_blocks() { $wstyles = array("wc-blocks-style","wc-blocks-style-active-filters","wc-blocks-style-add-to-cart-form","wc-blocks-packages-style","wc-blocks-style-all-products","wc-blocks-style-all-reviews","wc-blocks-style-attribute-filter","wc-blocks-style-breadcrumbs","wc-blocks-style-catalog-sorting","wc-blocks-style-customer-account","wc-blocks-style-featured-category","wc-blocks-style-featured-product","wc-blocks-style-mini-cart","wc-blocks-style-price-filter","wc-blocks-style-product-add-to-cart","wc-blocks-style-product-button","wc-blocks-style-product-categories","wc-blocks-style-product-image","wc-blocks-style-product-image-gallery","wc-blocks-style-product-query","wc-blocks-style-product-results-count","wc-blocks-style-product-reviews","wc-blocks-style-product-sale-badge","wc-blocks-style-product-search","wc-blocks-style-product-sku","wc-blocks-style-product-stock-indicator","wc-blocks-style-product-summary","wc-blocks-style-product-title","wc-blocks-style-rating-filter","wc-blocks-style-reviews-by-category","wc-blocks-style-reviews-by-product","wc-blocks-style-product-details","wc-blocks-style-single-product","wc-blocks-style-stock-filter","wc-blocks-style-cart","wc-blocks-style-checkout","wc-blocks-style-mini-cart-contents","classic-theme-styles-inline"); foreach ($wstyles as $wstyle){ wp_deregister_style($wstyle); } $wscripts = array("wc-blocks-middleware","wc-blocks-data-store"); foreach ($wscripts as $wscript){ wp_deregister_script($wscript); } } add_action( "init", "disable_wp_blocks",100 );
Hello @miemie,
Yes, that would be great. I use this plugin to create exploded views of parts from a motorcycle. Sometimes, I have to connect 30 products to an image, and I need every product to be set on ‘Popup position: bottom centered,’ ‘Product image position: hide,’ and ‘Show add to cart button: yes.’ So, if there is a global setting for a specific image, that would be great! ??
Yes thank you, but this is not working for extra emails added with a custom order status plugin??
Is no one using this plugin with a FSE theme? ??
Forum: Themes and Templates
In reply to: [Blocksy] Submenu sliding menuHello @cteduard
I have Blocksy Pro, is there a tutorial for this? It is going about the mobile menu. Or can you suggest a Gutenberg sliding block plugin?
Hello @tonmoy,
So sad because I really like this plugin and it is much more advanced than other similar plugins. But I find more strange behaviors on the product page editor. It looks like that the most Gutenberg page builders not working correctly on the product page edit (or any other product builder page). For example Stackable Pro. I tried to add a section with a background coming from a ACF field. And the background is always very blurry and not well sized but when I try it on a normal Gutenberg page it works as normal..
Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Archive template is missingHello @totalpressorg
Do you have any idea when we can expect this implementation of the archive template? ??
Hello @tonmoy,
So great to hear!! Thank you very much!
Forum: Plugins
In reply to: [Custom post types, Custom Fields & more] Archive template is missingWow okay that’s cool. So you guys works on a possibility for the creation of archive templates. Can you tell me on which time frame we can expect this? I am exiting because this plugin fix exactly the problem for me: using the classic theme instead of FSE themes because of the lack of customization of the navigation menu (especially for the mobile). But what I like of FSE themes is too make custom post type templates in combination with Gutenberg.
Thanks!!
Forum: Plugins
In reply to: [Deposits & Partial Payments for WooCommerce] I can’t translate some wordsIt’s resolved by Acowebs, thanks!!
It was my fault with the Loco Translate plugin. When I translated the strings, you have to place a new order to see the effect. So that was it. Thanks!
- This reply was modified 2 years, 4 months ago by Miguel.