I am looking for a plugin, preferably free but I am willing to pay.
The plugin must be able to let me create a circular nav menu that I can place in the center of my page/s. It must be based on the wp menu.
It should be able to design this (or at least close as possible):
I have found this plugin: ? but it seems that I can not set it static. It only appears on hover or click.
This one: / can not be centered on the page. Even in the pro version.
Looking forward to recommendations.
I am looking for a plugin, preferably free but I am willing to pay.
The plugin must be able to let me create a circular nav menu that I can place in the center of my page/s. It must be based on the wp menu.
It should be able to design this (or at least close as possible):
I have found this plugin: http://preview.codecanyon/item/wp-circular-menu-responsive-circular-menu-plugin-for-wordpress/full_screen_preview/23113021? but it seems that I can not set it static. It only appears on hover or click.
This one: http://wordpress-fixed-circular-nav.e-crespo/ can not be centered on the page. Even in the pro version.
Looking forward to recommendations.
Share Improve this question asked Jun 17, 2019 at 11:03 Memphis335Memphis335 1011 bronze badge1 Answer
Reset to default 0I'm not sure what you mean when you say you want a static menu. If you use the first one, you can add this CSS...
.wpcm-circular-menu {
position: fixed;
}
...to keep it in the same place, even when the window scrolls.