-
Hello,
I use an element to manage the margin of the header of the pages of my site. Everything was working fine but for the past few days, when I want to modify a “header” type element the page is blank, I don’t have the usual tabs allowing me to make the settings. However, even I can’t modify this element, it works on the site. Note that on the other hand, when I edit a “block” element everything works!
I desactivated the plugins, validated again the permalinks but the problem remains.
Any idea?
url: https://disruptic.eu/
THANKS -
Hi,
I fixed the by by create a new user with “admin” role.It’s not very convenient.
Do you know where this problem could come from?
Thanks.
David – WPC -
Hi David,
There’s another fix, you can use this code instead creating a new admin user:
add_action( 'admin_head', function() { echo '<style>#generate_premium_elements.closed .inside {display: block;}</style>'; } );
For more info about this issue:https://github.com/tomusborne/generatepress/issues/641#issuecomment-2341569240
We will be add a fix to the next release, then you can remove the snippet.
-
Thanks a lot!
-
You are welcome 🙂
- You must be logged in to reply to this topic.