Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
higherweb
tagDiv Member

Is not fixed in the last updated

higherweb
tagDiv Member

Hello,

I find a solution,

In td_block_mega_menu.php, ligne 126

Replace
$td_subcategories = get_categories(array(‘child_of’ => $category_id,)
By
$td_subcategories = get_categories(array(‘parent’ => $category_id,)

It’s works for me

higherweb
tagDiv Member

Hello,

In the same case, i want to not display subcategory level -2

For example :
Big category
— Sub-cat-1
— Sub-Sub-cat-A
— Sub-Sub-cat-B
– Sub-cat-2
— Sub-Sub-cat-C
— Sub-Sub-cat-D
– Sub-cat-3

How to display only the sub category under the category choose for mega-menu ?

Than you…

Viewing 3 posts - 1 through 3 (of 3 total)