• Resolved mafutis

    (@mafutis)


    Hi,

    Been using this plugin for sometime, and it does look a nice plugin.

    But just now discovered that there is a bug somewhere as getting 2x Double slash in URL in:

    c4wp-public.js
    /plugins/wp-captcha//assets/js/c4wp-public.js?ver=5.2.3

    c4wp-public.css
    /plugins/wp-captcha//assets/css/c4wp-public.css?ver=5.2.3

    any help would be appreciated.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter mafutis

    (@mafutis)

    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 3 years ago by mafutis.
    • This reply was modified 3 years ago by mafutis.
Viewing 1 replies (of 1 total)
  • The topic ‘Double slash in URL’ is closed to new replies.