• Resolved justlenz

    (@justlenz)


    Hey everyone!

    So, after the last theme update all new created buttons in Elementor became unclickable and are not even registred as buttons in the HTML.

    I tried to disable all plugins besides elementor, but still nothing changed.

    Only after changing the theme to the default wordpress theme the buttons became clickable again.

    Example on the webpage:
    https://lanora.eu/en/bezuege/
    (the coloured 3 dots)

    I really don’t know what to do…

    Thank you in advance!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter justlenz

    (@justlenz)

    FIXED:

    I forgot that I had custom CSS for the anchor position within elementor to be displayed in the center of the screen. Seems like the theme didn’t like it…

    Here the code if you have similar problems:

    body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    content: "";
    display:block;
    height: 100px; /* fixed header height*/
    margin: -100px 0 0; /* negative fixed header height */
    visibility: hidden;
    pointer-events: none;
    }

    Thank you for sharing the solution with us and Glad to hear that the issue has been fixed!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Buttons not clickable’ is closed to new replies.