Circular Menu to show on pages

I’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.