Announcement

Collapse
No announcement yet.

Help! Javascript rotating images - code works great...but not on storefront page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help! Javascript rotating images - code works great...but not on storefront page

    I spent a couple days perfecting a new front page for our store using licensed javascript code.

    The page works flawlessly here: http://docsavings.com/testmain3.html

    But on the storefront page, it won't display any images from the array nor will it shift the link from the HTML link to the array links. It does rotate the captions from the array just fine.

    I tried putting the entire code on the messages area, and I tried splitting the code with the HEAD code containing the call to the javascript in the SFNT area and the messages area containing the BODY code. Both produced same error.

    I've spent so much time on this I'm really hoping someone can help me out.

    Thanks!

    #2
    Re: Help! Javascript rotating images - code works great...but not on storefront page

    The image URLS the javascript is trying to display are wrong. You need to remove the "mm5/" and the image will display. Use an absolute URL for the images versus a relative one on the SFNT screen or move copies of the images to the mm5/ directory.
    Last edited by nottheusual1; 10-21-11, 07:17 AM.

    Comment

    Working...
    X