Is it possible to insert a ReadyTheme Navigation Set within the Category Tree Template to display after a specific category? Or could I create categories and set up URI redirects to the links needed? I do not want to build an entire cat tree navigation by hand, please.
Announcement
Collapse
No announcement yet.
Insert a ReadyTheme Navigation Set "inside" Cattree
Collapse
X
-
Insert a ReadyTheme Navigation Set "inside" Cattree
Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Tags: None
-
Hi Leslie,
Technically, I believe you could. However, I'm not sure what the impact would be on page load time as everything is rendered and your specific category is searched for within the loop. Give it a try and see what happens.Matt Zimmermann
Miva Web Developer
Alchemy Web Development
https://www.alchemywebdev.com
Site Development - Maintenance - Consultation
Miva Certified Developer
Miva Professional Developer
https://www.dev4web.net | Twitter
-
To get around loading delays with largest navigation sets while avoiding manually making menus, just have your code output store the data as a text file. Then, before running that code, test for the file and only run it if the file is deleted. So, to regenerate the menu, you just delete the file.
Scot @ scotsscripts.com wrote a cool module that would also help here called Notification Watcher: https://www.scotsscripts.com/notification-watchers.html
That module allows you to run code based on Miva notification such as product or catagory update.
Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.com
Comment
-
Originally posted by Bruce - PhosphorMedia View PostTo get around loading delays with largest navigation sets while avoiding manually making menus, just have your code output store the data as a text file. Then, before running that code, test for the file and only run it if the file is deleted. So, to regenerate the menu, you just delete the file.
Scot @ scotsscripts.com wrote a cool module that would also help here called Notification Watcher: https://www.scotsscripts.com/notification-watchers.html
That module allows you to run code based on Miva notification such as product or catagory update.
Comment
Comment