Hi, is it possible to load images in menu only when the menu is clicked rather than with the page load?
can you point me in the right direction to add this functionality.
is it relatively simple to do and which php file do I look at?
Hello nomoretechno,
Notice that is not a simple task and in order to achieve as you wish, you should make some custom work. As a hint, you should edit the td_block_mega_menu.php, like this -> https://www.screencast.com/t/8tYhnZlt1Xf
If you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for your understanding!
ok thanks for this. Is it possible to have a mega menu just for the home page and category pages, and have non mega menu for posts?
Hi,
There is only one header menu in the theme. This menu will be displayed in the whole website. You could only do that with a plugin that has these options and also works properly with the theme, or by creating conditions in the header menu files.
Some useful examples for more information here
– https://forum.tagdiv.com/topic/conditional-logic-for-menu/
– https://forum.tagdiv.com/topic/how-to-register-a-second-menu-for-woocommerce-pages/
– https://codex.wordpress.org/Conditional_Tags
Thanks