Page 105 of 373 FirstFirst ... 55595103104105106107115155205 ... LastLast
Results 1,041 to 1,050 of 3721
  1. #1041
    Join Date
    Jun 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Okay, so swfobject and lightbox won't work together. It brings up 'operation aborted' when they're both on the same page. Has anyone got a solution? Apparently its fixable with some swfobject modifications...

    I just have this pasted in my tpl_header.php

    <div id="flashheader"> <img src="includes/templates/mytemplate/images/header-nonflash.jpg" width="900" height="220"></div>
    <script type="text/javascript" src="includes/templates/mytemplate/swfobject.js"></script> <script type="text/javascript">var so = new SWFObject("includes/templates/mytemplate/images/header.swf", "flashheader", "900", "220", "8", "#FFFFFF");
    so.write("flashheader");
    allowScriptAccess="true"
    </script>

  2. #1042
    Join Date
    Feb 2008
    Posts
    60
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by ebookba View Post
    I have experienced problem with the lightbox, here is the situation:
    http://imgfeed.com/images/6l3fnvqfq8gvtt4i3ppo.jpg

    How to block the navigation bar from included in lightbox?
    ebookba-
    had the same issue, am using apple_zen template this might help you,

    http://www.zen-cart.com/forum/showpo...postcount=1998

  3. #1043
    Join Date
    Jun 2006
    Posts
    566
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    where can i find version 1.3 i want to upgrade to 1.4 but it states that i should uninstall any previous versions
    www.gorillagear.ca = zencart v1.3.9h with 40+ mods

  4. #1044
    Join Date
    Jul 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    I am having a problem getting Zen Lightbox to work in IE7 - It works fine in FF2 and FF3.

    Go here for an example: http://www.hydrangeahills.com/cart/i...roducts_id=185

    When you click on the image, instead of appearing in the overlay, the image is thrown way down at the bottom of the page. It makes no sense to me. Any thoughts?

    Gilthalas

  5. #1045
    Join Date
    Jul 2008
    Posts
    70
    Plugin Contributions
    0

    Default uninstall lightbox 1.4

    Hello,

    can someone reverse engineer the install.sql file, i need to uninstall lightbox but am unsure which tables etc to unistall through my admin. (deleting the appropiate files is the easy bit).

    thanks

    shoulders

  6. #1046
    Join Date
    Jul 2008
    Posts
    70
    Plugin Contributions
    0

    Default Re: uninstall lightbox 1.4

    Quote Originally Posted by shoulders View Post
    Hello,

    can someone reverse engineer the install.sql file, i need to uninstall lightbox but am unsure which tables etc to unistall through my admin. (deleting the appropiate files is the easy bit).

    thanks

    shoulders
    i got this from the install.txt file

    Code:
    SET @t4=0;
    SELECT (@t4:=configuration_group_id) as t4 
    FROM configuration_group
    WHERE configuration_group_title= 'Zen Lightbox';
    DELETE FROM configuration WHERE configuration_group_id = @t4;
    DELETE FROM configuration_group WHERE configuration_group_id = @t4;
    my sql patcher in the admin section is a bit wiered on my local webserver so i manually added my prefix 'zen_' and ran the code below in phpmyadmin ( with the shop database selected).

    Code:
    SET @t4=0;
    SELECT (@t4:=configuration_group_id) as t4 
    FROM configuration_group
    WHERE configuration_group_title= 'Zen Lightbox';
    DELETE FROM configuration WHERE configuration_group_id = @t4;
    DELETE FROM configuration_group WHERE configuration_group_id = @t4;
    This does appear to remove lightbox. can someone confirm this is correct before i use it on my live site.

    thanks

    shoulders

  7. #1047
    Join Date
    May 2006
    Posts
    24
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    followed the installation instructions and have lightbox installed. it is not functioning in my cart. The preview is coming up as normal... i cleared cache...

  8. #1048
    Join Date
    Jul 2008
    Posts
    9
    Plugin Contributions
    0

    application error Re: Zen Lightbox...

    newbie needs some help

    my lightbox also not come up.


    my lightbox version is 1.4 update , zen cart is v. 1.38a


    Rename the following folders to match your template folder name.
    includes\modules\YOUR-TEMPLATE-FOLDER
    includes\templates\YOUR-TEMPLATE-FOLDER

    my zen cart is fresh install, then how can i know the actual template name i am using?

    ** i also installed image-handler 2, is it any conflick problem?***

    please help

    thank

  9. #1049
    Join Date
    Mar 2007
    Location
    Los Angeles, CA
    Posts
    45
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    This is a fantastic mod! Hats off to you!

    I've got it working beautifully, and discovered one other thing that applied to my situation. It may have already been discussed in this thread, but just in case, anyone needs to know in the future...

    For those who might have installed additional mods, to create new categories, such as the Products - Books modification... in order to get Lightbox to work with those category types... simply copy one of the "jscript_zen_lightbox.php" files into includes/modules/pages/product_custom.

    In my case, this was includes/modules/pages/product_book_info


    To the creator of the Lightbox mod... thank you so much, for your classy, sassy contribution. I was just thinking earlier that I would love to have a lightbox display, but figured it would take me forever to figure out how to pull it off myself!

  10. #1050
    Join Date
    Mar 2005
    Location
    Helsinki
    Posts
    570
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hey is there a jquery proof lightbox for zencart ??

 

 

Similar Threads

  1. Free Shipping Rules addon [Support Thread]
    By numinix in forum Addon Shipping Modules
    Replies: 36
    Last Post: 2 Dec 2016, 01:56 PM
  2. v151 Reviews Reply addon [Support Thread]
    By mikestaps in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 17 Oct 2014, 01:29 AM
  3. Jquery Lightbox [Support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 257
    Last Post: 2 Aug 2012, 10:57 PM
  4. File Upload Required addon [Support Thread]
    By 1100101 in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 10 Dec 2011, 03:00 AM
  5. [Support Thread] IE only JavaScripts and Stylesheets Addon
    By Meshach in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 31 May 2011, 08:18 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR