Main Menu not showing
Hi, the main menu is not showing, while it shows only in some pages
please check,
http://www.myniagaratours.com/ . ( Menu and header here not showing )
https://www.myniagaratours.com/charter-service-2/ (Here we can see thwe menu )
i found belowcustom css, tried with no hope
.responsive-menu-toggle {
display:none !important;
}
Comments
this css will not help you, it makes the responsive menu hide on mobile.
Please disable all plugins and remove browser cache, the menu works fine here so it should be a cache issue. More important are the icons on your website are missing,
it’s because of CORS library which hasn’t been installed on your server.
More details about the CORS you can read on http://enable-cors.org/server.html but we recommend to contact with your server administrator this case because he will be able to help you for sure.
P.S. For .htaccess solution, please visit http://forum.muffingroup.com/betheme/discussion/4902/icons-are-gone-cors-solved-within-htaccess
thanks