| Re: Category name not shown in navbar
Run this query:
UPDATE adv_gallery_categories SET parentlist = 1 WHERE catid = 1;
Then edit your categories and save the display order so that the category cache will be updated and that should take care of the problem.
|