Hi Marco,
Thanks for reaching out.
I have checked your website but didn’t found the jumping navbar issue while scrolling. Regarding The Grid plugin we need to investigate it through the dashboard, but unfortunately, the given credential does not work. Please check and reshare it again.
Regarding the Transparent navbar, you can add the following custom CSS code into the Theme Options > CSS which may help you to get the solid color background navbar while scrolling.
.x-navbar-fixed-top
{
background-color: hsl(0,0%,18%) !important;
}
Please remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes, which means we can’t fix it if it conflicts with something on your site nor will we enhance it.
Thanks