Results 1 to 10 of 3727

Hybrid View

  1. #1
    Join Date
    Sep 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Thanks for the reply, double checked all the permissions and all are 755 with the images 644.

    Quote Originally Posted by DarkAngel View Post
    ... also the settings for the images in admin/configuration/images
    Didn't think there were any associated files in admin, again all images are set to 644. I don't have a configuration folder under admin though.

    Have to admit I'm baffled

    Jeff

  2. #2
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by Amazingworlds View Post
    Thanks for the reply, double checked all the permissions and all are 755 with the images 644.



    Didn't think there were any associated files in admin, again all images are set to 644. I don't have a configuration folder under admin though.

    Have to admit I'm baffled

    Jeff
    in your store....go to the admin link you set up for it...where you can see the IH3 controls too

    under the configuration column go to images and make sure you have the settings set per the read me.

    bmz_cache and images folder should be chmodded to 755 or 777 depending on your host

    that is what I meant by the above statement

  3. #3
    Join Date
    Sep 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by DarkAngel View Post
    in your store....go to the admin link you set up for it...where you can see the IH3 controls too

    under the configuration column go to images and make sure you have the settings set per the read me.

    bmz_cache and images folder should be chmodded to 755 or 777 depending on your host

    that is what I meant by the above statement
    OK, I'm not using the IH3 add-on but I'll change the image folder to 777 and see if that helps.

    Thanks

    Jeff

  4. #4
    Join Date
    Jan 2005
    Location
    Seminole, Florida, USA
    Posts
    164
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Sorry if it's obvious I didn't read all 289 pages of this thread, but...

    I DID do a search on this site

    and I DID do a search on google for the zen-cart threads.

    Still I could not get my answer.



    I want to add "This image has been watermarked with MY TEXT OF CHOICE" to my large image pop-ups in the lbBottomContainer above the lbCaption but I cannot see how to do this.

    I went into slimbox.php and tried adding the code just before/after the div tags, but it's not working. I can see the code in the html when I check the page source, so I know it's applied, but I don't know enough about javascript to get this to work.

    How do I do this?

  5. #5
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by tronno22556 View Post
    Sorry if it's obvious I didn't read all 289 pages of this thread, but...

    I DID do a search on this site

    and I DID do a search on google for the zen-cart threads.

    Still I could not get my answer.



    I want to add "This image has been watermarked with MY TEXT OF CHOICE" to my large image pop-ups in the lbBottomContainer above the lbCaption but I cannot see how to do this.

    I went into slimbox.php and tried adding the code just before/after the div tags, but it's not working. I can see the code in the html when I check the page source, so I know it's applied, but I don't know enough about javascript to get this to work.

    How do I do this?
    an image of where you would like to have the wording would help the brain a lot...as well as an actual product link.


    sorry brain went bye-bye for a bit and won't picture what ----where you want it

    ok edit here---told ya I was lost

    the lightbox doesn't seem to be working ---i use firefox and when I click your promo images there is no lightbox
    Last edited by DarkAngel; 24 Sep 2011 at 12:30 AM.

  6. #6
    Join Date
    Jan 2005
    Location
    Seminole, Florida, USA
    Posts
    164
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Here's the new site I'm setting up and a sample product:

    http://www.largoartgallery.com/galle...&products_id=2

    When you click the image I'd like wording right above the title "Information Explosion" to say "This image has been watermarked with 'The Largo Art Gallery'".

    Or, even better, if it says "This image has been watermarked with this image <show image>."

  7. #7
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by tronno22556 View Post
    Here's the new site I'm setting up and a sample product:

    http://www.largoartgallery.com/galle...&products_id=2

    When you click the image I'd like wording right above the title "Information Explosion" to say "This image has been watermarked with 'The Largo Art Gallery'".

    Or, even better, if it says "This image has been watermarked with this image <show image>."
    in includes/templates/your_template/templates/tpl_modules_main_product_image.php

    find:

    <script language="javascript" type="text/javascript"><!--
    document.write('<?php echo '<a href="' . zen_lightbox($products_image_large, addslashes($products_name), LARGE_IMAGE_WIDTH, LARGE_IMAGE_HEIGHT) . '" rel="' . $rel . '" title="' . addslashes($products_name) . '<br>logo added">' . zen_image($products_image_medium, addslashes($products_name), MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</span></a>'; ?>');
    //--></script>

    replace the red wording ---which I added--- with what you want and it will appear just below the image name --leaving the <br> in place so it will drop it below the name

    hope that is what you wanted but just in case use a duplicate of the file to edit and place a ~ at the end of the original file (after the php) tpl_modules_main_product_image.php~ to deactivate it.

  8. #8
    Join Date
    Sep 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by Amazingworlds View Post
    OK, I'm not using the IH3 add-on but I'll change the image folder to 777 and see if that helps.

    Thanks

    Jeff
    Still no luck in getting this too work. Don't you just love computers

    Jeff

  9. #9
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by Amazingworlds View Post
    Still no luck in getting this too work. Don't you just love computers

    Jeff

    yes they have a mind of their own...just think they must be "alive" since they learn...lol

    I have a test store and live store--same server even and what works in test may not work totally on live and they have the exact same setup and files...lol

    what version of IH are you using

    what version of LB are you using

    did you upgrade LB from an older version?

  10. #10

    Default Re: Zen Lightbox...

    Quote Originally Posted by Amazingworlds View Post
    Still no luck in getting this too work. Don't you just love computers

    Jeff
    I visited your site using the link you provided in your original post. I tested it on this product and this product using Chrome 14, Firefox 6, and Internet Explorer 9.

    When I click on the main product image, the lightbox functioned as expected, however it is not handling your additional images. Additional images are currently being handled via default ZC functionality. Do you want ZLB to handle your additional images? (this functionalitly is optional, and set via a switch in the admin).

    If you do indeed want the lighbox to handle your additional images, please check the following:

    • Admin>Configuration>Zen Lightbox> Include Main Image in Gallery - should be set to "true"
    • Make sure you're using the correct ZC image file naming protocol, as referenced in this tutorial.


    Lastly, when you say ZLB doesn't appear to work on your live server....what do you mean exactly? Please describe, in detail, the issue you are having if the above information doesn't resolve your issue.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

 

 

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

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