Hi Darius, the mod looks great on your site, the images are big, clean and bright, I wouldn’t think it rearly matters about being able to see the next image, as long as the image are presented in this fashion, that should sell the goods alone, images are one of the most important aspects of a website, that is why i spend so much time playing with boxes.
Your site is looking great Darius. Especially with the FancyZoom.
[QUOTE]Tested this nice mod (not with reward points).
Working fine.
Thank you zardos, good job.[/QUOTE]
Hi ThomH, your welcome, by the way, has something gone wrong with your site in the last week or so, for some reason i cannot get on to see your template.
[quote name=‘zardos’]Hi Darius, the mod looks great on your site, the images are big, clean and bright, I wouldn’t think it rearly matters about being able to see the next image, as long as the image are presented in this fashion, that should sell the goods alone, images are one of the most important aspects of a website, that is why i spend so much time playing with boxes.
Your site is looking great Darius. Especially with the FancyZoom. :p[/QUOTE]
Well sure, what else if not the picture see customer I wanted to have similar mod as previous (ultimate lightbox) I did not like much black surrounding.
I think I am gone move additional images below main image just make them much smaller.
Glad you liked my site Thanks again for good work.
PS when I uninstalled ultimatelightbox main image did not pop up as it should but opened as a link. Hope nothing is missing
Your Welcome Darius, the background in the ultimate lightbox, I think can be changed, i will have a look, but for myself I like the FancyZoom.
Hi Darius, yes the colour can be changed for ultimate lightbox, in shadowbox.js look for this.
/**
* The background color and opacity of the overlay. Note: When viewing
* movie files on FF Mac, the default background image will be used
* because that browser has problems displaying movies above layers
* that aren't 100% opaque.
*
* @var {String} overlayColor
*/
overlayColor: '#000',
and change the 000 to the colour you want, and just below you can also adjust the overlayOpacity lighter or darker, you may also need to do the ‘images/overlay-85.png’, again.
[quote name=‘zardos’]Hi Darius, yes the colour can be changed for ultimate lightbox, in shadowbox.js look for this.
/**
* The background color and opacity of the overlay. Note: When viewing
* movie files on FF Mac, the default background image will be used
* because that browser has problems displaying movies above layers
* that aren't 100% opaque.
*
* @var {String} overlayColor
*/
overlayColor: '#000',
and change the 000 to the colour you want, and just below you can also adjust the overlayOpacity lighter or darker, you may also need to do the ‘images/overlay-85.png’, again.[/QUOTE]
What about highslide mod, did you ever had time to complete it ?
[quote name=‘Darius’]Could you give me link so I can see it in action ? thank u[/QUOTE]
localhost on my computer
[quote name=‘zardos’]Hi ThomH, your welcome, by the way, has something gone wrong with your site in the last week or so, for some reason i cannot get on to see your template. [/QUOTE]
Try now.
Hi ThomH, perfect, missed looking at your templates, they are great lookers.
But it’s not looker you what, its buyers, :rolleyes:
I do not complain, we have many orders and tons of requests for unique design.
We make 1-2 dark skins yet, than will start with light coloured templates.
Thank you for your suggestion.
Hi ThomH, I can believe you have many orders, as i say, you templates are very professional, are any of the other dark templates going to be based around computers, although one or two i keep looking at may already be use for this. I will PM you shortly with a few questions.
Hey,
Uploaded and replaced the files in the zip file in CS-CArt 1.3.5 (latest version), also followed the instructions but this mod is not working…
Please fix it when you have time to take a look at it.
Hi Mitnick, can’t fix something that is not broken, check through it all again, very easy mod to install.
Mitnick!
Maybe you made something wrong!
Working perfectly in our test shop.
Hi, ThomH,
if current window size (product details) small, zoom picture becomes blurred. I think it calculated according to main explorer window. Not for real picture size
Do you have good solution for this ?
Due to this problem, I returned original pop-up zoom mode .
And, it is possible zoom without click, but mouseover only ?
Hi, can you explain a little more, or can you give you url, to take a look.
Mod not installed now. But if you give me your zoom mod installed site, I can show it, with screen capture
Hi user2008, OK I see what you mean, right in the js file (FancyZoom.js) you will find these settings.
var includeCaption = true; // Turn on the "caption" feature, and write out the caption HTML
var zoomTime = 5; // Milliseconds between frames of zoom animation
var zoomSteps = 50; // Number of zoom animation frames
var includeFade = 1; // Set to 1 to fade the image in / out as it zooms
[COLOR=Red]var minBorder = 90; // Amount of padding between large, scaled down images, and the window edges[/COLOR]
var shadowSettings = '0px 5px 25px rgba(0, 0, 0, '; // Blur, radius, color of shadow for compatible browsers
If you change the =90 in red, to say 40 that will increase the size of your image, the lower the number the bigger the image, you may want to turn caption off. Also you may use ESC key to close the image window, plus try this, hold down the shift key, then click on an image, this will give you an idear of the animation speed to use.
Have fun
Thank you zardos,
Ok. installed again, with small changes. my tips are:
Now, zoom picture size has real “detailed image size” Not calculated according to actual browser window. So visitor can maxiize the windows, if wants.
for this, in FancyZoom.js
```php
sizeRatio = endW / endH;
```
after
delete this lines
```php
if (endW > myWidth - minBorder) {
endW = myWidth - minBorder;
endH = endW / sizeRatio;
}
if (endH > myHeight - minBorder) {
endH = myHeight - minBorder;
endW = endH * sizeRatio;
}
```
and
```php
var minBorder = 0; // 90 Amount of padding between large, scaled down images, and the window edges
```which mentioned previous message
I need parent window size 640x480 but popup image size =1024x768 (larger than actual page) is it possible? I can delete only the code. cannot write new code .
I’m not full coder;)
Wow… That is super sexy!