Any reason why they aren't working? Just static text?
Any reason why they aren't working? Just static text? |
It's been asked before in these forums. EVO does not have drop down menus. https://www.deanbassett.com |
I had a similar issue... It was recommended to me to swap out these files
inc\classes\BxDolPageView.php I did so, and they started working... Use the files from the original installation files from the ZIP. Give it a try... Steve |
Hello.
I have the same problem with EVO and D 7.3.0. I read EVO does not allow the use of over sub menus, but allows kinda chevron mark to pull the submenus.
On EVO instead of a drop down menu, a new line below the main menu should appear, where you can select submenus, but, is not shown on my case. I did the swap and that didn't work.
Also I applied the next fix near line 128 in my files for 7.3.0 and it didn't work. What else can I try?
If you need to display submenu on homepage in EVO template then change the following code in templates/base/scripts/BxBaseMenu.php file near ~128 line: //--- Submenu Menu ---// $sSubMenu = ''; if(/*!defined('BX_INDEX_PAGE') &&*/ !defined('BX_JOIN_PAGE')) $sSubMenu = $this->genSubMenus(); |
you would need to edit the evo template to display the submenu as you wish. It sounds like you want the old style submenu in the breadcrumb (uni or alt template). caredesign.net |
It's been asked before in these forums. EVO does not have drop down menus. One thing I don't seem to see anywhere is the idea of screen media resizing in CSS. A "Quality" responsive site will have drop downs for over 900px (desktop size) and will automatically switch to a static or Unordered List for mobile devices. I might be able to code something up that can be added to Dolphin if you all want? |