V.E.L
Forum Replies Created
-
hello @rankmath
many thanks ??
Ok, I found the bug, it’s from the “Role Manager”. These capabilities must set to “ON” to make that error disappear, no matter what role the user has.
On-Page General Settings
On-Page Social Settings
On-Page Analysis
On-Page Rich Snippets Settingsif i turn off either one of them, the javascript error appears and breaks editor screen. (I tried on Editor, Author, Contributor), so yes, Role Manager is not working as expected.
Please kindly look into this.
thank you
Forum: Plugins
In reply to: [Autoptimize] How to modify exclude_lazyload_array variablegreat!! thank you for this, works like a charm!
cheers
Forum: Plugins
In reply to: [WebP Express] Bulk convert bug after updating to 0.14.1hi @roselldk
Apologize for my late reply… and yes I use “Hide My WP Ghost” plugin, since i started my site.
After updating to 0.14.2, everything works fine.
many thanks for this! ??
cheers.Forum: Plugins
In reply to: [WP Performance] Some issues and Compatibility with other plugin.Hi @alaca
WPFC doesn’t have schedule to auto delete cache, it has schedule to preload the cache (i set to preload 4 pages per minutes), and it’s working, the clear cache happens when i save a post/page/custom page, i monitor the files in the terminal window, both preload and auto clear on save works just fine. The files created automatically according the preload schedule, and also cleared upon saving post.
About WPP original design plan, personally i have no problem, since users can use several features from one plugin and several from another plugin according to their needs. That’s why i never use just one, as I mentioned before.
The main goal is the have make my visitors comfortable as possible, and also get maximum score i can get from GTmetrix/pingdom/Pagespeed insight, etc. And of course, comply with several standards such as W3C and CSP v3 security standards.
This is one of my site, i put standards logos on footer with links to online assessment of those standards, W3C, GTMetrix, etc. I was hoping to improve it with WPP ?? (apologize if it’s a bit slow since it’s not using global CDN and server location is far from your place i think)
cheers ??
- This reply was modified 5 years, 5 months ago by V.E.L.
Forum: Plugins
In reply to: [WP Performance] Some issues and Compatibility with other plugin.Hi @alaca
Many thanks for your reply, i believe the new update will be awesome.
About #4, I see similar thing in WP Fastest Cache. It automatically purge all caches upon creating new post, and clear homepage/archive/static pages upon updating. It also create parameters related to expire in .htacces file. And it doesn’t use inline dynamic value.
About AO specifically, it was designed to work with other caching plugins, that’s why the author didn’t put “all” caching features there, such as static HTML with .htaccess, etc. It even purge other caches when we hit “Clear Cache”, which is awesome, no need to press 2 buttons.
For years i’ve been using AO in conjunction with WP Fastest Cache, they both works perfectly. I use AO for minify and combine CSS/JS/HTML, and WP Fastest Cache to create static html files and control htaccess.
I am planning to switch from WP Fastest Cache to your cache because it has so many other features that i don’t need, so it’s not simple anymore for me, and your to be honest your UI is far way better ??
From what i see in the FAQ, the author also discuss this kind stuff with other cache plugin authors, if you have time perhaps you can start a discussion about having AO to also clear your cache upon hitting the “Clear Cache” button there, and many other things too.
Forum: Plugins
In reply to: [Autoptimize] Feature Request: JS load on header/footerhi @johndarrel
3.3.01 fixes everything! tested deactivate/activate etc, works perfectly.
thank you very much!
Forum: Plugins
In reply to: [WP Fastest Cache] WP-CLI wpfc flush/clearGot it, thanks ??
Forum: Plugins
In reply to: [Autoptimize] Remove noscript stylethanks! that works too
but i had to remove autoptimize_filter_imgopt_lazyload_cssoutput and add the style to <head> because W3C validator returns error when we load <style> inside body
many thanks!, cheers ??
Forum: Plugins
In reply to: [Autoptimize] Remove noscript styleThanks!!
this is what i did:
add_filter( 'autoptimize_filter_imgopt_lazyload_cssoutput', '__return_false' ); add_action( 'wp_head', function() { echo '<style>.lazyload,.lazyloading{opacity:0;}.lazyloaded{opacity:1;transition:opacity 300ms;}</style>'; }, 2147483647 );
please let me know if you have suggestion about how to do it properly.
many thanks!
- This reply was modified 5 years, 5 months ago by V.E.L.
Hi @ethanchoi, I hope it’s okay for me to reply here ??
Hi @jimmiedee, I encountered same problem before and it was solved, perhaps I can share something here, hopefully can help you narrow down the issue ??
as @ethanchoi already explained, reCAPTCHA loaded twice. And from what I’ve seen, the first one is loaded by your Jetpack sharing addon (sharedaddy?) (please correct me if i’m wrong). And it is used by sharedaddy for email sharing (email sharing button on your article)
This is the code loaded by Jetpack:
<script type="text/javascript" src="https://www.google.com/recaptcha/api.js?hl=en_GB" async>
And this is the code loaded by WPForms:
<script type='text/javascript' defer='defer' src='https://www.google.com/recaptcha/api.js?onload=wpformsRecaptchaLoad&render=explicit'></script>
You can start testing by first disabling the sharedaddy feature on your Jetpack, as mentioned here. It might disable the reCAPTCHA. And if it’s right and the WPForms is working, I would suggest to use another sharing plugin rather than the sharedaddy feature from Jetpack.
I hope this is useful ??
Thanks guys!
Hi @ethanchoi
Yes we’ve discussed there. As I mentioned I cannot use default category since it’s already used for other purpose. Your colleague already replied that this matter will be added in future release, which I think will be useful for many.
Looking forward for the updates ??
thank you!
Thank you so much! I hope you can update USP reCAPTCHA so it can function fully without the need of curl_exec and allow_url_fopen, just like Advanced nocaptcha-recaptcha, Forminator, WPForms, CF7, etc. Some servers did really have strict configurations related to security.
many thanks! looking forward to try the updates ??
Hello,
unfortunatelly “allow_url_fopen” and “curl_exec” are both disabled specifically (security related based on hosting info). I use WPForms with reCAPTHA v2 and it works just fine though, on same site, in same server. And from what i saw it’s not using “curl_exec” method to process reCAPTCHA.
You can examine it yourself if you want, this is the exact site I install USP (temporarily disabled), and this is the page where I using WPForms with reCAPTHA v2:
(if recpatcha doesn’t show try refreshing, it happens sometimes due to caching plugin)
many thanks ??