Jump to content

Lightbox Opens In Plain Box With No Close Button


Guest daydreamer

Recommended Posts

OK thanks for the heads up Ive been finding several instances where images arent showing because of SEO turned on and the fix instead of using a absolute url is to add a slash

in js/lighbox.js find

var fileLoadingImage = "images/lightbox/loading.gif";		

var fileBottomNavCloseImage = "images/lightbox/close.gif";




replace with:


var fileLoadingImage = "/images/lightbox/loading.gif";		

var fileBottomNavCloseImage = "/images/lightbox/close.gif";

the same holds true in viewProd.tpl where the ratings stars images are called

if using SEO then you will need to add a slash before the skins to make it /skins

Kinetic

Link to comment
Share on other sites

Thanks Kinetic - ... will save me having to do full paths and then have to re-change them when I set the site from test to production....Have you reported this as a bug? Now that figured out the fix, someone should tell CC developers!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...