aayaffe
Forum Replies Created
-
Same issue appeared on our site on the register page.
I know why the code is there, I am just not sure why it affected the the plugin in that manner.
Found something which definitely explains the issue (because the page works well for role1 and role2, and removing the code fixes the issue). I am not sure why is that causing the issue:
// Redirect subscriber accounts out of admin and onto homepage add_action('admin_init', 'redirectSubsToFrontend'); function redirectSubsToFrontend() { $ourCurrentUser = wp_get_current_user(); if (!(in_array('role1',$ourCurrentUser->roles) || in_array('role2',$ourCurrentUser->roles))) { wp_redirect(site_url('/')); exit; } }
I went over my plugin list and could find a plugin that might have blocked or redirected.
Furthermore when connected as an admin the page works as expected so I am not sure redirection is the issue.
Is there any other way I can check?
Forum: Plugins
In reply to: [Contact Form 7] Validation not working with multiple required file fieldsSolved by updating plugin and add ons
Also seems to be happening in the 3.1.35 version.
Admin bar disappears and other jquery features on the page break.When plugin disabled- problem gone.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Error after import of hebrew file namesCorrection,
After unpacking a wpress file it seems that the plugins delete the first Hebrew word.