Plugin Author
Gabor
(@nextendweb_gabor)
Hi! The Accordion Menu is compatible with WP4, and we will always keep it compatible with the latest WP versions.
There is one small bug, that I know of is, that if you don’t collapse your WP left menu, then it is overflowing the lightboxes. That can be fixed be opening this file:
wp-content\plugins\nextend\library\assets\css\window.css
And giving this line to it:
.wp-admin #nextend-fontmanager-lightbox,
.wp-admin .nextend-window{
z-index:10000;
}
Thank you for your prompt response and answer. I will update the css and continue with my production : )
I must have a competing plugin conflict because the backend styles isnt coming in (wp-admin/edit.php?post_type=accordion_menu). More importantly the front functionality is broken with just links and no accordion :Z …I will report back my findings!
I transferred the testing site, eliminated all plugins and themes except core with no luck to the functionality and styles. Read up on an issue here:
https://ww.wp.xz.cn/support/topic/improper-interface-loaded-unable-to-use-plugin?replies=2
Found out all it was the whole time is the permissions in wp-content/cache – 777 everything flushed cache in nextend settings and worked like a charm.