-
AuthorPosts
-
July 10, 2020 at 3:28 pm #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/YfhwC44But I need that prenota and facebook stay in front of everything
- This topic was modified 4 years, 4 months ago by claudioaddobbatim2r2.
July 14, 2020 at 8:34 am #1230212Hey 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,
IsmaelJuly 15, 2020 at 5:35 pm #1230673Thx 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
- This reply was modified 4 years, 4 months ago by claudioaddobbatim2r2.
July 17, 2020 at 6:50 am #1231111Hi,
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,
RikardJuly 17, 2020 at 9:48 am #1231146I’m sorry, know it works. Fixed
July 17, 2020 at 12:37 pm #1231244Hi claudioaddobbatim2r2,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaJuly 19, 2020 at 10:31 pm #1231584I mean, the link is fixed…not the problem :D look at the video
July 21, 2020 at 6:01 am #1231945Hi,
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,
IsmaelJuly 21, 2020 at 12:45 pm #1232015Thx 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;
}July 24, 2020 at 3:01 pm #1233015Hi claudioaddobbatim2r2,
SO did you get it working for you or do you need more help?
Best regards,
VictoriaJuly 26, 2020 at 12:29 pm #1233324I need more help, because if you see the video
you’ll notice che that the problem is still on the website
July 30, 2020 at 7:05 am #1234086Hi,
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,
IsmaelJuly 30, 2020 at 11:05 am #1234126Ok! now it works!! thx!!
August 2, 2020 at 5:59 am #1234561 -
AuthorPosts
- You must be logged in to reply to this topic.