Hello,
I just moved my site to a different host and having trouble getting images to show in the Simple Slide Module in IE 8-- it works in Firefox. Is there some exception code I can throw in to make images show?
Here's the site:
http://biz107.inmotionhosting.com/~accura22/ai/
Thanks so much for any tips!
Cory
Simple Slide not working in IE 8
Re: Simple Slide not working in IE 8
You're lucky any of the jQuery stuff works at all, you have 2 calls for it and the other calls are below the <__body> tag and...
http://validator.w3.org/check?verbose=1 ... 22%2Fai%2F
http://validator.w3.org/check?verbose=1 ... 22%2Fai%2F
Re: Simple Slide not working in IE 8
Hey,
Thank you sir!
I did some cleaning up, but it looks like all the calls I'm getting are now from the Simple Slide module. Can you point me to the right file that needs editing to fix this?
Thanks,
Cory
Thank you sir!
I did some cleaning up, but it looks like all the calls I'm getting are now from the Simple Slide module. Can you point me to the right file that needs editing to fix this?
Thanks,
Cory
Re: Simple Slide not working in IE 8
You still have 2 calls to jQuery...
In the <head>...
<__script__ type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jq ... "></__script>
In the content from the slider...
<__script__ src="lib/jquery.js" type="text/javascript"></__script>
The error in IE8...
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
Timestamp: Mon, 12 Dec 2011 20:30:23 UTC
Message: Object doesn't support this property or method
Line: 3
Char: 9
Code: 0
URI: http://biz107.inmotionhosting.com/~accu ... nctions.js
In the <head>...
<__script__ type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jq ... "></__script>
In the content from the slider...
<__script__ src="lib/jquery.js" type="text/javascript"></__script>
The error in IE8...
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
Timestamp: Mon, 12 Dec 2011 20:30:23 UTC
Message: Object doesn't support this property or method
Line: 3
Char: 9
Code: 0
URI: http://biz107.inmotionhosting.com/~accu ... nctions.js
Re: Simple Slide not working in IE 8
Hey,
Well I wasn't able to get that Simple Slider module to work, so I reverted back to the original Nivo Slider that wasn't working previously. Turns out I had the tag wrong on that one.
My previous site it was listed as:
{Gallery template='Slider' dir=$galleryfolder}
So I changed it to:
{Gallery dir='Slider'}
And now all is well and seems to be looking good on most major browsers: http://biz107.inmotionhosting.com/~accura22/ai/
I appreciate you spending time with me on this issue, sir. I suppose I classify myself more as a designer and less as a developer, but I'm always trying to learn, so your assistance is much obliged.
My next step is pointing the URL and dealing with config & .htaccess, so I'm sure I'll be back.
Thanks,
Cory
Well I wasn't able to get that Simple Slider module to work, so I reverted back to the original Nivo Slider that wasn't working previously. Turns out I had the tag wrong on that one.
My previous site it was listed as:
{Gallery template='Slider' dir=$galleryfolder}
So I changed it to:
{Gallery dir='Slider'}
And now all is well and seems to be looking good on most major browsers: http://biz107.inmotionhosting.com/~accura22/ai/
I appreciate you spending time with me on this issue, sir. I suppose I classify myself more as a designer and less as a developer, but I'm always trying to learn, so your assistance is much obliged.
My next step is pointing the URL and dealing with config & .htaccess, so I'm sure I'll be back.
Thanks,
Cory