joannereakes
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 5.8.2I had a similar issue which I have resolved. Transpires somehow after the 5.8.2. update, my user profile was changed from “administrator” to “no role”. This prevented me from accessing the dashboard like I normally would.
As for fixing it, I remembered I have 2 administrator accounts so I thought I’d try the second one to see if it was blocked also. Turned out it wasn’t so I managed to access the dashboard that way and then restore my administrator privileges to my user profile. Perhaps the same has happened to you?
Hope this helps!
Forum: Fixing WordPress
In reply to: Sorry, you are not allowed to access this page.I have resolved my issue. My user profile had defaulted to the “no role” status which meant I couldn’t access the dashboard. Not sure why this occurred as I did not amend any settings or touch anything in this regards. I can only imagine that there was an issue with the 5.8.2 update of wordpress which caused this change to happen which resulted in me bing locked out.
Always have more than one administrator account incase you are locked out of one.
Forum: Fixing WordPress
In reply to: Sorry, you are not allowed to access this page.There’a another thread that’s just been added where the user also has the same issue. Possibly because of the 5.8.2 update.
Forum: Fixing WordPress
In reply to: Sorry, you are not allowed to access this page.It’s when trying to access my wordpress dashboard. So I cannot get into the backend of my website. I cannot acceess WP Admin at all.
I’m afraid I don’t know how to upload a screen shot…
Forum: Fixing WordPress
In reply to: Sorry, you are not allowed to access this page.Thanks, I did find that website in a search I did. Tried the suggestions but it hasn’t helped. I still have no access
Yes, it is now thank you
Forum: Plugins
In reply to: [Breadcrumb NavXT] Duplicate Breadcrumb that cannot be editedThanks so much John.
I found a call to
bcn_display()in my single page php file.<?php if ( function_exists( 'bcn_display' ) ) : ?> <div class="breadcrumbs"> <?php bcn_display(); ?> </div> <?php endif; ?>I removed the code which has allowed the widget breadcrumb to take precedence and is the only thing that shows.
I wouldn’t have found that without you pointing me in the right direction
Cheers
Jo