• Resolved Ace

    (@h4hagency)


    Hi – the email designer options don’t show up in Customizer with the Blocksy theme after the new update. They did before.

    Also – with the old version I was able to edit out the forced border-radius but now I can’t find where it’s coming from. This is very frustrating that you didn’t include those options but rather hard-coded them into the template that I can’t even override with css. Why would you !important anything in the template and not even provide options within the Customizer for those attributes? There’s also a forced box-shadow… Please remove the !important from these lines or provide the option for users to modify…

Viewing 6 replies - 1 through 6 (of 6 total)
  • @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 1 year, 8 months ago by Ace.

    @h4hagency Thanks for updating us, let me share it with my team and get back to you soon.

    Thanks

    Do you have any update for this? as this is not working for me with blocksy too.

    Hi @jamiee89,

    I hope you are doing well.

    Please create a new thread so we can talk there and solve your issue.

    Thanks and regards,
    Support Team – WPExperts

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Incompatible w/ Blocksy + CSS override impossible’ is closed to new replies.