It’s ok. I just went into the code and fixed it myself.
For anyone else having this problem, go into the CataBlog.class.php
find this bit of code…
// catalog item images
$values['main-image'] = '<img src="'.$values['image-thumbnails'].'" alt="" />';
change image-thumbnails to image-lightbox. That will give you access to the fullsize images bypassing the forced image resizer.
Now, you can size the image any which way you please on the front end.
😉
In no way shape or form is this issue resolved. I’m experiencing the same issue. The button has disabled=”disabled” and a class of disabled on it after I change the values in the input boxes.
Thread Starter
talymo
(@talymo)
Yeah, this doesn’t work. I had all the settings right, tried to implement it using do_shortcode, shortcode in posts and pages, tried using it as a widget and I still got nothing.
Not wasting my time anymore.