-
AuthorPosts
-
May 15, 2020 at 6:11 am #1213124
High,
in our dash board under Design in Menu we have got a design problem that seems to have ocured after the last word press update.
It looks like that:
https://www.institut-generationenberatung.de/1588431409306/wp-content/uploads/2020/05/Bildschirmfoto-2020-05-15-um-05.24.25.png
When working with the damaged menu it leads to problems in displaying the website like this:
https://www.institut-generationenberatung.de/1588431409306/wp-content/uploads/2020/05/Bildschirmfoto-2020-05-15-um-05.25.05.png
Please support us in fixing the issue. Thank youMay 15, 2020 at 10:45 am #1213217Sorry, I just have noticed that the links are not working.
Please find them hereinafter again:https://www.institut-generationenberatung.de/wp-content/uploads/2020/05/Bildschirmfoto-2020-05-15-um-05.24.25.png
https://www.institut-generationenberatung.de/wp-content/uploads/2020/05/Bildschirmfoto-2020-05-15-um-05.25.05.pngMay 15, 2020 at 10:51 am #1213219May 15, 2020 at 11:00 am #1213223ich persönlich blende die Infos immer aus, welcher Editor für die die Seiten/Beitragserstellung zuständig war.
Lediglich Entwurf und wichtige Infos ( Datenschutzseite) lasse ich drin.Legt mal folgendes in Eurer Child-Theme functions.php an:
/**** Die Poststates im Dashboard nicht anzeigen - wichtige schon *****/ function remove_post_state( $post_states, $post ) { if("! has_blocks( $post->ID )") { unset($post_states['wp_editor']); } if("!= Avia_Builder()->get_alb_builder_status($post->ID)") { unset($post_states['avia_alb']); } return $post_states; } add_filter('display_post_states','remove_post_state',999,2);
Das betrifft eben auch die Menus.
_________
Ansonsten sehe ich die Darstellungsprobleme nicht im Menu – lediglich das Laden der vollständingen Seite verhindert das zeitnahe Rendern der kompletten Seite – dadurch hatte ich auch zunächst Darstellungsprobleme eures Menüs.Geht mal auf Gtmetrix und forscht mal nach, warum ihr soviele Requests habt :
https://gtmetrix.com/reports/www.institut-generationenberatung.de/Ng6GhVjPDann versucht doch mal das Merging von Enfold. Das stelle ich auch immer erst zum Schluss an, weil die vereinten js und css files während des layouts oft wie ein Caching wirken und das hält auf. Wenn die Seite allerdings dann steht, kann man das Anstellen.
______________
for non German participants herePersonally, I always hide the information about which editor was responsible for the pages/contributions.
Only draft and important information (data protection page) I leave inside.Please look at the code above.
This also applies to the menus.
_________Otherwise I don’t see the display problems in the menu – only the loading of the complete page prevents the timely rendering of the complete page – so I had display problems of your menu at first.
Go to Gtmetrix and find out why you have so many requests:
https://gtmetrix.com/reports/www.institut-generationenberatung.de/Ng6GhVjPWhy don’t you try merging Enfold? I always do this at the end of the layout because the merged js and css files often act like a caching during the layout and that stops. But when the page is finished, you can start the merging.
May 16, 2020 at 11:23 am #1213535Hi InstitutGenerationenBeratung,
I can’t reproduce the menu problem on my end, here’s what I see in Chrome: https://imgur.com/a/UsIxuER. How can we reproduce the problem you are getting?
Thanks @guenni007 for helping out.
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.