Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1229437

    Hi guys, i just open this post some day ago, and I receive a good answer:

    https://kriesi.at/support/topic/put-on-top-of-everything/

    But the problem is not totally solved…

    Because If i scroll up and down my page…the buttons “PRENOTA” and “FACEBOOK” stay behind some objects:

    2 examples:

    https://ibb.co/wJ7fTRm
    https://ibb.co/YfhwC44

    But I need that prenota and facebook stay in front of everything

    #1230212

    Hey claudioaddobbatim2r2,

    Thank you for the update.

    Try to increase the z-index property or the stack order of the links.

    .menu.av-main-nav li a{
        background:transparent!important;
        z-index: 10000;
    }

    If the compression settings are enabled, please disable it temporarily prior to checking the page.

    Best regards,
    Ismael

    #1230673

    Thx for the answer but…maybe i’m not explaining myself good, i take a litte video of the problem.

    sometimes the buttons are on top and sometimes bottom, i need that it stay on top always

    #1231111

    Hi,

    Thanks for that, but the video you linked to doesn’t exist:

    Sorry, we couldn’t find that page
    Make sure you’ve typed the URL correctly, or try searching Vimeo. You could also watch one of the videos below instead.

    Please check the URL and post it again.

    Best regards,
    Rikard

    #1231146

    I’m sorry, know it works. Fixed

    #1231244

    Hi claudioaddobbatim2r2,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1231584

    I mean, the link is fixed…not the problem :D look at the video

    #1231945

    Hi,

    As we previously suggested, we have to increase the stack order or the z-index property of the social links or its parent container. Please move the links inside a color section, edit the section and apply an ID to the container in the Advanced > Developer Settings > Custom ID Attribute field, use “custom-section” for example. We can then use that ID to adjust the style of the color section and adjust its stack order.

    #custom-section {
      z-index: 10000;
    }

    Thank you for your patience.

    Best regards,
    Ismael

    #1232015

    Thx for the answer but I already did it…this is the custom code for the “floating” session

    #floating { position: fixed; right: 0; top: 20%;
    width:200px;
    border-radius:5px;
    background-color: #79bd3a;
    z-index: 9999;
    }

    #1233015

    Hi claudioaddobbatim2r2,

    SO did you get it working for you or do you need more help?

    Best regards,
    Victoria

    #1233324

    I need more help, because if you see the video

    you’ll notice che that the problem is still on the website

    #1234086

    Hi,

    You need to apply the ID floating to the color section, not the column. Add a color section, apply the ID floating to it, then move the column containing the social links inside the color section.

    Thank you for your patience.

    Best regards,
    Ismael

    #1234126

    Ok! now it works!! thx!!

    #1234561

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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