- Posts: 9
- Thank you received: 0
OS Property support center
os slideshow using large images
- Johnny Norton
- Topic Author
- Offline
- New Member
-
Less
More
12 years 7 months ago #21451
by Johnny Norton
os slideshow using large images was created by Johnny Norton
Hi Dam,
Just a small issue,
os slideshow module is not always updating the images as we change them for the apartments and it seems to be reading the images from the properties folder instead in the medium folder. Is there any way I can change this as it will cut down loading times for the home page?
If you just tell me what I need to change and where I can hopefully do it myself!!
thanks,
Johnny
Just a small issue,
os slideshow module is not always updating the images as we change them for the apartments and it seems to be reading the images from the properties folder instead in the medium folder. Is there any way I can change this as it will cut down loading times for the home page?
If you just tell me what I need to change and where I can hopefully do it myself!!
thanks,
Johnny
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13118
- Thank you received: 1708
12 years 7 months ago #21813
by Mr. Dam
Replied by Mr. Dam on topic Re: os slideshow using large images
Hi,
Almost customers put the slideshow module in the top, and it needs the large size photos. In your case, if you want to change the large photos to medium photos. You can edit them from file:
modules > mod_ospropertyslideshow > helper.php
find line
$medium_image = JURI::root()."images/osproperty/properties/".$photo;
and change it to
$medium_image = JURI::root()."images/osproperty/properties/medium/".$photo;
Good luck
Dam
Almost customers put the slideshow module in the top, and it needs the large size photos. In your case, if you want to change the large photos to medium photos. You can edit them from file:
modules > mod_ospropertyslideshow > helper.php
find line
$medium_image = JURI::root()."images/osproperty/properties/".$photo;
and change it to
$medium_image = JURI::root()."images/osproperty/properties/medium/".$photo;
Good luck
Dam
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.