• Needed to do some minor edits to my site menu and after doing so, there is now a duplicate menu under the original. I haven’t made any structural changes to my site in years because I was ill, so I added the Classic Editor & Classic Widgets plugins so I wouldn’t have to figure out Blocks before making the changes. Not sure if this problem stems from these plugins, my Port theme (ThemeTrust), my wildly inadequate understanding of WP tools, or something else. I have similar trouble with the Formidable (lite) contact form in the aforementioned menu, which I updated and now displays a crappy looking new version on top of the old one. Many thanks for any insight!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Please go to Appearance->Customize->Additional CSS option and then add that code

    #slideNav .widgets, #frm_form_4_container{
       display: none;
    }

    If not work please remove the above code and add this one

    #slideNav .widgets, #frm_form_4_container{
       display: none !important;
    }
    Thread Starter thehornedmoon

    (@thehornedmoon)

    The first code worked for both problems! Thank you so much!!

    Thread Starter thehornedmoon

    (@thehornedmoon)

    @jawad1234 May I ask what this code does exactly? A newly created and embeded contact form doesn’t appear when this code is applied. WIthout code applied, it does appear, but so do all the other duplicate forms and menus. Thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘sidebar menu duplicated after edit’ is closed to new replies.