Hi – I’ve noticed that the navigation bar disappears when clicking on a post from the home page BUT I have posts that can be selected from the Navigation bar under services – these appear with the nav bar at the top
I really want to keep the nav bar at the top at all times, obviously this can be done – would really appreciate some help/guidance on this
Cheers
You can disable the default popup to have the main menu always on the top.
Please open up the main.js file in themes/dw-fixel/assets/js folder, find the following code (around line 342):
if( ! isIE || ( isIE && parseInt( jQuery.browser.version ) > 8 ) ) {
and change it into this:
if( false ) {
Hope that helps!
How can I do this on DWPage Modern?
You can add the following code to the Footer code (Dashboard > Customize > Custom Code)
Please login or Register to submit your answer