Camera_Thumbs not load properly
9 years 3 months ago #32480
by oharris
Camera_Thumbs not load properly was created by oharris
I am showing thumbnails under the Slideshow, but not using pagination.
However, the thumbnails do not display properly (horizontally or straight across). Instead only one thumbnail image appears. How can I resolve this (so that all thumbnails show horizontally)?
See demo page - dev1.televisionjamaica.com/scq-finalists
See attached image.
However, the thumbnails do not display properly (horizontally or straight across). Instead only one thumbnail image appears. How can I resolve this (so that all thumbnails show horizontally)?
See demo page - dev1.televisionjamaica.com/scq-finalists
See attached image.
Please Log in or Create an account to join the conversation.
9 years 3 months ago #32484
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Camera_Thumbs not load properly
Hi
edit the file
dev1.televisionjamaica.com/modules/mod_s...fault/css/camera.css
line 376 on
.camera_thumbs_cont ul li
change
display:inline;
into
display:inline-block;
CEd
edit the file
dev1.televisionjamaica.com/modules/mod_s...fault/css/camera.css
line 376 on
.camera_thumbs_cont ul li
change
display:inline;
into
display:inline-block;
CEd
Joomlack Webmaster and Developer
The following user(s) said Thank You: oharris
Please Log in or Create an account to join the conversation.
9 years 3 months ago #32493
by oharris
Replied by oharris on topic Camera_Thumbs not load properly
WONDERFUL. This fixed the issue. Thank you for the swift response. Love your modules.
Please Log in or Create an account to join the conversation.
9 years 3 months ago #32498
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Camera_Thumbs not load properly
thank you

Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
9 years 3 months ago #32514
by oharris
Replied by oharris on topic Camera_Thumbs not load properly
It appears that Google Chrome, Safari and the new Microsoft Edge browsers do not display the Thumbnails (as inline-block) properly. Please view this page in Chrome -
dev1.televisionjamaica.com/scq-photos
Or see attached image as example. How can we fix this? Thumbnails display well in Firefox and IE 10.
Or see attached image as example. How can we fix this? Thumbnails display well in Firefox and IE 10.
Please Log in or Create an account to join the conversation.
9 years 3 months ago #32524
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Camera_Thumbs not load properly
try to add this into your CSS
Code:
.camera_thumbs_cont ul {
width: 400px !important;
}
Joomlack Webmaster and Developer
The following user(s) said Thank You: oharris
Please Log in or Create an account to join the conversation.
Time to create page: 0.219 seconds