Plugin Author
malihu
(@malihu)
I’ve added a couple of special expressions (in version 1.5.9) to the “Offset” field that do exactly what.
You can add :fixed right after your menu selector, so the offset applies only on fixed positioned elements 😉
For example: #my-menu-id:fixed
Another useful expression (more info in plugin settings page > help): :width(). This can be used to use offset only when element width is less/equal/greater than number of pixels (pixels amount matches css media queries). For example:
#my-menu-id:width(<1024)
Thanks a lot for solution!
It works now!
Hey there! Awesome plugin!
I JUST tried it…but the OFFSET doesn’t seem to be working. I tested with positive numbers, negative numbers, with “px”…without “px”…even the hash tag (id) for the sticky menu. It just doesn’t seem to be working. Any recommendations?
PAGE:
http://www.marthahoffmanhearingdogs.dreamhosters.com/academy/course-catalog-overview/#courseCatalog
HAS MINI PAGE MENU LINKS ACROSS TOP OF PAGE CONTENT.
Plugin Author
malihu
(@malihu)
Hello,
Did you insert the menu links via plugin’s shortcode? If yes, can you post the shortcode you entered?