Hi,
Solved myself as no response, but completely understand as plugin is free.
if anyone having issues with double slash for example as I had:
/wp-captcha//assets/css/
/wp-captcha//assets/js/
/wp-captcha//assets/images/
/wp-captcha//assets/fonts/
just navigate to your plugin directory using FTP or whatever else you’re using to access hosted files for your web and edit wp-captcha.php by removing / at the begging of (crossed slashes as bolding doesnt work here for some reason):
define( ‘C4WP_PLUGIN_CSS’, C4WP_PLUGIN_URL.’/assets/css’.’/’ );
define( ‘C4WP_PLUGIN_JS’, C4WP_PLUGIN_URL.’/assets/js’.’/’ );
define( ‘C4WP_PLUGIN_IMAGES’, C4WP_PLUGIN_URL.’/assets/images’.’/’ );
define( ‘C4WP_PLUGIN_FONTS’, C4WP_PLUGIN_URL.’`/assets/fonts’.’/’ );
thanks!
-
This reply was modified 4 years, 3 months ago by mafutis.
-
This reply was modified 4 years, 3 months ago by mafutis.
Hi Michael Tina,
sure, I have made few screenshots:
Woocommmerce page
Product section
I’m checking with query monitor. At product section there are 27 calls, don’t know much about it, but think it is doing too much calls, Thanks