|
Welcome,
Guest
|
|
|
This is a follow up from the jomres forum regarding the preview images and text not lining up.
Piranha said: Actually, in Mira the tooltip image and and it`s widths and heights are not used. Instead, for easier customization and not to have different size/shape images for each property, I edited the values for them directly into to the html template (je_mira/frontend/list_properties.html) Where you have : <div class="propertylist_image"> <a href="{MOREINFORMATIONLINK}"><img src="{IMAGE}" alt="{PROPERTYNAME}" width="140" height="110" border="0" /></a> </div> Change the width and height value to suit your needs. If you want to use default jomres thumbnails (tooltip images), then all you have to do is replace the above code with : <div class="propertylist_image"> <a href="{MOREINFORMATIONLINK}">{TOOLTIP_IMAGE}</a> </div> The first suggestion changes the dimensions of the images and when I increase width the images that were distorted no longer are but the ones that weren't are now stretched. This doesn't seem like a good solution as my site will have many users uploading all shapes and sizes of files and the script above will force them into one size? The second suggestion makes all of the images quite small and when you hover over them they appear in a small window, some distorted and some not. I'd prefer the larger images. The text is still not lining up correctly in either one of these suggestions. |
|
|
|
The tooltip image is small because first you have to set up the jomres thumbnail size in Jomres Site Configuration (backend), in the Uploads tab. You have a choice here...use the Mira widths and heights , and adapt your images to a 4:3 aspect ratio, or use jomres tooltip images. In any case, if your images differ in shape and ratio, then of course some will be distorted or have a different shape.
Text will line up correctly when you fill in the property description text, more than just 2-3 words. If you`d like to keep it this way (2-3 words descriptions), then let me know and I`ll show you want to do to line it up. |
|
Become our fan on Facebook and be the first to find out about new releases, updates and discounts Jomres Extras Facebook Page
|
|