rivella50 / atahualpa

GNU General Public License v3.0
3 stars 0 forks source link

Instruction/Discussion Sticky floating Menu1 #2

Open extremecarver opened 1 year ago

extremecarver commented 1 year ago

Actually with the plugin Sticky Menu or Anything on scroll: https://wordpress.org/plugins/sticky-menu-or-anything-on-scroll/ It's possible to stick the menu to the top of the page. I have not tried if you can do this with several items using the pro version.

The selector is: div#Menu1 (identical to div#menu1 ul.rMenu )

or alternatively (slightly different container - I need to use Legacy Mode for this to work correctly - else it will distort) ul.rMenu

I have not succeeded manually adding this via CSS inserts.

extremecarver commented 1 year ago

Actually: https://wordpress.org/plugins/catch-sticky-menu/ Also works and both plugins can be run parallel to each other - with catch sticky menu displaying above. But that's really bad style to use 2 plugins that do the same instead of one that just stickies both...