How to change photos slider in room details
-
Hello,
I saw that my photo slider change in room type from current setting (default) https://prnt.sc/ur22co which located from left side changed to bottom side. https://prnt.sc/ur2022
How I can change that back to default?
And how to make the photos can be well fitted in thumbnails and gallery window. Is there any specific image size?
Thank you -
The image slider view is updated to left side in QloApps 1.5.0. This view is not available in older versions. in older version the default view is at the bottom only.
In order to change the view in older version, you will need to manually compare and update the changes in the following file from 1.5.0 into your own QloApps.
https://github.com/webkul/hotelcommerce/blob/v1.5.0/themes/hotel-reservation-theme/product.tpl
https://github.com/webkul/hotelcommerce/blob/v1.5.0/themes/hotel-reservation-theme/css/product.css
https://github.com/webkul/hotelcommerce/blob/v1.5.0/themes/hotel-reservation-theme/js/product.jsWe are also in process of releasing upgrade module for QloApps using which you can update QloApps to the latest version. Note: Using Upgrade module will remove any customization done on your website
The recommended image size is 800 x 800px
-
@shreesh Noted that. So if I only use the link, it only change setup for the slider only in the room type page?
Meanwhile if use upgrade module, it will need to rebuild the website like new one as all the content will back to default (like demo version). Means current photos and copy write, pricing gone too?
Is there a way to save the database and only replace with the new features you add?
Thank you
-
Using the changes in the link will change the view, but you will need to make changes that are for image panel only, do not make changes that are not relevant to images panel.
The upgrade module will not clean the database, all the data created such as rooms, images, pricing, facilities, etc. will be saved.
The upgrade module will only discard the changes done in the code and add all the new features.