Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Shadowbox Integration

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #61  
Old 02-12-2009, 02:29 AM
  beetlejuice's Avatar 
beetlejuice beetlejuice is offline
 

eXpert
  
Join Date: Apr 2007
Posts: 251
 

Default Re: Shadowbox Integration

The z index was 999, so I set it to 1200 and done.

Fantastic help mate.
__________________
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
Reply With Quote
  #62  
Old 02-12-2009, 08:06 AM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default 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.
__________________
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)
Reply With Quote
  #63  
Old 02-19-2009, 07:20 AM
 
Twink Twink is offline
 

Newbie
  
Join Date: Feb 2008
Posts: 1
 

Default 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!
__________________
X-CART 4.1.10 (X-AOM, X-MAGNIFIER, X-OFFERS, X_RMA)
Reply With Quote
  #64  
Old 03-20-2009, 06:23 PM
 
gotpump gotpump is offline
 

eXpert
  
Join Date: Aug 2008
Posts: 272
 

Default 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.
__________________
X-Cart DB Version: 5
Reply With Quote
  #65  
Old 03-20-2009, 06:38 PM
 
gotpump gotpump is offline
 

eXpert
  
Join Date: Aug 2008
Posts: 272
 

Default Re: Shadowbox Integration

Got it I had to add a ? to the end of the file path. Me so dumb.
__________________
X-Cart DB Version: 5
Reply With Quote
  #66  
Old 04-08-2009, 08:13 AM
 
Dirty Harry Dirty Harry is offline
 

Newbie
  
Join Date: Sep 2008
Posts: 9
 

Default 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
__________________
cart version 4.1.9
Reply With Quote
  #67  
Old 04-08-2009, 08:20 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Shadowbox Integration

From skin1/customer/home.tpl take out the IF statement surrounding the shadowbox code...
Code:
{if $main eq "product"} ... {/if}
You should then be able to use it throughout your store.
__________________
xcartmods.co.uk
Reply With Quote
  #68  
Old 04-08-2009, 08:28 AM
 
Dirty Harry Dirty Harry is offline
 

Newbie
  
Join Date: Sep 2008
Posts: 9
 

Default 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%}&nbsp;::&nbsp;{/if}
{$location[position].0|strip_tags|escape}
{/section}
{else}
{section name=position loop=$location step=-1}
{if not %position.first%}&nbsp;::&nbsp;{/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:"&nbsp;":" "|truncate:$config.SEO.page_title_limit|replac e:" ":"&nbsp;"}
{/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?
__________________
cart version 4.1.9
Reply With Quote
  #69  
Old 04-28-2009, 08:09 AM
 
Isleman Isleman is offline
 

Senior Member
  
Join Date: Jan 2005
Location: UK
Posts: 128
 

Default 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.
__________________
X-Cart ver. 4.4.2 ( www.responseelectronics.com )
X-Cart ver. 4.1.11 ( www.mrdoorbell.com)
Reply With Quote
  #70  
Old 06-04-2009, 09:35 AM
 
mrerotic mrerotic is offline
 

eXpert
  
Join Date: Feb 2009
Posts: 264
 

Default Re: Shadowbox Integration

Any luck using this on version 4.2.1?
__________________
x-cart 4.2.3
AlteredCart Smart Search
Auto Featured Products Mod (Personal Mod)
BCSE Product Importer Pro & Drop Shipper Pro
CDSEO Pro
CMS EZRecommends
EE slider login (Personal Mod)
Next Prev Link Mod (Customized)
ShadowBox Detailed Images (Personal Mod)
Shop By Price (Customized)
Social Media (Personal Mod)
Switch Layout View (Personal Mod)
Special Offers
Testimonials (Personal Mod)
Whats New (Customized)
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 12:30 PM.

   

 
X-Cart forums © 2001-2020