Tagged: button, theme update
-
AuthorPosts
-
November 14, 2018 at 7:06 pm #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
PhilippNovember 15, 2018 at 6:05 am #1033776November 15, 2018 at 12:26 pm #1033907Dear 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
PhilippNovember 15, 2018 at 1:37 pm #1033942Hi 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,
YigitNovember 15, 2018 at 1:59 pm #1033961Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.