Jump to content

Edit History

WebDesk Solution

WebDesk Solution


Update new quote

Hello,

To remove the sub-menu popup from the main menu, please follow these steps:

Step 1: Open the ps_mainmenu.tpl file located in your theme directory:

themes/{{your_theme}}/modules/ps_mainmenu

comment or remove the code from the file:

{if $node.children|count}

<div {if $depth===0} class="popover sub-menu js-sub-menu collapse" {else} class="collapse" {/if}

    id="top_sub_menu_{$_expand_id}">

    {menu nodes=$node.children depth=$node.depth parent=$node}

</div>

{/if}

 

Please review the screenshot for your reference: https://prnt.sc/EPQZTT2L-9V2

 

Save the changes and clear the cache from the back office.

Visit the frontend to verify the submenu popup rwas emoved from the header.
 

We hope this solution resolves your issue!!

If you find our reply helpful, please hit Like it.

A North American PrestaShop Development Agency that delivers powerful results, innovation, and secure digital transformation.

 

If you find our reply helpful, please hit Like it.
 

Thank You,
WebDesk Solution Support Team
Get a Free Quote | Email | PrestaShop Partner | PrestaShop Development Agency | Call Us 877.536.3789
Location: 150 King St. W. Toronto, ON M5H 1J9

WebDesk Solution

WebDesk Solution

Hello,

To remove the sub-menu popup from the main menu, please follow these steps:

Step 1: Open the ps_mainmenu.tpl file located in your theme directory:

themes/{{your_theme}}/modules/ps_mainmenu

comment or remove the code from the file:

{if $node.children|count}

<div {if $depth===0} class="popover sub-menu js-sub-menu collapse" {else} class="collapse" {/if}

    id="top_sub_menu_{$_expand_id}">

    {menu nodes=$node.children depth=$node.depth parent=$node}

</div>

{/if}

 

Please review the screenshot for your reference: https://prnt.sc/EPQZTT2L-9V2

 

Save the changes and clear the cache from the back office.

Visit the frontend to verify the submenu popup rwas emoved from the header.

 

We hope this solution resolves your issue!!

×
×
  • Create New...