-
AuthorPosts
-
February 16, 2015 at 1:49 pm #396710
Hi,
I would like to add image as sticky element on left hand side of selected pages similar to Social Media Follow us button as on right side of every page.Please let me know what should be done.Thank you.
February 16, 2015 at 1:53 pm #396711Hey potentialindia!
You can add Code Block element to your page and add following HTML code in it
<div class="my-custom-img"> <img src="http://kriesi.at/wp-content/themes/kriesi/images/logo.png" /> </div>
then add following code to Quick CSS in Enfold theme options under General Styling tab
.my-custom-img { position: fixed; left: 0; top: 10%; }
Cheers!
YigitFebruary 24, 2015 at 3:51 pm #401472Hi ,
How do I bring sticky element layer on top ,currently its showing below the content. Please refer the link: http://enveconit.com/3064-2/ and let me know what should be done.
Thank you.
February 24, 2015 at 3:56 pm #401476Hey!
Please add following code to Quick CSS as well
.my-custom-img { z-index: 999999!important; }
Best regards,
YigitApril 4, 2017 at 6:37 pm #771909Great thread! This all worked great, but the sticky element still tucks behind some content such as the Masonry Gallery even when using a-index: 999999!important;. Please see link provided.
April 4, 2017 at 11:40 pm #772080Hi,
To fix it, just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.av-masonry-container { z-index: 1; }
Best regards,
John TorvikNovember 4, 2017 at 7:37 am #872415Hey, I just tried to use this solution for me instead of color-section, but also here the custom-picture doesn’t stay sticky.
For mobile version yes, but not on standard mode. I want this one sticky with the menu on the top.
Best regards,
JohnThank you for your time and service.
Best regards,
John- This reply was modified 7 years ago by Envat0supportislameandgotanF.
November 5, 2017 at 4:43 am #872667June 15, 2018 at 3:52 pm #973369Hi,
I want to realize such sticky (and still moving?) elements as the bubbles on this site (metzgereikohler.de).
They should, as shown on the mentioned page, disappear when the next area appears because there should pop up other bubbles. Also they should overlapp.
How´s that possible or what of that could be possible?With the code above I got them sticky, but that´s all…
Thanks a lot!
June 17, 2018 at 4:13 pm #973915Hi seykom,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.