Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Yurii

    (@yuriinalivaiko)

    Hello @bergaul,

    You have to modify a code to find a menu item that opens popup with the login form by its id attribute.

    First you should test in the console, that you can find a button. You need an id of the button/link, not the id of the popup form. Use a proper id and type this in console:

    jQuery('#PROPER_ID a')

    jQuery should return an object with length 1. Once you can find a the button/link, then use a proper selector in the code.

    Regards

    Thread Starter bergaul

    (@bergaul)

    Thanks for the reply @yuriinalivaiko! Unfortunately, it doesn’t work in my case. I used different element IDs (buttons, menus), but the call of the “click” event on the element with the selected ID doesn’t happen. Tried wrapping the code in a DOM wrapper, that didn’t help either. I will continue to try different variants.

    If you can add a popup function for authorization and/or AJAX to submit the form asynchronously without reloading the page, that would be great. I’m sure this would be appreciated by many users of your plugin.

    Plugin Support Yurii

    (@yuriinalivaiko)

    Sorry @bergaul, I can not advise you a proper selector because I don’t see your site.

    We are going to add the AJAX feature you asked for in the major release. This can not be added now because it requires a big rebuild of the code.

    Regards

    Plugin Support Yurii

    (@yuriinalivaiko)

    Hi bergaul,

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread if any other questions come up and we’d be happy to help.

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Login in popup’ is closed to new replies.