Tagged: Buttons
-
AuthorPosts
-
May 10, 2018 at 8:44 pm #954869
Hi,
My buttons aren’t working on this page: https://ignatiansolidarity.net/iftj/speakers/
Any ideas why? They work on all of my other pages. I also tested to see if a text link works on that page, and it does.
Thanks for your help.
May 11, 2018 at 1:01 pm #955257Hey ckerr44,
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
.flex_column.av_one_half.flex_column_div.avia-builder-el-32 .avia-button-wrap.avia-button-center , .flex_column.av_one_half.flex_column_div.avia-builder-el-34 .avia-button-wrap.avia-button-center, .avia-button-wrap.avia-button-center.avia-builder-el-12 { z-index: 1005; }
If you need further assistance please let us know.
Best regards,
VictoriaMay 11, 2018 at 6:53 pm #955396Hello,
I tried both ideas, and those didn’t work. Any other ideas we can try?
Thanks!
May 12, 2018 at 1:16 pm #955732Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
VinayMay 12, 2018 at 1:53 pm #955745it is the extra border element which overlaps the button (diagonal element)
if it has a margin-top like:.page-id-11352 .av-extra-border-element.border-extra-diagonal { margin-top: -175px !important; }
normaly : the overflow: hidden would do that job – but this is for that element not possible ( because background white should stop at container border)
-
AuthorPosts
- You must be logged in to reply to this topic.