Home Forums WoodMart support forum Header bug when URL contains #

Header bug when URL contains #

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #301096

    Jeriss Cloud Center
    Participant

    Dear,

    The header has a bug in the following scenario.

    1. Create a header
    2. Create a home page
    3. Create a row with WPBakery with an ID, for instance as #services
    4. Add a button in the header menu with link as “#services”

    AS IS : When the URL contains the #, then scrolling back to the top doesn’t go fully to top

    See video

    Attachments:
    You must be logged in to view attached files.
    #301106

    Hello,

    I watched the video you attached.

    Please provide the admin panel login details of the website to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios

    #301177

    Jeriss Cloud Center
    Participant

    Credentials below

    #301301

    Hello,

    I have logged into your website and you have added the row ID to the row inside the row.

    Please try adding the row ID to the separate Row then check back.

    If the issue still occurs then deactivate all the third party plugins and tell me then we will troubleshoot with the theme plugins.

    Regards.
    Xtemos Studios

    #311095

    Jeriss Cloud Center
    Participant

    Dear,

    I have created a staging copy of the site, so you can see the bug by yourself. Video and credentials in private.

    Staging :
    – has no active third-party plugins
    – has no custom css/js.
    – has no custom php in functions.php
    – is switched to parent theme
    – is all up to date

    Thanks

    #311161

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    html .website-wrapper {
    	overflow: visible;
    }

    Kind Regards

    #311162

    Jeriss Cloud Center
    Participant

    So it’s a big in the theme?

    #311503

    Bogdan Donovan
    Keymaster

    Hi,

    This is an issue with the overflow property in modern browsers when overflow:hidden property is set to the wrapper of the anchor element. Unfortunately, we cannot completely fix it via Wordpdess theme since overflow:hidden is needed for page builders like Elementor or WPBakery.

    Kind Regards

    #311608

    Jeriss Cloud Center
    Participant

    Ok thanks, then you can close this ticket

Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘Header bug when URL contains #’ is closed to new replies.