Jump to content

Is it possible to hide subcategories from being displayed in the top menu?


amey8425

Recommended Posts

Hi, I want the subcategories to appear in the left menu but not in the main menu. Please refer to the following screenshots.
Theme 8.1.6

Hide from the main menu
hide.png.75b8a14f33af56abdcd4c6d085e1a735.png

Keep it appearing in the left column
show.png.f60d37d8ffdaff0efb3e6a5852fd362e.png

 

I found a workaround using categories and features, but I believe it doesn't work for subordinate or Level 3 categories.

g2g.png.74798b1941f1442b4db8431439dba670.png

Link to comment
Share on other sites

  • 4 weeks later...

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

Edited by WebDesk Solution
Update new quote (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...