Is there any sort of more mobile friendly nav bar for Base ReadyTheme? It would be nice to have something more like Iron & Wool / Suivant - that slides out from the left instead of the drop down / scroll. When there are sub-cats and sub-sub-cats it just gets messy/unruly and even though the scrollbar appears it's cludgy and confusing. Changing ReadyThemes is really not an option.
Announcement
Collapse
No announcement yet.
More Mobile Friendly Bootstrap Nav Bar
Collapse
X
-
More Mobile Friendly Bootstrap Nav Bar
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,
Not out of the box. You would have to take a look at some of the available navigation structures native in Bootstrap 3 and code something up.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
-
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
-
Thanks, not necessarily a slide from the left but both are a lot neater than the default.
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
Comment
-
One of the advantages of using Bootstrap is that there are literally hundreds of plugins. You could probably find exactly what you want so long as you don't nod off going through all the listings.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 PostOne of the advantages of using Bootstrap is that there are literally hundreds of plugins. You could probably find exactly what you want so long as you don't nod off going through all the listings.
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
Comment
-
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 razertip View PostMake sure you pick one for version 3 not version 4. There is a big difference between versions.
Thanks, I am.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
Comment
-
So I found a nifty little piece of awesome sauce that I am playing with. It slides out just as I would like it to. The demo for it has little icon arrows that indicate "more". In the HTML version they are wrapped inside the <a> tag. I'm using the &mvt:navigationitem:link; to dynamically build the links but using it doesn't enable the use (as far as I can tell) of these icons fa fa-angle-right
Maybe I need to tweak the CSS a bit.
http://dts3627.mivamerchantdev.com/storefront.htmlLeslie 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
Comment
-
Your Font Awesome does not appear to be working.
Using the page source code, I moved the icon inside the <a> tag and it did not show. I switched out your font awesome with one from a CDN - The icons show inside the <a> tag but not when outside.
You may need to use ::before / ::after in your css file.
Comment
-
Thanks, since the use of the &mvt:navigationitem:link; token doesn't let me put the icon inside the <a> tag, I'll play around with the ::before / ::after.
I guess this version of the Framework doesn't have the correct font awesome files.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
Comment
Comment