davidhorizon
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Is this working with ACF ?Ok, I will take look then.
Thank you.
I wonder how “Image backup setting” work too. I tried and it look like it work with default size (I can remove/apply watermark from media library) but it’s confusing.
Forum: Plugins
In reply to: [Gravity Forms: GDPR Framework Add-On] GDPR Add-On Settings not visibleI think there is none.
You should have a privacy tab in gravity form like explained here :
https://codelight.eu/wordpress-gdpr-framework/knowledge-base/gravity-forms-gdpr-add-on/Forum: Plugins
In reply to: [The GDPR Framework By Data443] Store consentI tried further and it does store consent in database. I was confused beacause when you try to remove data with e-mail method it say there is no data stored which is right cause I don’t use flamingo.
This mean technicaly that non connected user can’t revoke their consent. Is there a way to allow user connected or not to revoke consent ?
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Consent for CookiesHello.
I’m interested in this too.
Forum: Plugins
In reply to: [Media Library Assistant] Possible to convert ASCIIOk, sorry didn’t take time to reply to your last email. I think it would be great if debug was more accessible as it is really helpful to understand how to map data/use template.
Anyway I think I get it all now and using xmp data is the way to do it. I made a donation to thank you for this great an free support. Keep going.
David.
Forum: Plugins
In reply to: [Media Library Assistant] Possible to convert ASCIIHello,
Are there some e-mail where I can send you those ? They are copyrighted and belong to a customer so I can’t publish them.
Have a nice trip. ??
Forum: Plugins
In reply to: [Media Library Assistant] Confused with ITCP dataOk,
tried a lot of thing but couldn’t get the syntax to work. Didn’t get I should include parent node with template xmp syntax. No everything is fine.
Best support once more. Thank you so much.
- This reply was modified 6 years, 12 months ago by davidhorizon.
Forum: Plugins
In reply to: [SyntaxHighlighter Evolved] Any documentation ?Ok, found that I can also use [plain] in the meanwhile.
TY
Look like it also need to have read me translated. French is 100% but not available either. Don’t get the logic behind this.
Or maybe it just doesn’t work…
Forum: Plugins
In reply to: [Regenerate Thumbnails] Regenerate and media organization changeI tried and it keep thumbnail path as they were. So no problem.
Forum: Plugins
In reply to: [Media Library Assistant] Map title to alt textOk, thank you it does the trick.
Forum: Plugins
In reply to: [Fast Velocity Minify] Look nice but does a lot of queriesHello (<- sorry I forgot last time),
website performance is an accumulated optimisation of milliseconds ?? Also options table can become really heavy and so does queries. And it look like your plugin doesn’t need these values on front end. I just tried the following :
if (is_admin())
{# options from the database, false if not set
$ignore = array_map(‘trim’, explode(“\n”, get_option(‘fastvelocity_min_ignore’, ”)));
$blacklist = array_map(‘trim’, explode(“\n”, get_option(‘fastvelocity_min_blacklist’, ”)));
$ignorelist = array_map(‘trim’, explode(“\n”, get_option(‘fastvelocity_min_ignorelist’, ”)));
$merge_allowed_urls = array_map(‘trim’, explode(“\n”, get_option(‘fastvelocity_min_merge_allowed_urls’, ”)));
$default_protocol = get_option(‘fastvelocity_min_default_protocol’, ‘dynamic’);
$disable_js_merge = get_option(‘fastvelocity_min_disable_js_merge’);
$disable_css_merge = get_option(‘fastvelocity_min_disable_css_merge’);
$disable_js_minification = get_option(‘fastvelocity_min_disable_js_minification’);
$disable_css_minification = get_option(‘fastvelocity_min_disable_css_minification’);
$use_yui = get_option(‘fastvelocity_min_use_yui’);
$remove_print_mediatypes = get_option(‘fastvelocity_min_remove_print_mediatypes’);
$skip_html_minification = get_option(‘fastvelocity_min_skip_html_minification’);
$use_alt_html_minification = get_option(‘fastvelocity_min_use_alt_html_minification’);
$strip_htmlcomments = get_option(‘fastvelocity_min_strip_htmlcomments’);
$skip_cssorder = get_option(‘fastvelocity_min_skip_cssorder’);
$skip_google_fonts = get_option(‘fastvelocity_min_skip_google_fonts’);
$skip_emoji_removal = get_option(‘fastvelocity_min_skip_emoji_removal’);
$enable_defer_js = get_option(‘fastvelocity_min_enable_defer_js’);
$exclude_defer_jquery = get_option(‘fastvelocity_min_exclude_defer_jquery’);
$force_inline_css = get_option(‘fastvelocity_min_force_inline_css’);
$force_inline_css_footer = get_option(‘fastvelocity_min_force_inline_css_footer’);
$force_inline_googlefonts = get_option(‘fastvelocity_min_force_inline_googlefonts’);
$remove_googlefonts = get_option(‘fastvelocity_min_remove_googlefonts’);
$defer_for_pagespeed = get_option(‘fastvelocity_min_defer_for_pagespeed’);
$exclude_defer_login = get_option(‘fastvelocity_min_exclude_defer_login’);
$preload = array_map(‘trim’, explode(“\n”, get_option(‘fastvelocity_min_preload’)));
$preconnect = array_map(‘trim’, explode(“\n”, get_option(‘fastvelocity_min_preconnect’)));
$fvm_fix_editor = get_option(‘fastvelocity_min_fvm_fix_editor’);
$send_css_to_footer = get_option(‘fastvelocity_min_send_css_to_footer’);
$critical_css_tester = get_option(‘fastvelocity_min_critical_css_tester’);
$critical_css_path_visibility = get_option(‘fastvelocity_min_critical_path_visibility’);
$critical_path_css = get_option(‘fastvelocity_min_critical_path_css’);
$generate_gulp_files = get_option(‘fastvelocity_min_generate_gulp_files’);
$generate_gulp_path = get_option(‘fastvelocity_min_generate_gulp_path’);
$fvm_cdn_url = get_option(‘fastvelocity_min_fvm_cdn_url’);
$fvm_remove_css = get_option(‘fastvelocity_min_fvm_removecss’);}
and then it’s just do no queries at all on front end.
You are right about wordpress cache but it’s not available on every host and it take time to setup.
Ok, will add it to my workflow when it happen. Thank you !
Look like this happen when publisher.logo is leave as default.