| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Shadowbox Integration | ||||
![]() |
|
|
Thread Tools |
#51
|
|||||||||
|
|||||||||
![]() Hi beetlejuice -
One issue - in your skin1.css you have shadowbox_images defined as a class, but you are calling it as an id. If you are only using that tag once - you can change it to: Code:
Code:
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold (CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module) |
|||||||||
#52
|
|||||||||
|
|||||||||
![]() thanks gb2world but it made no difference, the thumbnails are still vertical.
Even if you look at chopperworx's site his thumbnails are in rows of two supposedly based on the last code. Duh! Any other ideas to try?
__________________
XCart 4.5.4, 4.6.1, 4.64 stores Many, many mods from Altered Cart XCart Mods Reboot template The XCart Store Templates and Mods WCM CDSEO Pro BCSE Rewards Points and Gallery Mods and a few others |
|||||||||
#53
|
|||||||||
|
|||||||||
![]() There is something odd in your css file - it looks like there is a typo causing a syntax error around the line where .contact is defined. Search in you skin1.css file for .contact - remove the mismatched brackets that you find there, and see if that now allows the css to be read correctly by the browser.
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold (CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module) |
|||||||||
#54
|
|||||||||
|
|||||||||
![]() Found the offending {
![]() should I use the css, or call it directly from the shadowbox_images.tpl like Code:
Thanks again
__________________
XCart 4.5.4, 4.6.1, 4.64 stores Many, many mods from Altered Cart XCart Mods Reboot template The XCart Store Templates and Mods WCM CDSEO Pro BCSE Rewards Points and Gallery Mods and a few others |
|||||||||
#55
|
|||||||||
|
|||||||||
![]() You should be able to use the css from your css file. You can use in-line css if you want, but, it is not necessary.
If you do use in-line, the code you posted needs to be changed. The shadowbox_images div is intended to be the container - so you want to set it to have a width that is big enough so the divs with the class shadowboxlinks will float inside it. something like: #shadowbox_images { width: 500px;} then, inside there are the floating divs with the images: .shadowboxlinks {margin: 2px; border: thin solid #868686; padding: 2px; height: 50px; width: 50px; float:left; }
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold (CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module) |
|||||||||
#56
|
|||||||||
|
|||||||||
![]() Yeehaa! Got it, thank you so much for your patience gb2world.
Dang! Got a little carried away, in FF and Opera perfecto, typically Internet Exploder 7 shows vertical thumbnails still, and even worse the dark screen overlay only, no images show. Does anybody know how much I despise IE. ![]()
__________________
XCart 4.5.4, 4.6.1, 4.64 stores Many, many mods from Altered Cart XCart Mods Reboot template The XCart Store Templates and Mods WCM CDSEO Pro BCSE Rewards Points and Gallery Mods and a few others |
|||||||||
#57
|
|||||||||
|
|||||||||
![]() Alright nearly there.
Replaced <<html xmlns="http://www.w3.org/1999/xhtml" > with <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> in home.tpl and now the images appear in IE, but the thumbnails are still vertical. What else do I need to do? AARghhhhh!
__________________
XCart 4.5.4, 4.6.1, 4.64 stores Many, many mods from Altered Cart XCart Mods Reboot template The XCart Store Templates and Mods WCM CDSEO Pro BCSE Rewards Points and Gallery Mods and a few others |
|||||||||
#58
|
|||||||||
|
|||||||||
![]() I don't see the id shadowbox_images defined anywhere in your css. IE probably need that to be defined
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold (CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module) |
|||||||||
#59
|
|||||||||
|
|||||||||
![]() Done!!
reloaded shadowbox_images.tpl from the original download, then re-copied KeithExtreme's version, fixed up my skin1.css and it works beautifully. Thanks again gb2world, you've been a big help. Just as an afterthought, you wouldn't know how to make the menu on the left hide beneath the shadow boc when it's called, like the rest of the site? I wrapped literal tags around the javascript in home.tpl and that just killed all the css for the entire site. beetlejuice
__________________
XCart 4.5.4, 4.6.1, 4.64 stores Many, many mods from Altered Cart XCart Mods Reboot template The XCart Store Templates and Mods WCM CDSEO Pro BCSE Rewards Points and Gallery Mods and a few others |
|||||||||
#60
|
|||||||||
|
|||||||||
![]() It is probably a z-index set somewhere - the menu z-index might be set higher than the shadowbox.
You have a css file that is part of the shadowbox installation - look for shadowbox_container and set the z-index higher
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold (CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module) |
|||||||||
![]() |
|
Thread Tools | |
|
|
|
|||
X-Cart forums © 2001-2020
|