- Posts: 1
- Home
- Forum
- Community Forum
- General discussions
- Payment geteways
Banner Slideshow slow
- tiziana.tinnirello@gmail.com
- Topic Author
- Offline
Less
More
11 years 3 weeks ago #4059
by tiziana.tinnirello@gmail.com
Banner Slideshow slow was created by tiziana.tinnirello@gmail.com
Hi, I played very well with solidres but I have some problems:
1. Banner Slideshow appears later than module check availability and this is annoying for me.
2. Is there a way to hide room prices in "our rooms" module and change the circle animation with another type (for example square) ?
1. Banner Slideshow appears later than module check availability and this is annoying for me.
2. Is there a way to hide room prices in "our rooms" module and change the circle animation with another type (for example square) ?
Please Log in or Create an account to join the conversation.
- vietvh
-
- Offline
Less
More
- Posts: 1553
11 years 3 weeks ago #4061
by vietvh
Replied by vietvh on topic Banner Slideshow slow
Hi,
1. How many images that you are using and what are the size of them? The slideshow doesn't force the height, it waits for the images to be fully loaded in order to decide what height it will use.
2. You can hide the prices by either:
2.a. Removing the code to show the price in /templates/bluebee/html/mod_sr_roomtypes/default.php (line 43 - 51)
2.b. Visually hide it by adding the following CSS into /templates/bluebee/css/custom.css
You can also make the circle becomes square with this CSS (put them in /templates/bluebee/css/custom.css)
Note that this does not change the red dots which are used to rotate the thumbs.
Hope that helps
1. How many images that you are using and what are the size of them? The slideshow doesn't force the height, it waits for the images to be fully loaded in order to decide what height it will use.
2. You can hide the prices by either:
2.a. Removing the code to show the price in /templates/bluebee/html/mod_sr_roomtypes/default.php (line 43 - 51)
2.b. Visually hide it by adding the following CSS into /templates/bluebee/css/custom.css
.roomtype_mintariff {
display: none;
}
You can also make the circle becomes square with this CSS (put them in /templates/bluebee/css/custom.css)
#top-c .sr_tinycircleslider .viewport {
width: 170px;
height: 170px;
border-radius: 0;
border: 5px solid #fff;
}
.sr_tinycircleslider ul li {
border-radius: 0;
}
Note that this does not change the red dots which are used to rotate the thumbs.
Hope that helps
Please Log in or Create an account to join the conversation.
Moderators: solidres