Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Nitesh

    (@nitesh_singh)

    Hi,

    Sorry to know about your error. As you say it was working fine before, do you remember that you added any plugin or made any changes? It is possible that some plugin could have broken it. If you remember it, please try to disable that plugin, delete present auction plugin and reinstall ultimate auction plugin.

    Else, I could take a look but would need admin user/passwd and FTP server, ftp user and passwd. Please email me here: nitesh[at]auctionplugin.net

    Cheers,
    Nitesh

    Plugin Author Nitesh

    (@nitesh_singh)

    Resolving this query for inactivity, feel free to send your query/details to my email for future queries or help.

    Cheers,
    Nitesh

    I am having the same issue with a test install I did on my test system. http://beta.cacheupnb.com/auction/?ult_auc_id=2417

    I only have one other plugin loaded and I already disabled it and tested it. It did correct the issue, and as soon as I turned the other plugin back on, the issue came back.

    The problem is, I cannot have the other plugin disabled. It’s a custom plugin used to manage the logging in process and I cannot do without it.

    I read in a previous thread something about other plugins causing AJAX issues and to disable them. Can you provide a little bit more detail on this as I’d like to know how to resolve this issue without disabling my other plugin.

    Never mind. I had my own developer fix the issue.

    I have no idea what he’s talking about but here’s what he said fixed it. Not sure if it is helpful or not.

    he need’s to read the jquery docs: http://learn.jquery.com/using-jquery-core/document-ready/

    he does this: jQuery(document).ready(function($){ … });
    which according to the above link is incorrect.

    i use this to overcome wordpress problems:
    $||($=jQuery);

    which means if $ isn’t defined yet, point it at the default page jQuery object
    wordpress’ script enqueue function is supposed to solve stuff so i dont have to do that. but it doesn’t.

    Your developer is incorrect. He needs to review this Codex section.

    Thread Starter chanback

    (@chanbackgmailcom)

    Still needing help – I sent Nitesh an email and have not heard back.

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

The topic ‘Bidding stopped working’ is closed to new replies.