Thank you. That is what I was referring to. Obvious if you can code but not if you are trying to upgrade using Beyond Compare :smile:
Printable View
Thank you. That is what I was referring to. Obvious if you can code but not if you are trying to upgrade using Beyond Compare :smile:
Apologies if this has been asked and answered elsewhere in this thread. I did try to search for it but did not find a relevant result.
I'm finding that the title div for the light box (#cboxTitle) is covering up the bottom of the images. Is there a way to change this so it appears below the image instead of on top of the bottom part of the image? Maybe there's a CSS hack I can add?
Thanks for any tips on this!
Thanks to @mc12345678 for updating this plugin - works like a champ!
Hmm... jinxed it.
The main image looks great but the additional images come out small - original sized. I could have *sworn* this was working - any clues?
I do recall seeing a similar problem reported in this post (https://www.zen-cart.com/showthread....4#post1378304)
In that case the issue was with the LARGE_IMAGE_WIDTH and LARGE_IMAGE_HEIGHT, although I can't imagine that would be a mistake you would have made.
In:
includes/classes/observers/auto.zen_color_box_observer.php
At/around line 80 perhaps add the following that is in blue:
This was additional information to be carried in the Zen Cart 1.5.7 notifier within includes/modules/additional_image.php file that was not present in Zen Cart 1.5.6 when this section of code was first incorporated and at that time an issue with a missing "large_link" was not evident. It may/may not resolve that issue, but...Code:$thumb_slashes = $paramsArray['thumb_slashes'];
$large_link = isset($paramsArray['large_link']) ? $paramsArray['large_link'] : (isset($GLOBALS['large_link']) ? $GLOBALS['large_link'] : '');
$i = $paramsArray['index'];
Now, that said, I of course question the concern of why it shows as originally stored as compared to the perhaps reasoning to think it would be other than the original image? Ahem... Is there perhaps some additional image handler installed that is/has resized the image? The colorbox doesn't necessarily make the image "larger", it adds a box around the existing image. Or is the issue that the box is not properly sizing around the image and causing an issue with seeing the image "within"?
I am running version 2.1.2 of ColorBox for Zen Cart and the file includes/classes/observers/auto.zen_color_box_observer.php does not exist.
Hi, I have tried installing Colorbox 2.1.2 several times on a site running Zen Cart 1.5.5e, and can't get it to function correctly. I've just uninstalled 2.1.2 and installed 2.1.3 with the same result. All the configuration values show up correctly in admin, but Colorbox isn't functioning on the public site.
After reading completely through all the posts on this forum, I used the developer console in my web browser (Safari) and found the following error in the installs for both 2.1.2 and 2.1.3:
TypeError: undefined is not an object (evaluating 't.support.opacity') query.colorbox-min.js:17:2492
I would greatly appreciate any help in resolving this.
Question.
I've been having some issues trying to use colorbox for popup windows particularly for coupon popups called from the product info pages.
I currently have a coupon displaying in the product page (installed through banner manager), but whenever I click on the banner the first time the popup won't load, it would only display a small blank popup. Clicking it a second time will somehow load and display the actual coupon info as it should.
Can someone point me in the right direction or guide me on what I'm doing wrong??
Link for a page on the live site https://www.byvalenti.com/index.php?...products_id=96
The code I'm using through the banner manager in the html area to call the coupon popup
Version of colorbox is 2.1.2 downloaded from the plugin area.PHP Code:
<a href="javascript:couponpopupWindow('index.php?main_page=popup_coupon_help&cID=32')"><img src="images/banners/promoproduct6.jpg"></a>
Thank you!