davidhorizon
Forum Replies Created
-
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Couldn’t figure how to translate itThank you again, it’s working fine now.
I will take a look at slack community for sure.
Regards,
David.
Forum: Plugins
In reply to: [ReCaptcha v2 for Contact Form 7] Couldn’t figure how to translate itThank’s. I have done the french translation for stable version by the way.
Forum: Plugins
In reply to: [Fast Velocity Minify] Purge cache with PHP ?Ok, TY.
I will try this.
Sure but it’s important to have some free disc space before running such a plugin.
Regards,
David.I will answer myself.
reSmushit create an other image which correspond to default uploaded image in uploads folder. So it can enhance website total disc space but with size reduction applied to others images and if you don’t upload oversized images it’s really unlikely.
It work. Thank you ??
Forum: Plugins
In reply to: [Beaver Builder - WordPress Page Builder] Pre made styles / customisation ?I read about field connection but sometime you need to setup extra things outside of post content. Like a banner image.
Otherwise ok, this look pretty flexible. Thank you.
Forum: Plugins
In reply to: [Beaver Builder - WordPress Page Builder] Pre made styles / customisation ?Answering myself :
– Is there any demo of reusable block / module / row ?
Those are available on https://demo.wpbeaverbuilder.com/
– Is it possible to customise grid size / gutter ? I need to follow a precise photoshop layout
You can set this globally in top corner drop down then globals settingsHere are some other questions :
– Can you set post thumbnail from beaver interface?
– More generally can you setup external field from beaver interface ? For example I have a banner image which I d like to setup outside from visual composer. I know you can go back into admin to setup others fields/data but I think it’s confusing.
– Somewhere in the doc I found that it is possible to reorder column inside a row under row settings -> responsive layout but I can’t find this feature. Is this still available ?
– Does extra modules on demo are included into standard version ?Also got this error for some reasons. I had to save consent settings to make it disappear.
Forum: Reviews
In reply to: [AMP] Do the job but no magicalTY you too.
I will give it a try.
Keep up the good work.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Contact form 7 better feed backHello,
you need to put in contact form 7 additional Settings :
acceptance_as_validation: on
as explained here :
https://contactform7.com/acceptance-checkbox/
Enjoy
- This reply was modified 6 years, 6 months ago by davidhorizon.
I read about the beta in a topic below and for me it solve the errors.
As you were requesting some feedback ??
David.
Forum: Plugins
In reply to: [AMP] Easy way to convert an image into AMP ?Hello,
thank you. I made a quick and dirty function based on your answer
<?php /* * AMPize : Convert html to AMP */ function ampize($regular_html) { $amp_content = new AMP_Content( $regular_html, amp_get_content_embed_handlers( get_post() ), amp_get_content_sanitizers( get_post() ) ); return $amp_content->get_amp_content(); }
To me first answer convert every template and prevent my own amp template to work. I duplicated amp files in plugin folder to create my own template maybe that’s why.
Hello,
I agree. I think you could add a checkbox with and explicit label to be fine.
Forum: Plugins
In reply to: [Polylang] Problem with Language Switcher and Custom Taxonomy@mehdibm
got the same behaviour with empty terms / categories. It would be nice to have a workaround for this because some taxonomies are juste made to contain / list other taxomies and may never be checked in admin.