If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Announcement
Collapse
No announcement yet.
Navigation Sets - Visual Navigation, the mm-card-grid-item and Internet Explorer
Navigation Sets - Visual Navigation, the mm-card-grid-item and Internet Explorer
Well it would seem that the Navigation Sets - Visual Navigation that lets you place categories on the SFNT in Levels ReadyTheme does not play nicely with Internet Exploder (Explorer)
Looks like you have a lot of items mashed up here. First thing I am seeing is a JavaScript error because you are calling in the Bootstrap JavaScript before you are calling jQuery. I'm not sure why you are using Bootstrap with a non-Bootstrap based framework. The visual navigation system you are using is from the Booc ReadyTheme; wich does require a bit of trickery to play nice with Internet Explorer 11. Are you sure you have copied over all the relevant CSS for this particular section to function properly?
Matt Zimmermann
Miva Web Developer Alchemy Web Development https://www.alchemywebdev.com Site Development - Maintenance - Consultation
Miva Certified Developer Miva Professional Developer
Looks like you have a lot of items mashed up here. First thing I am seeing is a JavaScript error because you are calling in the Bootstrap JavaScript before you are calling jQuery. I'm not sure why you are using Bootstrap with a non-Bootstrap based framework. The visual navigation system you are using is from the Booc ReadyTheme; wich does require a bit of trickery to play nice with Internet Explorer 11. Are you sure you have copied over all the relevant CSS for this particular section to function properly?
The home page coding was provided to me to integrate.
What is the trickery needed? I'm guessing it's some of those lines of CSS that I may have missed when trying to meld this into the provided layout.
That's an odd one. Unfortunately, when I try to diagnose the issue in native IE11, the site is crashing my browser. You might try checking for any conflicts with the Bootstrap CSS included on the page.
Matt Zimmermann
Miva Web Developer Alchemy Web Development https://www.alchemywebdev.com Site Development - Maintenance - Consultation
Miva Certified Developer Miva Professional Developer
That's an odd one. Unfortunately, when I try to diagnose the issue in native IE11, the site is crashing my browser. You might try checking for any conflicts with the Bootstrap CSS included on the page.
The error I saw had something to do with the "read more" in the scripts.js file. So I guess I need to find that and comment it out?
So would that be a javascript conflict or something the IE just doesn't like? If it's something IE just doesn't like wouldn't this have should up with the ReadyTheme testing?
Most likely, it is a conflict with the combination of scripts and/or styling being used on the site that IE is not liking. It is not unusual for the inspector to crash the site in IE if there is something it doesn't like. Luckily, although not perfect, the site itself is not crashing IE under normal circumstances.
Matt Zimmermann
Miva Web Developer Alchemy Web Development https://www.alchemywebdev.com Site Development - Maintenance - Consultation
Miva Certified Developer Miva Professional Developer
Most likely, it is a conflict with the combination of scripts and/or styling being used on the site that IE is not liking. It is not unusual for the inspector to crash the site in IE if there is something it doesn't like. Luckily, although not perfect, the site itself is not crashing IE under normal circumstances.
Yeah, I know about the not perfect, but it is what it is. Now to try to blindly ferret out the conflicts....
Comment