Showing 1 – 2 of 2 replies
Abdul Madjid

Active Menu option in init.ui.php

Abdul Madjid PURCHASED
1 year ago
I have bought a template with order number WB61075J3H1H

there is a problem in the navigation section, after selecting one of the inactive menus that the menu is selected.

Active Menu option in init.ui.php file and variable $_active_nav = 'icons_fontawesome_brand';

what's the solution?
fdiengdoh
fdiengdoh PURCHASED
7 months ago
Yep I just found this bug too, but easy fix. on the top of your page, you can add ./ to your active nav value as follows:

$_active_nav = './icons_fontawesome_brand';

Interestingly, you can add anything before / and it would work

$_active_nav = 'anything-here/icons_fontawesome_brand';
Abdul Madjid
Abdul Madjid PURCHASED
3 months ago
thank you, this is really very useful