@h4hagency Hi,
I hope you are doing well.
Can you please share the screenshot of your email template ?
Thanks
Thread Starter
Ace
(@h4hagency)
Hi there – sorry for the delay
So issue #1 – the email designer doesn’t show up properly on Blocksy OR any of the WP defaults (twenty-twenty-one, two, etc)
It has it’s own weird menu and there’s no way to access it other than the landing page. Can you please hook it into the default Customizer options – https://www.berrycast.com/conversations/a48b93a8-fcf7-555d-a6e5-9fb557075383
Issue #2 – Why in the world would you make any styles important? You’ve got the border-radius and box-shadows hardcoded into the actual div/element – again – why would you EVER do that? That means what – I have to manually go into your plugin and modify the default template each time you release an update, for each client…? This is very poor coding practice.
Sorry to be harsh – but seriously – custom CSS box is there for a reason, to override these types of styles, but it’s impossible when you’ve got !important on the main template….
https://www.berrycast.com/conversations/90f518bf-4b44-5d1f-a1f7-72a127233994
Look – otherwise, your plugin is excellent – but the entire point of it is to be able to stylize the email template. But that simple !important injection really makes it impossible to do properly, because it really doesn’t match people’s branding – who are the ones actually need the plugin.
Please release a fix.
Thank you – Best regards
Thread Starter
Ace
(@h4hagency)
I’ve highlighted the code you ought to adjust, in the main table and the header table. Just remove the !important. Thank you.
<table border="0" cellpadding="0" cellspacing="0" id="template_container" style="
-webkit-box-shadow:0 0 0 3px rgba(0,0,0,0.025) !important;
box-shadow:0 0 0 3px rgba(0,0,0,0.025) !important;
-webkit-border-radius:6px !important;
border-radius:6px !important;
background-color: #fafafa;
border-radius:6px !important;
width: 100%;
max-width: 680px;">
<tbody><tr>
<td align="center" valign="top">
<!-- Header -->
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="template_header" style="
background-color: #454545;
color: #f1f1f1;
-webkit-border-top-left-radius:6px !important;
-webkit-border-top-right-radius:6px !important;
border-top-left-radius:6px !important;
border-top-right-radius:6px !important;
border-bottom: 0;
font-family:Arial;
font-weight:bold;
line-height:100%;
vertical-align:middle;
">
-
This reply was modified 2 months, 2 weeks ago by
Ace.
@h4hagency Thanks for updating us, let me share it with my team and get back to you soon.
Thanks