- This topic has 8 replies, 2 voices, and was last updated 10 years, 1 month ago by
Pie Register.
- AuthorPosts
- July 18, 2016 at 10:22 am #10004615
hemant prakashParticipantIt is strange that a file zxcvbn-async.min.js for all pages. this is causing delay in loading my site. Also it is causing a mixed content for SSL.
i am using wordpress 4.2.9 and Pie-Register 2.0.17 in my site carsangrah.com.Thanks
July 18, 2016 at 3:24 pm #10004619
Pie RegisterParticipantHello,
Different plugins including PR enqueue that script for its operation, i dont see that script taking too long to load its a few bytes in size pls make sure you dont have a corrupted one, i would also recommend you to update to the latest version of PR (can be downloaded from Download Center).
Thanks
July 18, 2016 at 4:26 pm #10004621
hemant prakashParticipantThanks @hasnain for quick reply.
Its OK for me with the delay in loading. But how to solve mixed content issue?July 18, 2016 at 8:14 pm #10004622
Pie RegisterParticipantHello,
Well, the said script is WP registered script and it should work well with or without ssl, (unless a plugin deregister and register itself). PR doesn’t de-register it. One potential issue could be your caching plugin, try to flush the cache if it doesn’t work try to update site URL at General Settings page with HTTPS.
Let us know if it works for you.
Best
ThanksJuly 18, 2016 at 8:16 pm #10004623
Pie RegisterParticipantAlso can you send ud the URL of your website, so we can take a look why the said script taking time to load on the page?
July 19, 2016 at 4:41 pm #10004624
hemant prakashParticipantMy site is http://www.carsangrah.com. I am mainly worried for mixed content in SSL.
July 19, 2016 at 5:10 pm #10004625
Pie RegisterParticipantWell, everything looks good on PR ends and its out of PR context but you can try SSL Insecure Content Fixer plugin to solve this issue for you.
Thanks
July 20, 2016 at 2:09 pm #10004626
hemant prakashParticipantI checked by downloading latest plugin also. This issue is still present. I think this file is related to password strength meter. Isn’t it? So why is this file required for all the pages?
July 20, 2016 at 3:22 pm #10004627
Pie RegisterParticipantHello,
PR doesnt register that script so it wont help whether you use an older version or newer version. the problem the way that script is being registered is wrong. You can however deregister, register again and enqueue back the script.
This is how you’d do:
add_action('wp_enqueue_scripts','zxcvbn_script_fix',1); function zxcvbn_script_fix(){ wp_deregister_script( 'zxcvbn-async' ); wp_register_script('zxcvbn-async', '//YOUDOMAIN.com/wp-includes/zxcvbn-async.min.js',array(),'1.0'); }hope it helps
Best - AuthorPosts
- The forum ‘Pie-Register 2.0 Support’ is closed to new topics and replies.
