![]() |
Re: Shadowbox Integration
The z index was 999, so I set it to 1200 and done.
Fantastic help mate. :D |
Re: Shadowbox Integration
No problem - glad you got it working - it looks good. To figure out your css issues - I used firefox & firebug - it would be difficult to find the problems you were having without it. For the IE issue - I used their developer tool bar to find the problem. I'd never try and debug using the IE developer toolbar - but when something goes wrong in IE - it can be helpful.
|
Re: Shadowbox Integration
I'm new to this thread and was able to integrate Shadowbox, and the thumbnails look great. How would I be able to apply this to the main product image without turning it into a thumbnail size?
I'd appreciate any help. Thanks in advance! |
Re: Shadowbox Integration
The problem I am having is that when I try and play a movie hosted on my site such as
www.example.com/skin1/videos/jack.wmv it links like www.example.com/skin1/videos/jack.wmv&autoplay=1 and will not play the video it just goes to a 404. Yet if I type that url into my address bar it starts the movie no problem. Any ideas? Also it seems to work fine when linking to any videos that are not hosted on my site. |
Re: Shadowbox Integration
Got it I had to add a ? to the end of the file path. Me so dumb.
|
Re: Shadowbox Integration
Hi All.
I must start by pointing out that I am still rather green when it comes to xCart, so my questions may seem dumb. I am currently trying to get shadowbox integrated on to our website, but I seem to be having trouble. I followed the instructions to install Shadowbox, which went well, but with no luck. Does this code work for any page, and any image? That is to say, I have an image in the body of a category (that is not part of the product catalog) that I would like to display with Shadowbox, is this possible? Or does Shadowbox only work for images in the catalog? Thanks |
Re: Shadowbox Integration
From skin1/customer/home.tpl take out the IF statement surrounding the shadowbox code...
Code:
{if $main eq "product"} |
Re: Shadowbox Integration
The code I used comes after the {if..}...{/if}
<head> <title>{strip} {capture name=title} {if $config.SEO.page_title_format eq "A"} {section name=position loop=$location} {if not %position.first%} :: {/if} {$location[position].0|strip_tags|escape} {/section} {else} {section name=position loop=$location step=-1} {if not %position.first%} :: {/if} {$location[position].0|strip_tags|escape} {/section} {/if} {/capture} {if $config.SEO.page_title_limit <= 0} {$smarty.capture.title} {else} {$smarty.capture.title|replace:" ":" "|truncate:$config.SEO.page_title_limit|replac e:" ":" "} {/if} {/strip}</title> {include file="meta.tpl"} <link rel="shortcut icon" href="favicon.ico" /> <link rel="stylesheet" href="{$SkinDir}/{#CSSFile#}"/> <script type="text/javascript" src="{$SkinDir}/shadowbox/build/adapter/shadowbox-base.js"></script> <script type="text/javascript" src="{$SkinDir}/shadowbox/build/shadowbox.js"></script> {literal} <script type="text/javascript"> Shadowbox.loadSkin('classic', '{/literal}{$SkinDir}{literal}/shadowbox/build/skin'); Shadowbox.loadLanguage('en', '{/literal}{$SkinDir}{literal}/shadowbox/build/lang'); Shadowbox.loadPlayer(['flv', 'html', 'iframe', 'img', 'qt', 'swf', 'wmp'], '{/literal}{$SkinDir}{literal}/shadowbox/build/player'); window.onload = function(){ var options = { counterType: 'skip', continuous: true, animSequence: 'sync', autoplayMovies: true }; Shadowbox.init(options); }; </script> {/literal} </head> Could this be a problem? |
Re: Shadowbox Integration
I installed shadowbox and it is a great mod.
Couple of questions . 1.How can I get rid of the product description ? 2. How do I get the thumbnails appearing instead of that small gif icon ? Thank you. |
Re: Shadowbox Integration
Any luck using this on version 4.2.1?
|
All times are GMT -8. The time now is 12:26 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.