• Hi,

    After an update to latest WP version, a curious thing happened: a div appeared from nothing, wrapping other divs and destroying my css results (class: .mobmenu-push-wrap ).

    Now, I’ve seen with the inspector that just erasing the class or the div itself would bring me back all my original css design.

    Problem: I cannot find it in any php file inside the parent-theme. Only thing I want to do is erase this unwanted and useless wrap but I cannot find how.

    Any hint?

    And, btw, anyone has a clue why WP decides to wrap like that user’s divs?

    thanks in advance for any help

Viewing 4 replies - 1 through 4 (of 4 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    Once the root of the problem, is identified, you may then be able to get this fixed.

    Thread Starter tyler909

    (@tyler909)

    Hi and thank you for the answer.

    Actually this reveals the problem: the plugin MobileMenu create that wrapping div, which is also working on desktop size (strange). How can I let it disappear -but not the div inside- ? With @media properties?

    Thanks

    I think that question is best answered by the plugin’s developer. That said, if you use a decent, responsive, theme, you shouldn’t need to use a plugin to offer an alternative menu/site for mobile devices.

    Thread Starter tyler909

    (@tyler909)

    thanks a lot. Unfortunately I don’t know why after moving the database to another server the mobile features of the theme is gone. that’s why I’ve installed a plugin for that.

    I’ll ask to the plugin developer for now, thanks again for the support!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Erase an undesired’ is closed to new replies.