Drop Down Menus Not Working in Evo

Any reason why they aren't working? Just static text? 

Quote · 18 Jan 2016

It's been asked before in these forums. EVO does not have drop down menus.

Here are at least a couple of the topics that mention it.

See this topic. https://www.boonex.com/forums/topic/Evo-Template-Question.htm starting at 3'rd post is where the menu question is brought up.

Or this topic. https://www.boonex.com/forums/topic/Drop-down-menus-don-t.htm

https://www.deanbassett.com
Quote · 18 Jan 2016

I had a similar issue...  It was recommended to me to swap out these files

 

inc\classes\BxDolPageView.php
modules\boonex\poll\classes\BxPollModule.php
modules\boonex\spy\classes\BxSpyModule.php
templates\base\scripts\BxBaseCategories.php
templates\base\scripts\BxBaseSearchResult.php
templates\base\scripts\BxBaseTags.php


I did so, and they started working...  

Use the files from the original installation files from the ZIP.


Give it a try...


Steve

Quote · 19 Jan 2016

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();
Quote · 6 Apr 2016

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
Quote · 7 Apr 2016

 

It's been asked before in these forums. EVO does not have drop down menus.

Here are at least a couple of the topics that mention it.

See this topic. https://www.boonex.com/forums/topic/Evo-Template-Question.htm starting at 3'rd post is where the menu question is brought up.

Or this topic. https://www.boonex.com/forums/topic/Drop-down-menus-don-t.htm

 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?

Quote · 2 Nov 2017
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.