• Resolved dfwpress

    (@dfwpress)


    Hello,

    I have problem in WP backend. Term Order submenu appears beside WP navigation menu on right side and can not be removed. It completely destroys WP backend. Is this could be because I have many global attributes? Is it possible turn off Term Order submenu?

    Thanky you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Hi,
    I have never seen this before. I would be curious what the cause of this is.

    Is it possible for you read the error in your error_log? That log file might be available in the dashboard of your hosting provider.

    Else you could fall back to the most simple debugging. Disable all plugins and switch to a Twenty*something theme. Then see if it still occurs. Then enable things one by one and see where the problem comes back.

    Thread Starter dfwpress

    (@dfwpress)

    Thank you for your answer.

    I have solved this by changing WP admin CSS:

    From this: #adminmenu .wp-submenu {
    top: -1000em;
    }

    to this: #adminmenu .wp-submenu {
    top: -2000em;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem in WP backend’ is closed to new replies.