The Email Customizer does not work with this theme
-
PLUGIN: https://codecanyon.net/item/email-customizer-for-woocommerce/8654473
1. The customizer is displayed incorrectly. The area with the functions is at the bottom and thus can not be operated.
2. Clicking on the “Customizer” button normally allows you to edit the mails. This feature is not available.
Seems, Plugin misses one css style. I have checked also with other themes
Attachments:
You must be
logged in to view attached files.
With the “german market” plugin (plugin developer says, its a theme bug) the prices are shown in the wrong place in the theme. Instead of displaying the price in the highest position (before zzgl. Versand), these are displayed at the bottom. That’s wrong. The price should be displayed in the first place (before zzgl. Versand).
Shop:
https://staging.yummypack.de/shop/
Plugin:
https://marketpress.de/shop/plugins/woocommerce-german-market/
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue
.woodmart-hover-base .wrapp-product-price {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.woodmart-hover-base .wrapp-product-price p:empty {
display: none;
}
As for the emails plugin, did you try to contact its developers for help? Seems to be a problem with the plugin.
Regards
Hi.
Thank you.
Cool, it works. You can now say that your theme is compatible with German Market 🙂
Regarding Email Plugin. OK, will inform the plugin developers.
Thanks and regards,
Samuel
You are welcome! If you have any questions please feel free to contact.
Best Regards
The topic ‘The Email Customizer does not work with this theme’ is closed to new replies.