
Originally Posted by
navaldesign
You have added a menu bar in the main page, which has the same ID as one of the menu bars that you used in the hope.php page (nenuBar1)
Since these menus are Javascripts, they conflict between them.
Solution:
Copy / paste the menu in the main page, for 3 times . So each time the menu will take the ID menuBar2, MenuBar3, and thelast one will be menuBar4.
Delete the origianal one and the first two copies, so you only keep menuBar4.
Place menuBar4 in the correct position and publish your page. It will not conflict anymore.