Problem with Bid Button form action
-
Hello, i’m rungg the UA plugin with no problems except for the bid button that forward the page to the plugin folder complete path
i tried to disable all plugin
i tried to change theme to a basic one (twenty fourteen)than i’ve investigated on files and see that on line 395 of aution-shortcode.php we have: <form action=”<?php echo dirname(__FILE__); ?>” class=”wdmua-singleauc-bidform”> so the redirect to plugin path is from here, but i also found $(“#wdm-place-bid-now”).click(function(){….} on line 22 of place-bid.php that seems to be not working…
unfortunately my site is not public, so i cannot write here a testing user and password but i’ve tried all ways to avoid any kind of conflicts… so i can guarantee that the problems is not due to other plugin or js or….
can anyone give me a suggestion to solve this problem?
Thanks a lot
p.s. i forgot to say that all other functions are ok, from message form on aution, to buy nw, to all admin area…just the BID button has problems
The topic ‘Problem with Bid Button form action’ is closed to new replies.