Raj Kara
asked 10 years ago

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 

1 Answers
DominicStaff
answered 10 years ago

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!

Lucy
replied 10 years ago

How can I do this on DWPage Modern?

Dominic Staff
replied 10 years ago

You can add the following code to the Footer code (Dashboard > Customize > Custom Code)

Powered by DW Question & Answer Pro