Exported content works in Google...
Okay so admittedly I know enough about this stuff to be very dangerous and learn by pushing buttons and seeing what happens, for the most part Ive found the CoffeeCup Software intuitive enought that I can manage to get this stuff to work for me, but i need some help here. I have a template I made in RSD and included the RCS code into the appropriate boxes there, uploaded the necessary files and presto, works fine in Chrome, but only the first page shows up in IE9, i tried debugging and it gave me a script error, that appeared to go away once the cache was cleared, but Im stuck - Thanks for your tolerance of a newbie. project page here -
http://talonfarmcom.coffeecup.com/
http://talonfarmcom.coffeecup.com/
IE 9 is a dead browser stop using/testing in it. Microsoft doesn't support IE9 any longer so I doubt CC will. I would highly suggest using Chrome or Firefox.
Taking over the world one website at a time!
Steve Kolish
www.misterwebguy.com
YouTube Channel:
https://www.youtube.com/channel/UCL8qVv … ttneYaMSJA
Steve Kolish
www.misterwebguy.com
YouTube Channel:
https://www.youtube.com/channel/UCL8qVv … ttneYaMSJA
Actually IE 9 is still fully supported for some OS versions at this time and will be if it is the last version of IE to be created for a specific OS, as long as that OS is still supported itself. Here's some links to what I found this morning on it as I wasn't sure if 9 was still supported or not either.
https://support.microsoft.com/en-us/lif … 20explorer
https://support.microsoft.com/en-us/gp/ … t-explorer
https://support.microsoft.com/en-us/lif … 20explorer
https://support.microsoft.com/en-us/gp/ … t-explorer
If you're using the slider on an RSD site, make sure these bits of code are there:
If it's not an RSD site, have a look at https://html5boilerplate.com/ , it includes bits of code to help out-dated browsers understand current code conventions/elements.
This site gives an up-to-date overview for browser version usage (and support for specific features):
http://caniuse.com/usage-table
And then there's this http://www.awwwards.com/outdated-browse … wsers.html
<script>document.createElement( "picture" );</script>
<script src="js/picturefill.min.js" class="picturefill" async="async"></script>
<script src="./somesitehere/js/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script src="js/picturefill.min.js" class="picturefill" async="async"></script>
<script src="./somesitehere/js/modernizr-2.6.2-respond-1.1.0.min.js"></script>
If it's not an RSD site, have a look at https://html5boilerplate.com/ , it includes bits of code to help out-dated browsers understand current code conventions/elements.
This site gives an up-to-date overview for browser version usage (and support for specific features):
http://caniuse.com/usage-table
And then there's this http://www.awwwards.com/outdated-browse … wsers.html
I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
https://www.callendales.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.