문제

I would like to use My IBNAB MegaMenu in desktop view but, In Mobile view would like to use default Luma Menu.

How can i achieve that ?

도움이 되었습니까?

해결책

I have found a solution, I am calling the default menu by the following code using it in template file of the module.

 echo $this->getLayout()->createBlock("Magento\Theme\Block\Html\Topmenu")->setTemplate("Magento_Theme::html/topmenu.phtml")->toHtml();

Now I just need to figure out some jquery stuff so that both the menus do not conflict with each other.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top