Forum Replies Created

Viewing 4 replies - 16 through 19 (of 19 total)
  • okay, i had the widget activated, so it works.
    you also need to copy the code from wp-content/wp-plugins/login-with-ajax/widget/modal/widget_out.php

    to your template. i created a extra menu item for the login so it also works.

    thats how my header.php navigation part looks:

    https://pastebin.com/yygX9Fqh

    patrick

    How works the options in die template tag? login_with_ajax(‘template=modal’); or something else doesn’t work. :/ and login_with_ajax(”,”,’modal’) neither.

    Hey Ron,

    i had the same problem and solved it in my case. The problem is, that die jQuery looks up for an element, that not exists. From the clicked Element it looks up for the Parent-Element with the class .lwa, i created an div with the class lwa around my link, but he also looks up for an element with the stored data “modal”. So the .lwa Container is not a Parent-Element of my primary menu item.

    However here is my solution, that works for me:

    file: wp-content/plugins/login-with-ajax/widget/login-with-ajax.js

    look up/ search for the following snippet:
    parents(".lwa").data("modal")

    replace it with the following:
    parents().find(".lwa").data("modal")

    unfortunately i have no idea, if that edit creates a memory leak or something that slows down… but it works for me.

    i hope i could help you a lil bit. ??

    patrick

    Hey,

    check the Firebug-Console. There are a lots of errors:

    "NetworkError: 404 Not Found - https://garedili.com/sei-un-libero-professionista-o-una-impresa/)"
    )
    "NetworkError: 404 Not Found - https://garedili.com/wp-content/plugins/wp-auctionsplugin/style/wpauctions.css?ver=3.5.1"
    wpauct...r=3.5.1
    "NetworkError: 404 Not Found - https://garedili.com/wp-content/plugins/wp-auctionsplugin/style/wpauctions.php?ver=3.5.1"
    wpauct...r=3.5.1
    "NetworkError: 404 Not Found - https://garedili.com/wp-content/plugins/wp-auctionsplugin/js/jquery.countdown.css?ver=3.5.1"
    jquery...r=3.5.1
    "NetworkError: 404 Not Found - https://garedili.com/wp-content/plugins/wp-auctionsplugin/js/jquery.tools.min.js?ver=3.5.1"
    jquery...r=3.5.1
    "NetworkError: 404 Not Found - https://garedili.com/wp-content/plugins/wp-auctionsplugin/js/jquery.countdown.min.js?ver=3.5.1"
    jquery...r=3.5.1
    error: "NetworkError: 404 Not Found - https://garedili.com/wp-content/plugins/wp-auctionsplugin/wp_auctionsjs.php?ver=3.5.1"

    You should fix the urls and paths in the config.

Viewing 4 replies - 16 through 19 (of 19 total)