Berrash
Forum Replies Created
-
Forum: Plugins
In reply to: [Hide Login+] Submit button is missingNever mind… i just remove this plugin.
Forum: Plugins
In reply to: [Multi Rating] Voting works only when i'm logged as a adminYou were right, it was a very valuable tip.
Piece of code that shut down admin bar on the frontend in functions.php was blocking votes to non-logged users.I am very grateful for your help!
Thank you very much.Forum: Plugins
In reply to: [Multi Rating] Voting works only when i'm logged as a adminI found this two lines in your plugin:
add_action( ‘wp_ajax_save_rating’, array( ‘mr_rating_form’, ‘save_rating’ ) );
add_action( ‘wp_ajax_nopriv_save_rating’, array(mr_rating_form’, ‘save_rating’ ) );
but still not logged users can’t vote 🙁
Can you please help with this ?Forum: Plugins
In reply to: [Superfast Search Basic] Results with some exceptionI understand,
Thank you for answer. I’ll wait, mayby some day … 🙂Best regards.
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Plugin work's only for logged usersI see, thanks for help.
Right now i know for sure it’s not a .htaccess file. WordPress wasn’t moved to other directory, so i’ll check other options.Thanks again for advice and your time.
Hi, i have the same problem, gallery works fine only when i log in as a admin to my wordpress.