Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1033617

    Dear Enfold Team,
    I love your theme but I have two problems:
    1) My theme update from Version 4.4.1. to 4.5 is not working. When I try to do the update it says “Download failed.
    No valid URL was submitted”
    2) On all of my pages somehow the button of the first section is not working. All the other buttons are fine, it’s just the first one on each page.
    I am really frustrated because I tried to fix these problems by myself but it did not work.
    Thank you so much for your help
    Philipp

    #1033776

    Hey philippmosqueira,

    Please try this solution

    Best regards,
    Mike

    #1033907

    Dear Mike,
    thanks a lot for solving my first problem. However, the second one is still existing.
    The first button on each of the following pages (links in private content) is not working properly.
    Could you please have a look and tell me how to fix that bug or fix it for me?
    Best regards
    Philipp

    #1033942

    Hi Philipp,

    I added following code to style.css of your child theme

    .avia_transform .av-extra-border-element.border-extra-diagonal {
        margin-top: -150px;
    }

    Please flush browser cache and review your website

    Regards,
    Yigit

    #1033961

    Hi,
    The overlay from the diagonal border element is overlapping your button, so it seems to not work.
    The solution is to add more space below the button & above the diagonal border element, or to add a z-index to the container so it will be clickable. I added z-index to your pages listed in the Private Content area so your buttons & videos are clickable.

    To do this I enabled the custom classes in your layout builder at Enfold Theme Options > Layout Builder > Show element options for developers and added the class “ds-overlay” to the diagonal border section on your pages.
    Then I added this code in the General Styling > Quick CSS field:

    #ds-overlay.avia-section .container {
      z-index: 300 !important;
    }

    Please clear your browser cache and check.
    I have included a screenshot in the Private Content area that shows how the overlap was blocking the button.

    Best regards,
    Mike

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.