Home Forums WoodMart support forum The Email Customizer does not work with this theme

The Email Customizer does not work with this theme

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #55354

    Samuel_W
    Participant

    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.
    #55364

    Samuel_W
    Participant

    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/

    #55374

    Artem Temos
    Keymaster

    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

    #55379

    Samuel_W
    Participant

    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

    #55386

    You are welcome! If you have any questions please feel free to contact.

    Best Regards

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘The Email Customizer does not work with this theme’ is closed to new replies.