I’m sorry, I’m not really sure what you mean.
Can you post a link to your site and show me which element you’re trying to make sticky?
Thread Starter
admin
(@migup)
https://www.naloru.de/stick-with-window/
it’s sticky with the window.
it’s looking fine, till you scroll down.
But i wich it would stop been sticky, before it hits the footer
I can see that the sidebar is sticky, but it doesn’t appear that it’s my Sticky Anything plugin that is taking care of that.
Are you using any other sticky plugin or functionality?
Thread Starter
admin
(@migup)
I dont use Sidebar here.
It’s a 1/6 column.
I used the “Sticky Section” Element in this column.
it’s from your plugin, right?
Thread Starter
admin
(@migup)
if it isn’t, can i use your plugin with a single column or can i only stick a whole row?
Right, what you’re using right now, is not my plugin.
As yes, with my plugin, you should be able to make a single column sticky. 🙂
Thread Starter
admin
(@migup)
can you explain me, what kind of settings i have to use? i don’t manage to make a single column sticky
It depends on the classname of the element that you want to make sticky.
I just checked https://www.naloru.de/stick-with-window/ but it is protected with a password, so I can’t check it. Can you open it up again please?
Also make sure there is no other sticky functionality enabled, since that may result in conflicts with my plugin.
Thread Starter
admin
(@migup)
The Password is “Mark Senff<3”
For example:
i wich the right column to be sticky, without using sidebar element
Thanks for the password 🙂
I can see that the column has an ID inside the classname that is not done properly. This can cause some issues, so I would advise to change that. Currently it’s like this:
<div class="vc_col-sm-3 wpb_column vc_column_container id=''sticky''">
It should something like this:
<div class="vc_col-sm-3 wpb_column vc_column_container" id="sticky">
Either way, if you activate my plugin, enter this as the sticky element in the settings, and that should make the sidebar sticky:
.vc_custom_1487797771655 .vc_col-sm-3
Let me know if that helps! 🙂
-
This reply was modified 7 years, 7 months ago by Senff - a11n.