Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #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.

    #955257

    Hey 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,
    Victoria

    #955396

    Hello,

    I tried both ideas, and those didn’t work. Any other ideas we can try?

    Thanks!

    #955732

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. 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 ).
    5. Click ” Submit “.
    6. 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,
    Vinay

    #955745

    it 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)

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