Viewing 4 replies - 1 through 4 (of 4 total)
  • 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;
    }

    Thread Starter ndesign55

    (@ndesign55)

    Thank you for your prompt response and answer. I will update the css and continue with my production : )

    Thread Starter ndesign55

    (@ndesign55)

    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!

    Thread Starter ndesign55

    (@ndesign55)

    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://www.ads-software.com/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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Updates to WordPress 4 compatibility’ is closed to new replies.