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

    #396711

    Hey 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!
    Yigit

    #401472

    Hi ,

    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.

    #401476

    Hey!

    Please add following code to Quick CSS as well

    .my-custom-img {
    z-index: 999999!important;
    }

    Best regards,
    Yigit

    #771909

    Great 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.

    #772080

    Hi,

    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 Torvik

    #872415

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

    Thank you for your time and service.

    Best regards,
    John

    #872667

    Hi,

    Great, glad you found a solution.

    Best regards,
    Rikard

    #973369

    Hi,

    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!

    #973915

    Hi 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

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