Page 76 of 373 FirstFirst ... 2666747576777886126176 ... LastLast
Results 751 to 760 of 3726
  1. #751
    Join Date
    Oct 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi again.

    I was trying again install zen lightbox to my shop, with the doublecheck and strict following of all installation (and upgrade) manuals. (deleted all previous lightbox files and installed newly zen LB 1.4)

    Unfortunately LightBox Still not working - and don't even IH2 pop ups work.... Large images simply shown as picture files in my server...

    (FYI: after my previous try I've set back the backup of my shop taken before install process, so this was a completely new try, and of course zen lightbox is enabled in admin)

    Can anyone help? What might I did wrong? What file should I try to find the controller script of this - showing large pictures in lightbox- function?

    I have only ZenAuction, IH2, Zen LightBox, Freeshipping And TinyMCE installed in my zencart system.

    my shop is located at: http://www.xlr8.hu

  2. #752
    Join Date
    Sep 2007
    Posts
    58
    Plugin Contributions
    0

    Default How does Zen lightbox behave when someone has Javascript disabled on their browser?

    Hi all,

    I've reviewed this forum before installing the lightbox mod (lesson learnt from previous mods ) and its clear that Javascript needs to be enabled on a user's browser for this to work.

    My question is this, exactly how does it fail? Both with the lightbox for large images and the gallery for additional images. Does it failover back to some kind of standard behaviour, does it just refuse to show the image, or some other behaviour.

    Thanks for your help.

    Possum.

  3. #753
    Join Date
    Oct 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi again.

    Just to test out this bug I've installed a brand new ZC on one of my free domains.

    Its only pure ZC 1.3.7.1 and Zen LightBox 1.4 and IH2.


    Server Info and admin:
    http://married.hu/admin/server_info.php

    login: admin
    pass: admin

    Lightbox still not working, but it puts the large image to the very bottom of the page. Is there any workaround to solve this problem?

  4. #754
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Zen Lightbox...

    kutigeza you might want to see if this is your problem.

    Originally Posted by climax007 View Post
    If someone still has problems with ZenCart 1.3.7.1, ImageHandler 2.0 and Zen Lightbox 1.4 here is what i did to fix it:

    locate the file "additional_images.php" it should be in your includes\modules\"template_name_dir".

    Go to line 23 and remove the ". '$'".
    The line should look now like this:
    $products_image_base = str_replace($products_image_extension , '', $products_image);

    Thats it. Hope it helps others.

    Cheers,
    Climax
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  5. #755
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Zen Lightbox...

    kutigeza hers something else I found that may help you.


    Thank you Alex,CES, Climax, Sigel. It is really working with IH2 now although no hover. But it is working at least. Thank you so much.

    Step 1:

    If someone still has problems with ZenCart 1.3.7.1, ImageHandler 2.0 and Zen Lightbox 1.4 here is what i did to fix it:

    locate the file "additional_images.php" it should be in your includes\modules\"template_name_dir".

    Go to line 23 and remove the ". '$'".
    The line should look now like this:
    $products_image_base = str_replace($products_image_extension , '', $products_image);

    Thats it. Hope it helps others.

    Cheers,
    Climax

    Step2:

    Originally Posted by CES View Post
    How I got around the problem was to ignore the additional_images.php file that came with the mod and copied the core zen additional_images.php file into the override folder: /includes/modules/YOUR_TEMPLATE/

    Then find line 92
    PHP Code:
    // Link Preparation: 
    and insert below it the following:

    PHP Code:
    // bof Zen Lightbox v1.4 aclarke 2007-09-22
        
    if (ZEN_LIGHTBOX_STATUS == 'true') {
        
        
    $script_link '<script language="javascript" type="text/javascript"><!--' "\n" 'document.write(\'' . ($flag_display_large '<a href="' zen_lightbox($products_image_largeaddslashes($products_name), LARGE_IMAGE_WIDTHLARGE_IMAGE_HEIGHT) . '" rel="lightbox[gallery]" title="' addslashes($products_name) . '">' $thumb_slashes '<br />' TEXT_CLICK_TO_ENLARGE '</a>' $thumb_slashes) . '\');' "\n" '//--></script>';
        
        } else {
                
        
    $script_link '<script language="javascript" type="text/javascript"><!--' "\n" 'document.write(\'' . ($flag_display_large '<a href="javascript:popupWindow(\\\'' $large_link '\\\')">' $thumb_slashes '<br />' TEXT_CLICK_TO_ENLARGE '</a>' $thumb_slashes) . '\');' "\n" '//--></script>';
        
        }
        
    // eof Zen Lightbox v1.4 aclarke 2007-09-22 
    Then directly under that, comment out the following line of code:

    PHP Code:
    $script_link '<script language="javascript" type="text/javascript"><!--' "\n" 'document.write(\'' . ($flag_display_large '<a href="javascript:popupWindow(\\\'' $large_link '\\\')">' $thumb_slashes '<br />' TEXT_CLICK_TO_ENLARGE '</a>' $thumb_slashes) . '\');' "\n" '//--></script>'
    so it looks like this;

    PHP Code:
    //    $script_link = '<script language="javascript" type="text/javascript"><!--' . "\n" . 'document.write(\'' . ($flag_display_large ? '<a href="javascript:popupWindow(\\\'' . $large_link . '\\\')">' . $thumb_slashes . '<br />' . TEXT_CLICK_TO_ENLARGE . '</a>' : $thumb_slashes) . '\');' . "\n" . '//--></script>'; 

    I hope that helps, and I'm not treading on anyone's toes.

    Great mod by the way, thanks.

    Craig
    This is a fantastic mod. Thank you so much again.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #756
    Join Date
    Oct 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Still not work with that hack... ((

  7. #757
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Zen Lightbox...

    I guess you will have to use one or the other. I know some of them have got it to work, but it takes time to track down the right file you are having trouble with. Sorry, I can not answer your question.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  8. #758
    Join Date
    Jun 2007
    Posts
    105
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    How exactly do I get lightbox to show multiple images? I have a file named n.jpg I want it to say next and show n1.jpg.

  9. #759
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Zen Lightbox...

    Quote Originally Posted by teebo View Post
    How exactly do I get lightbox to show multiple images? I have a file named n.jpg I want it to say next and show n1.jpg.
    You'll need to setup multiple images with Zen Cart correctly. Please check the readme/documentation for Zen Lightbox v1.4 for more information.

  10. #760
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Zen Lightbox...

    Hi Alex I don't mean to have to re-ask this, but I have one question. Right under the Picture when you enlarge it, you have were it says larger image. The link is of centered. It wasn't like that before I installed lightbox. Could you point me in the right direction how to fix this
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 

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