You might want to make sure you followed install instructions properly, it should work the first time out, at least mine did.
You might want to make sure you followed install instructions properly, it should work the first time out, at least mine did.
Hi, I installed this amazing mod after installing image handler 2 first. It works great for the main images, but does not work for additional images.
Here is the link to the problem for you to see! Try clicking on an additional image, it just hangs!
http://fashionntoys.com/index.php?ma...roducts_id=126
Thanks!
James739,
Doesnt work either, I ve checked other sites with additional images and they have them the same way as you, so not sure, maybe IH2 is a culprit.
I didint install Image Handler 2, only Lightbox. But may have to soon, wonder how its going to act.
Hello all, and thanks again for such a great mod! I've read through this whole thread and not found any proper answer to my question (forgive me if there was one, I probably diddn't see it cos I'm tired after reading 60 pages)
My lightbox is working with image handler on a current version of zencart. What I would like to do is have additional images be visible through the lightbox only, and not show up on the product page. I don't like how additional images look on the page so it would be great to have them working only through the lightbox. I'm sure it must be possible! I'm no programmer (I tried and failed to do it through css) so I'm hoping someone else has this figured out and doesn't mind sharing
Cheers in advance!
Got it to work but the css drop down menu show up in from of the lightbox image..
site: http://blackfriday717.com/index.php?...&products_id=1
You can hide the additional images on the product page using CSS (by using the display: none property).
Any elements/objects that appear above the lightbox can be hidden by wrapping them in the following div.
Let me know how you get on! :)Code:<div class="flash"> your-flash-or-other-object-goes-here </div>
My Contributions: Zen Lightbox | Best Sellers Reloaded
I had the exact same problem, when I installed Lightbox, it has to do with the "z-index", the fix should be here in this thread:
http://www.zen-cart.com/forum/showpo...&postcount=575
Gerry
Not sure what to edit.
installed: css_horizontal_drop_down_menu_1.2 to my site
mod down load: http://www.zen-cart.com/index.php?ma...roducts_id=479
Thanks Alex
Edit this file: includes\templates\YOUR-TEMPLATE-FOLDER\common\tpl_header.php.
Find this code:
Add the div tag around it, as previously mentioned. So, it looks like this:Code:<!--bof-drop down menu display--> <?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?> <!--eof-drop down menu display-->
That should do the trick! :)Code:<div class="flash"><!--bof-drop down menu display--> <?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?> <!--eof-drop down menu display--></div>
My Contributions: Zen Lightbox | Best Sellers Reloaded
Hi Alex, thanks for getting back to me!
I feel like I am going mad, though. I have been trying to do what you suggest for ages, I just can't see what I am getting wrong. Please bear in mind that I don't really understand what I'm doing and my idea of editing code is pretty much trial and error.
In the stylesheet css for my template I have got this:-
And yet it does not work. I've tried every variation I can think of, removing/putting in capitals, changing the punctuation, spelling and order, but obviously not the right one yet. Help!Code:/*Image Display*/ #productMainImage, #productAdditionalImages,#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage { margin: 0em 1em 1em 0em ; } #productAdditionalImages, {display: none;}![]()
Bookmarks