Need help with css and coding on thumbnails
- barracuda69
- Topic Author
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 0
2 years 7 months ago #64028
by barracuda69
Need help with css and coding on thumbnails was created by barracuda69
Hi Cedrik,
I need your help in a little css and some coding.
I'm using the Articles option in the slideshow to show 5 featured articles.
I'd like to show 5 thumbnails below the main image, that will be contained in 100% of the screen with no scrollling. Now they tend to remain fixed in the px assigned in the backend so in large screens they don't fill the whole area below the main image and in small screens they scroll.
Then I'd like to show the article title in the thumbnails too.
Is it possible for you to help me with those two issues?
url: taprosopa.gr.dedi3647.your-server.de/test
Thanks!
Dennis
I need your help in a little css and some coding.
I'm using the Articles option in the slideshow to show 5 featured articles.
I'd like to show 5 thumbnails below the main image, that will be contained in 100% of the screen with no scrollling. Now they tend to remain fixed in the px assigned in the backend so in large screens they don't fill the whole area below the main image and in small screens they scroll.
Then I'd like to show the article title in the thumbnails too.
Is it possible for you to help me with those two issues?
url: taprosopa.gr.dedi3647.your-server.de/test
Thanks!
Dennis
Please Log in or Create an account to join the conversation.
2 years 7 months ago - 2 years 7 months ago #64029
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Need help with css and coding on thumbnails
Hi
CEd
you can try to add this css code in your page5 thumbnails below the main image, that will be contained in 100% of the screen with no scrollling
Code:
.camera_thumbs_cont ul {
width: 100% !important;
margin: 0 !important;
display: flex;
justify-content: space-between;
}
.camera_thumbs_cont ul li {
width: 19%;
}
this is not possible unless you modifiy yourself the javascript code of the moduleshow the article title in the thumbnails too
CEd
Joomlack Webmaster and Developer
Last edit: 2 years 7 months ago by ced1870.
The following user(s) said Thank You: barracuda69
Please Log in or Create an account to join the conversation.
- barracuda69
- Topic Author
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 0
2 years 7 months ago #64033
by barracuda69
Replied by barracuda69 on topic Need help with css and coding on thumbnails
Thanks CEd, your css with a minor change did the trick.
Will fiddle with the js code and see what I can do.
Will fiddle with the js code and see what I can do.
Please Log in or Create an account to join the conversation.
- barracuda69
- Topic Author
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 0
2 years 7 months ago #64117
by barracuda69
Replied by barracuda69 on topic Need help with css and coding on thumbnails
Hi again Ced.
Is is possible for you to undertake this at a cost?
--show the article title in the thumbnails too--
"this is not possible unless you modifiy yourself the javascript code of the module"
Thanks!
Is is possible for you to undertake this at a cost?
--show the article title in the thumbnails too--
"this is not possible unless you modifiy yourself the javascript code of the module"
Thanks!
Please Log in or Create an account to join the conversation.
2 years 7 months ago #64119
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Need help with css and coding on thumbnails
Hi
contact me by email to check that together, but I'm in holidays this week, so I will probably not give you an answer (if possible or not) before next week
CEd
contact me by email to check that together, but I'm in holidays this week, so I will probably not give you an answer (if possible or not) before next week
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- barracuda69
- Topic Author
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 0
2 years 7 months ago #64147
by barracuda69
Replied by barracuda69 on topic Need help with css and coding on thumbnails
Hi Ced,
Could you please take a look at the email I sent you on Monday?
Thanks!
D
Could you please take a look at the email I sent you on Monday?
Thanks!
D
Please Log in or Create an account to join the conversation.
Time to create page: 0.250 seconds