Page 250 of 373 FirstFirst ... 150200240248249250251252260300350 ... LastLast
Results 2,491 to 2,500 of 3726
  1. #2491
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by niestudio View Post
    Hi Bruce, I'm not sure what you mean by #1, can you please explain?

    for #2 it will work on ez-pages however since they are generated manually, you have to also manually add a reference to the lightbox. - rel="lightbox"
    try changing your image link(s) on your glossary page

    FROM
    HTML Code:
    <a href="graphics/barrel.jpg"><img src="graphics/barrel.jpg"
    TO
    HTML Code:
    <a href="graphics/barrel.jpg" rel="lightbox"><img src="graphics/barrel.jpg"
    and see if that helps you.

    daniel
    Hi Bruce,
    On second look you are correct, this should be working automatically. It appears that there is a bit of code missing from V1.6x. thanks for bringing it to my attention, I'll work on getting it re-implemented. In the meantime, that "fix" should still work for you if you want to try it.

    daniel

  2. #2492
    Join Date
    Jan 2009
    Posts
    64
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by niestudio View Post
    Hi Bruce, I'm not sure what you mean by #1, can you please explain?
    Sorry not to be clear. When an individual product is displayed on the main page, the primary image does not open a lightbox on hover. The additional images all do however.

    My point was since the initial, or primary image is already the _MED image, perhaps the mod is configured not to automatically load the _LRG image during every - on hover. Thought it might be coded that way and not an abnormality.


    for #2 it will work on ez-pages however since they are generated manually, you have to also manually add a reference to the lightbox. - rel="lightbox"
    try changing your image link(s) on your glossary page

    FROM
    HTML Code:
    <a href="graphics/barrel.jpg"><img src="graphics/barrel.jpg"
    TO
    HTML Code:
    <a href="graphics/barrel.jpg" rel="lightbox"><img src="graphics/barrel.jpg"
    and see if that helps you.

    daniel
    Should have mentioned I'd already tried that with no results. After thrashing around for a solution for hours, easy to forget everything you've attempted! That is mentioned in the read me. I have gone back and added that to all links. Still no improvement.

    I do have an empty anchor immediately proceeding each image, like <a name="barrel"> </a> for my index links to jump to. Tried removing it from one image and saw no change. Could those anchors have any negative effect?

    Any other suggestions?
    Fine Handcrafted Boxes & Custom Woodworking
    bruce AT phoenixwoodworks DOT net
    http://www.phoenixwoodworks.net

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by bigdiogi View Post
    Sorry not to be clear. When an individual product is displayed on the main page, the primary image does not open a lightbox on hover. The additional images all do however.

    My point was since the initial, or primary image is already the _MED image, perhaps the mod is configured not to automatically load the _LRG image during every - on hover. Thought it might be coded that way and not an abnormality.

    This hover is not part of lightbox but it is for image handler that you also have installed...and as far as I can tell and what they have stated it does not work for the main product image as part of the pack. probably since that one is large enough, hopefully to not need it and it is the one that can be clicked for a larger view vs the ones on the product listing pages.

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by bigdiogi View Post

    Should have mentioned I'd already tried that with no results. After thrashing around for a solution for hours, easy to forget everything you've attempted! That is mentioned in the read me. I have gone back and added that to all links. Still no improvement.

    I do have an empty anchor immediately proceeding each image, like <a name="barrel"> </a> for my index links to jump to. Tried removing it from one image and saw no change. Could those anchors have any negative effect?

    Any other suggestions?
    got it to almost work...course since I do not have the image in my store it just hangs but you can try this:

    use the code at the beginning

    Code:
    <a href="images/name-of-image.jpg" rel="lightbox">
    then at the end of the image link add the </a> and see if that helps. I do not know if it is an external page you have or if you have inserted the information into the ez pages area itself but give it a try.

    however you may need to play with the images/ part since you do not have the images in the main images folder but your templates images folder

  5. #2495
    Join Date
    Jan 2009
    Posts
    64
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by DarkAngel View Post
    got it to almost work...course since I do not have the image in my store it just hangs but you can try this:

    use the code at the beginning

    Code:
    <a href="images/name-of-image.jpg" rel="lightbox">
    then at the end of the image link add the </a> and see if that helps. I do not know if it is an external page you have or if you have inserted the information into the ez pages area itself but give it a try.
    That's exactly what I do have. (He goes to look again, riddled with self doubt, though he's SURE that's what he typed.) Yep, what I got. Here's first image tag...
    Code:
    <a href="images/barrel.jpg "rel="lightbox"><img src="images/barrel.jpg" width="300" border=0  ></a>

    however you may need to play with the images/ part since you do not have the images in the main images folder but your templates images folder
    Notice I've moved pics from directory "graphics" (on the same level of dir tree as "images" to dir "images". They are in main template folder. Have also added _MED and _LRG suffixed versions of the pics in their respective directories.

    Oh yeah, someone asked the question if this was internal link. Nope, pasted the code into ez pages editor. Should I try making a separate page and use an internal link? Can I steal the javascript info for the header from - "view page source"? Do I need that in the header if it loads in the main page? Won't that language be called with header template?

    You can tell how overwhelmingly I'm out of my depth here! Appreciate your patience.
    Fine Handcrafted Boxes & Custom Woodworking
    bruce AT phoenixwoodworks DOT net
    http://www.phoenixwoodworks.net

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by bigdiogi View Post
    That's exactly what I do have. (He goes to look again, riddled with self doubt, though he's SURE that's what he typed.) Yep, what I got. Here's first image tag...
    Code:
    <a href="images/barrel.jpg "rel="lightbox"><img src="images/barrel.jpg" width="300" border=0  ></a>

    Notice I've moved pics from directory "graphics" (on the same level of dir tree as "images" to dir "images". They are in main template folder. Have also added _MED and _LRG suffixed versions of the pics in their respective directories.
    the source code I played with was from your custom page and it listed them as being in the template/images folder...hmmm

    with the IH2 imstalled you may need to remove the _MED and _LRG from the names of the images...it names them with _01 and so forth for each additional image, it also used the bmz_cache folder to store its images and ignores the Larg and Med folders.

    not sure if LB ignores them too or just goes to the image link....maybe not truncating the link for the actual image???


    Oh yeah, someone asked the question if this was internal link. Nope, pasted the code into ez pages editor.

    this is how i tested it by putting it directly into the ez page spot, but as I said...it just hangs cause I do not have the image nor that folder but the LB did come up.

    Should I try making a separate page and use an internal link? Can I steal the javascript info for the header from - "view page source"? Do I need that in the header if it loads in the main page? Won't that language be called with header template?

    You can tell how overwhelmingly I'm out of my depth here! Appreciate your patience.
    I am not that experienced either...only been playing with css and php for a few years now but do try to rearrange and fix some things on my own test store.

    I will try downloading the image then setting the path to my stor to see if it do indeed work or not.

    get back to you

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

    Default Re: Zen Lightbox...

    just tried it on my test store

    http://fantasiesrealm.com/market2/in...age=page&id=24

    on the shelf image and it works

  8. #2498
    Join Date
    Jan 2009
    Posts
    64
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Well this is great! Got the onClick behavior working. I thought the onHover behavior was a feature of zen Lightbox not IH. But I did figure out a work around. Stole the code from "View Source". This -

    Code:
    <img src="bmz_cache/b/b5233a7cfa57af0be9130f5763986905.image.150x99.jpg" alt="81" title=" 81 " width="150" height="99" style="position:relative" onmouseover="showtrail('bmz_cache/3/3ece05810123fa0c4d2a17b727d91e63.image.300x199.jpg','81',150,99,300,199,this,0,0,150,99);" onmouseout="hidetrail();"  />
    And altered it to this -
    Code:
    <img src="images/quarter_sawn.jpg" alt="quarter_sawn.jpg"   width="200"  style="position:relative" onmouseover="showtrail('images/quarter_sawn.jpg',' ',200,150,400,300,this,0,0,200,150);" onmouseout="hidetrail();"  />
    In case someone as incompetent as me stumbles across this thread, some detail. Path to image follows <img src= and showtrail( . First pair of numbers in string are width and height of image as displayed (the 200, 150). I'd constrained image size with width="200". Next two numbers are full size of image (400,300) and the last two original width and height again. Assume you could also call a larger version with a different path in the showtrail info.

    Sorry if this seems like kindergarten to some of you old hands, but I had to puzzle this all out for myself. Trying to save someone else the same frustration. Love searching the threads and finding someone dealing with your issue, but their last post is "Fixed it!" with never a clue as to how. Trying to be a bit more helpful than that.

    The good news is - we finally kicked it's little ######## and got the desired result. Thanks for everyone that offered help and advise. REALLY appreciate your time and effort.
    Fine Handcrafted Boxes & Custom Woodworking
    bruce AT phoenixwoodworks DOT net
    http://www.phoenixwoodworks.net

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by bigdiogi View Post
    Well this is great! Got the onClick behavior working. I thought the onHover behavior was a feature of zen Lightbox not IH. But I did figure out a work around. Stole the code from "View Source". This -

    Code:
    <img src="bmz_cache/b/b5233a7cfa57af0be9130f5763986905.image.150x99.jpg" alt="81" title=" 81 " width="150" height="99" style="position:relative" onmouseover="showtrail('bmz_cache/3/3ece05810123fa0c4d2a17b727d91e63.image.300x199.jpg','81',150,99,300,199,this,0,0,150,99);" onmouseout="hidetrail();"  />
    And altered it to this -
    Code:
    <img src="images/quarter_sawn.jpg" alt="quarter_sawn.jpg"   width="200"  style="position:relative" onmouseover="showtrail('images/quarter_sawn.jpg',' ',200,150,400,300,this,0,0,200,150);" onmouseout="hidetrail();"  />
    In case someone as incompetent as me stumbles across this thread, some detail. Path to image follows <img src= and showtrail( . First pair of numbers in string are width and height of image as displayed (the 200, 150). I'd constrained image size with width="200". Next two numbers are full size of image (400,300) and the last two original width and height again. Assume you could also call a larger version with a different path in the showtrail info.

    Sorry if this seems like kindergarten to some of you old hands, but I had to puzzle this all out for myself. Trying to save someone else the same frustration. Love searching the threads and finding someone dealing with your issue, but their last post is "Fixed it!" with never a clue as to how. Trying to be a bit more helpful than that.

    The good news is - we finally kicked it's little ######## and got the desired result. Thanks for everyone that offered help and advise. REALLY appreciate your time and effort.
    yay for your sugar. don't it feel grand when you figure out sumpin on your own and it works.

    glad you posted how you fixed but me is a big dodo and need what file to add it to...I will keep a copy of this work around should I ever need it for someone else's store.

  10. #2500
    Join Date
    Jan 2009
    Posts
    64
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by DarkAngel View Post
    yay for your sugar. don't it feel grand when you figure out sumpin on your own and it works.
    Yeah it do. And so far, it's always happened before I shoot myself in total frustration!
    glad you posted how you fixed but me is a big dodo and need what file to add it to...I will keep a copy of this work around should I ever need it for someone else's store.
    Sorry. Trying not to talk down to this technically savvy crowd. Doctored code above simply is used to position your image on the page. It is an image tag with the necessary java script embedded within.

    Just put that line where you want your pic. Make sure your path to the image is correct in both places. Fix the number string to match the dimensions of your pic. Two places for the original size, one for the "zoomed" size. And you're good to go.

    Hope that walked the fine line between treating you like an idiot and assuming you know more than you do! Hard to do sometime.

    Thanks again for your tremendous efforts on my behalf. I couldn't begin to do this without benefiting from the knowledge and mistakes of others.

    Appreciate it.
    Fine Handcrafted Boxes & Custom Woodworking
    bruce AT phoenixwoodworks DOT net
    http://www.phoenixwoodworks.net

 

 

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