Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Cole Geissinger

    (@brainfestation)

    Sounds like the JavaScript isn’t getting loaded. Can you verify your theme has wp_footer() in your themes footer.php? That function is required for this plugin to function.

    Thread Starter [email protected]

    (@deerman70yahoocom)

    It does have wp_footer() in the footer.php. Any other ideas? I tried another similar plugin and got the same results.

    Plugin Author Cole Geissinger

    (@brainfestation)

    Do you have a public URL I can use to check things out further?

    Thread Starter [email protected]

    (@deerman70yahoocom)

    Plugin Author Cole Geissinger

    (@brainfestation)

    This is an issue caused by another plugin.

    I see you are loading a plugin called “WooCommerce Compare Product” but this is just an extension to WooCommerce. That plugin will not work without installing and enabling the WooCommerce plugin. Make sure you install that and your issues should be fixed from what I can see via the source code.

    This issue here lies on line 803 of the homepage (near the footer) where that plugin loads some WooCommerce dependent JavaScript and errors out. JS errors happens, all JS processing ends and anything defined below that error will not be processed (hence why my plugin is not working on your site and possibly others too).

    Here’s the error
    Uncaught ReferenceError: woocommerce_params is not defined

    Thread Starter [email protected]

    (@deerman70yahoocom)

    I removed the supporting apps for WooCommerce and that took care of it. Thanks for all your help! You were awesome.

    Plugin Author Cole Geissinger

    (@brainfestation)

    Hey no problem! Glad it worked ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘login not appearing’ is closed to new replies.