SPiNNdevs
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] v5.7 ‘wpcf7_form_novalidate’ hook removed (alternatives?)@takayukister Alright, thank you.
@zoonars Thanks for you suggestion ?? , but we have a slightly other problem then discussed in that ticketHi Torsten,
Thanks for your reply!
Turned out, it’s our own code, so we fixed it by not adding the attribute in advance to the input when your plugin is active. Fair enough.Thank you,
Best regards@haet any news on this?
@haet do you consider adding this update to your plugin?
Yeah, seems to be necessary to work in all email client consistently…
The conditional comment seems to do the trick for outlook that the preheader keeps being hidden on forwarding.
We used this solution in some newsletter template as well my colleagues told me, so it should be save and work.
Hy,
I can see that you are wrapping the preheader in this HTML:
<span style=”display:none;visibility:hidden;font-size:1px !important;”>….</span>Newsletter systems also use preheader and can achieve that preheaders are not visible, maybe we can use this as some inspiration to improve this?
I saw something like this:
<!–[if !gte mso 9]>
<div style=”display:none;font-size:1px !important;color:transparent;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;visibility:hidden;mso-hide:all;”>….</div>
<!–<![endif]–>In a first test of mine this seems to work with outlook!
Hi,
Any help on this problem ?
Hi @querysolutions,
Thank you, it is working now!
Sorry, I was redirected here wrongly. Please consider deleting the request as this was not meant for this plugin.
Forum: Plugins
In reply to: [Custom Post Type UI] Feature requeststhat worked great, is there also a way to automatically import this exported settings? say in a production environment?
Forum: Plugins
In reply to: [Custom Post Type UI] Feature requestsgreat thank you, I’ll have a look
Forum: Plugins
In reply to: [Custom Post Type UI] Feature requestsHy, I’m looking for a solution to store the current configuration of CPT UI as a File (JSON, PHP, etc.) to be able to version control the settings and also deploy them to other environments. Currently we have to make Changes on all environments and this is kind a risky and leads to errors.
ACF has something which is quite nice, maybe something like this would work?
– https://www.advancedcustomfields.com/resources/local-json/
– https://www.advancedcustomfields.com/resources/synchronized-json/Or a WP-CLI Extension to im- and export CPT UI Settings?
What do you think, would something like this be possible and how could this work? Generate PHP files which mimic the current CPT UI Settings?