Hi,
I would like to use the Qoate Scroll Triggered Box Plugin like this site : liveyourlegend.net
However, I can’t seem to get it work with Enfold. http://odac25thka.byethost16.com/
Is there a workaround this?
Thank you!
Hi!
It seems to work for me (social bookmarks pop up in the right bottom corner) – maybe try to clear your browser cache.
Regards,
Peter
Sorry, I didn’t explain clearly, It’s supposed to pop up at the bottom right when you scroll to the bottom of the page.
Hi odac25thka,
That exact effect is happening for me when I visit the site so not sure what the issue is.
Regards,
Devin
When I scroll to the bottom, the triggered box is hidden behind the boxed layout. Do you all see this?
Hi,
You can add this on your custom.css or Quick CS
#qoate_social_bookmark {
z-index: 999;
}
Regards,
Ismael
Hey!
Probably a problem with the z-index. Try to insert following css code into the quick css field:
#qoate_social_bookmark {
z-index: 20;
}
Regards,
Peter