Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1275351

    Hi,
    I have some major issues after my last update. In general, the page is loading slower than it used to.
    1. The anchors are only working on the page they were set, which is the startpage. But when trying to click on an anchor link in my menu from a subpage, they are not working anymore.
    2. On mobile: The menu doesn’t show any content anymore. All the menu items are gone, they don’t appear.
    3. On mobile: The header isn’t sticky anymore.
    4. On mobile: On the startpage there is a huge white empty field below the first blue section. I don’t know where this is coming from and how to delete it.
    Thanks Nora

    #1275663

    Hey NoraGTS,

    1. Please use the full URL in your links, otherwise it will look for the anchor on the current page:

    https://your.site/page/#anchor

    Your other problems; please try installing this plugin: https://wordpress.org/plugins/enable-jquery-migrate-helper/, then set the jQuery version to 1.12.4 in the plugin options to see if that helps.

    Best regards,
    Rikard

    #1275687

    Thanks so much. This plugin solved the problem!
    Best, Nora

    #1275688

    There is one problem remaining:
    4. On mobile: On the startpage there is a huge white empty gap below the first blue section. I don’t know where this is coming from and how to delete it. Maybe it’s sliver revolution that causes this? It’s really weird, because I don’t see it in the backend. And it only appears on mobile.
    Thanks Nora

    #1275714

    Hi NoraGTS,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .responsive #top #main #revolutionslider_1.container_wrap:first-child {
          min-height: auto !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1275720

    Ah, you’re the best, problem solved.
    Thanks so much! Nora

    #1275966

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Problems after enfold Update and WP 5.6 Update’ is closed to new replies.