Please check the attachment.
For some reason, after update, links in the menu are highlighted and have href="#" so nothing happens on click.
The correct links, apparently, are:
https://marketplace3.laraship.com/cms/testimonials
Attachments
Hello,
Thank you for reporting the issue, its happening when config caching is enabled
we have pushed the fix to the repositories
to fix exiting installations please run the following queries in phpmyadmin
UPDATE `menus` SET `url` = 'cms/testimonials', `active_menu_url` = 'cms/testimonials*' where `name` = 'Testimonials' ;UPDATE `menus` SET `url` = 'cms/downloads', `active_menu_url` = 'cms/downloads*' where `name` = 'Downloads' ;
UPDATE `menus` SET `url` = 'utilities/seo-items', `active_menu_url` = 'utilities/seo-items*' where `name` = 'SEO Items' ;
Please login or Register to submit your answer