• kmartla

    (@kmartla)


    The dropdown menu on my site is not working correctly. Hovering over ‘Books’ should bring up a dropdown menu, but not all the menu options are displayed and trying to choose a menu item causes the whole menu to disappear.

    Additionally, this text appears at the bottom of my pages: {“version”:3,”isGlobalStylesUserThemeJSON”:true} How do I remove that?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Shahin

    (@skalanter)

    Hello @kmartla,

    Thank you for reaching out.

    The main header you are using is mostly transparent.
    If you change the background color using the following path, the issue will be resolved: WP Dashboard > Appearance > Customizer then go to Header > General > Colors and remove or set transparent color for the Header Background option.

    Another solution is to use the CSS below, which will also fix the problem for you. So you can put the CSS below in Customizing > Custom CSS/JS > CSS Code:

    #top-bar-wrap {
        z-index: 99999;
    }

    Please read this link for more information about the CSS/JS code on the customizer: https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website.

    Regarding the issue with the text displayed in the footer, it seems that you tried to delete the code of a block located in the footer sidebar, but some parts of it remain (similar to when you copy a block and paste it elsewhere, some code may still appear): https://ibb.co/C5vDFjyt.

    The solution is to manually remove that text and then recreate what you want to have there.

    Note: If you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes. Also, remember to click on the regenerate all assets file and data in Elementor > Tools(if you have Elementor).

    I hope that helps.
    Hope it helps.

    Thread Starter kmartla

    (@kmartla)

    Thanks for getting back to me!

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.