54 comments found.
Hello I have just purchased this Navic Meneu options to use on my wordpress site. Can you please assist me with installing it into my wordpress site
Hello
The item is a HTML&CSS product not Wordpress plugin, you need to integrate it with php if you would like to use it with Wordpress.
Regards
Hi there I have website that are related to health services name Serene Behavioral Health can we use it on my website.
Hi
Navik menu is a HTML & CSS product and not Wordpress plugin, if you would like to use as a Wordpress menu you need to integrate more to use it as a Wordpress plugin.
Regards
A really nice navigation template. What I am missing are buttons for social media 
Hi
The social media icon files are contained in a folder “src / assets / svg” from download package. If your files are missing please contact me again through my profile page, I will look at it for you
Regards
My mistake, I meant there a now social media buttons in any default template. I would like to have bar with social media buttons in the normal menus, not only overlay menus. 
Can you please contact me through my profile page? I will send you a modified version that included social media buttons.
Regards
Thank you sharing this navigation design. It looks simple and attractive. I want to integrate it with my custom developed website, calculadora de alicia . It is developed in html, CSS and PHP. Can i easily integrate your code with this website?
Thank you.
Hi
Yes, Navik Menu created with HTML, CSS and simple jQuery, which you can easily adapt it with your custom website.
If you have any further question about menu integrate please feel free to contact me through support tab or my profile page.
Regards
Hi, I am wondering if you added functionality for a search box to the menu bar?
Hi
I have replied you via email.
Regards
Hi, is this plugin menu is made with WordPress build in menu like Primary menu or I have to create different menu inside plugin panel? Regards, Tom
Hi
Unfortunately, the item is available for HTML&CSS only not WordPress plugin.
Regards
Hi, i’m using the fixed-sidebar-menu. How to make the full button expand/collapse the drop down, not just the + and – icons ?
Hi
Could you please contact me through support tab or my profile page, I will send a modified Navik JS to you via email.
Regards
Hello. Is there an option to have header shown on scroll up only?
Hi,
Unfortunately, there is no option to sticky menu on scroll up only.
Best regards
hello i am using this version: Fullscreen overlay center with vertical submenu
How can I always show the page name (text) in the header? How can I change the background color of the header (not from the menu) Thank you
Hi,
Could you please send your request through my profile page or support tab.
Regards
Could you please tell me how to keep 2nd and 3rd level submenus from appearing off-screen? Or is there a way to make them appear to the left instead of always to the right? Here’s an example of the problem: https://www.screencast.com/t/rnLKF3nK
My apologies, it was right there in the documentation: submenu-right.
Hi pohponic,
could you please add an example with full screen overlay, but with header not transparent and content not behind the header (kind of fixed header)? Also header full width (no big margins left and right). Basically the same as your fullscreen overlays, but with standing logo and hamburger.
Thank you a lot.
Peter
Hello
Could you please contact me through my profile page, I will send a modified version to you.
Regards
there is no zip file, how do I upload to wordpress
The item is HTML&CSS, not Wordpress plugin you need to integrate more if you would like to use it as Wordpress plugin.
Regards
thanks – so you know if I can just add the css in the custom scc menu section of my site now??
Unfortunately, you need to convert the menu to Wordpress plugin and install it through your admin panel, not just add the css only.
Regards
Awesome thanks
So this is prob more of a developer thing…or can that be done easy??
The item released in CSS category as described on the item page, if you bought an item by mistake please contact me through my profile page.
Regards
Hello pophonic, is it possible to change the font easily?
Hello
You can add the CSS below to your custom stylesheet to change the font family.
.navik-menu ul li > a,
.navik-menu-overlay ul li a,
.navik-menu-fixed ul li a,
.navik-menu .mega-menu-heading,
.navik-menu .mega-menu-desc {
font-family: "Fira Sans", sans-serif;
}
Regards
Awesome program! Thanks, man! check this out !
How do I make the menu not sticky?
Hello
You can add class “no-sticky” to navik-header div container to disable menu sticky.
<div class="navik-header no-sticky">
Thank you that worked great. Also, can you tell me how to make the whole item active for expand/collapse in the the drop down mobile menu, and not just the + and – icons.
Could you please send your request through my profile page, I will send a modified js to you via email.
Regards
Done! Thank you!
Hey, using the Sidebar menu, all works well, but trying to place some fixed content inside the “Navik-side-content” and it doesn’t seem to be working? Any suggestions? I am trying to place a fixed inner nav on scroll
Hmmm…seems to be this: -webkit-transform: translateX(0) !important; / / transform: translateX(0) !important;
Hello
You can change the CSS as below to solve this problem.
@media (min-width: 1200px) {
width: calc(100% - 250px);
-webkit-transform: translateX(0%) !important;
transform: translateX(0%) !important;
transition-duration: 0s;
}
Change to
@media (min-width: 1200px) {
.navik-side-content {
width: calc(100% - 250px);
}
.navik-sidebar-left.fixed-sidebar-open ~ .navik-side-content,
.navik-sidebar-right.fixed-sidebar-open ~ .navik-side-content {
-webkit-transform: translateX(0%);
transform: translateX(0%);
transition-duration: 0s;
}
}
We will improve the main CSS and update the item ASAP.
Thank you.
Awesome, thanks so much!!! Appreciate the info.
Hi, Can I please check two things:
1) How to make the full button expand/collapse the drop down at mobile, and not just the + and – icons
2) How to still have the sticky header at mobile
Many thanks!
Paulo
Hello
Could you please contact me through my profile page, I will send you a modified file as your request.
Regards
Hello, great menu! I would like to remove the transition on page load for the navik-side-content. Instead of moving left 250 pixels, I would like it to start in position please. How can I accomplish this?
Hello
In this case, you need to change navik-side-content width to 100%, please add the CSS below to your custom stylesheet.
@media (min-width: 1200px) {
.navik-side-content {
width: 100%;
}
}
Regards
Thank you but I think that I didn’t properly describe the issue. The following video shows what is happening. The content initially is rendered then moves over 250 pixels to accommodate the sidebar. I would like the content to be render already moved over 250 pixels. https://www.screencast.com/t/eVBRwd0l
Can you please send your link url to me through my profile page, I will look at it for you.