You need to refresh your imageset.devxtech wrote:Where is the zoom image set at? For some reason I only get red and green squares to click on to enlarge and minimize the images. No magnifying glass. What can I look at to figure out why?
You need to refresh your imageset.devxtech wrote:Where is the zoom image set at? For some reason I only get red and green squares to click on to enlarge and minimize the images. No magnifying glass. What can I look at to figure out why?
I just realized that when I uploaded it for the MODDB I took out all of the update MODX files.Jorup16 wrote:Where?....
Another solution is to let the img BBCode insert a "loading" image along with the actual image, and then hide the "loading" image as soon as the actual image has loaded. The downside of this is that without javascript the "loading" images will never disappear... You could perhaps first hide the "loading" images using CSS (for the non-javascripters), and undo this CSS hiding using javascript.DavidIQ wrote:I have to tinker with this. An AJAX loading image might be the sensible solution. i.e. put an "Image Loading" gif in the place of an image and then it goes away once the image loads.
Code: Select all
<!-- BEGIN img --><img src="{URL}" alt="{L_IMAGE}" {REIMG_PROPERTIES}/><!-- END img -->
Code: Select all
<!-- BEGIN img --><img src="{URL}" alt="{L_IMAGE}" {REIMG_PROPERTIES}/><!-- END img -->
Great!azzam wrote:Edit: Problem was with wysiwyg editor i removed lines from bbcode and now its working fine.
Not at all. If somebody else has the same problem, we now already know what the solution is.azzam wrote:Hope i didn't disturb you.Sorry
You'll need to be more specific and provide an example. Nobody else has reported this.JeRicHoOL wrote:I have noticed a malfunction of this mod. Sometimes it doesn't resize the images. Instead it shows the image larger than it originally is.
Can anyone please give me suggestions of how to fix that issue?