What category menus options are available for Shadows? The baked-in menu is not is not a good fit for use due to number of base categories.
Announcement
Collapse
No announcement yet.
What category menus options are available for Shadows?
Collapse
X
-
Hi Bill,
At this time, the primary navigation options for Shadows are the built-in one, porting the Colossus one over, or building your own. I do have several more planned for future release.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
-
Hi Bill,
You would need to add in the CSS and JavaScript resources for Omega Navigation and swap out the HTML for the primary navigation set: https://docs.miva.com/readytheme-col...ega-navigationMatt 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
Comment
-
Originally posted by Matt Zimmermann View PostHi Bill,
You would need to add in the CSS and JavaScript resources for Omega Navigation and swap out the HTML for the primary navigation set: https://docs.miva.com/readytheme-col...ega-navigationThank you, Bill Davis
Comment
-
Hi Bill,
You should not have to re-enter the information, however you may need to make some adjustments depending on how it is currently structured.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
Comment
-
Originally posted by Matt Zimmermann View PostHi Bill,
You would need to add in the CSS and JavaScript resources for Omega Navigation and swap out the HTML for the primary navigation set: https://docs.miva.com/readytheme-col...ega-navigation- Would I "...add CSS and JavaScript resources for Omega Navigation..." by creating a my own "custom.css" file and "...load it in AFTER all others..." as Bruce Golub always suggest on the forum?
- If so, is the "css.php" file where I need to add at the end my "custom.css" reference?
- Do I do all this CSS work manually via FTP or does Admin have the ability to edit and add css files?
- As to adding "...JavaScript resources for Omega Navigation...", do I add that to an existing file? If so, which one and where is is located?
- I noticed the "...JavaScript resources for Omega Navigation..." is divided in two parts, which probably means the second part is either added elsewhere, what file and where is it located?
- Do I do all this JavaScript work manually via FTP or does Admin have the ability to edit and add these files?
Thank you, Bill Davis
Comment
-
Hi Bill,
Shadows doesn't use a PHP file for the CSS or JavaScript; it utilized the CSS and JavaScript Resources located under User Interface. The easiest way would be to replace the contents of the "x-transfigure-navigation" and "transfigure-navigation" resources with those of Omega. The second JavaScript part of Omega is the initialization string you would use in "theme.js"; it would replace the call for transfigure.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
Comment
-
Originally posted by Matt Zimmermann View PostHi Bill,
Shadows doesn't use a PHP file for the CSS or JavaScript; it utilized the CSS and JavaScript Resources located under User Interface. The easiest way would be to replace the contents of the "x-transfigure-navigation" and "transfigure-navigation" resources with those of Omega. The second JavaScript part of Omega is the initialization string you would use in "theme.js"; it would replace the call for transfigure.Thank you, Bill Davis
Comment
-
Hi Bill,
Unfortunately, there aren't any instructions beyond what is in the ReadyTheme documentation. Improved extension documentation is on my roadmap which will include how to add to specific ReadyThemes.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
Comment
-
Originally posted by Matt Zimmermann View PostHi Bill,
Unfortunately, there aren't any instructions beyond what is in the ReadyTheme documentation. Improved extension documentation is on my roadmap which will include how to add to specific ReadyThemes.
Having said that and some things not being documented as we all would like, I am having a difficult time determining which parts of the Omega Navigation code goes where. Is there anything published relating to that?Thank you, Bill Davis
Comment
-
Hi Bill,- Replace the HTML content in ReadyTheme -> Navigation Sets -> primary_navigation -> Template with the Omega HTML
- Replace the CSS content in User Interface -> CSS Resources -> x-transfigure-navigation with the Omega CSS
- Replace the JavaScript content in User Interface -> JavaScript Resources -> transfigure-navigation with the Omega JavaScript
- In User Interface -> JavaScript Resources -> theme, replace
Code:
$.hook('has-drop-down').transfigureNavigation();
Code:$.loadScript(theme_path + 'extensions/navigation/omega/omega-navigation.js');
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
Comment
-
Has anyone successfully ported over the Omega menu to Shadows? I tried the steps in Matt's last post and it didn't work for me. In addition to those 4 steps, I think some changes also need to be made in the global header to load the Omega menu. I tried and failed.
Also wondering how close we are to having more menu options available in the Shadows theme?Matt E.
www.harpkit.com
Comment
-
harpkit Unfortunately, those instructions were for Shadows v1. While the principle is similar in v2, it will actually require you to use the developer edition of Shadows [ https://github.com/mivaecommerce/readytheme-shadows ] where you will make your changes locally and push them up to the store. This process is very close to completion although the directions for porting Omega to Shadows has not been updated yet.
As for additional menu, those are in the works. If you have an example of something you might like to see, please let me know and I will see what I can do.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
Comment
Comment