- Posts: 18
- Thank you received: 0
cant fix images size -- they are to big
-
jean972
Inactive member - Topic Author
- New Member
Less
More
10 years 10 months ago #36486
by jean972
Replied by jean972 on topic cant fix images size -- they are to big
sorry to say but that still havnt changed anything my picture are still over sized
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #36489
by ivan.milic
Replied by ivan.milic on topic cant fix images size -- they are to big
Add this to bottom of template_css.css:
.hotcarousel li div.carouselarticle IMG{
width:auto!important;
height:auto!important;
max-width:100%!important;
max-height:100%!important;
}
.hotcarousel li div.carouselarticle IMG{
width:auto!important;
height:auto!important;
max-width:100%!important;
max-height:100%!important;
}
Please Log in to join the conversation.
-
jean972
Inactive member - Topic Author
- New Member
Less
More
- Posts: 18
- Thank you received: 0
10 years 10 months ago - 10 years 10 months ago #36522
by jean972
Replied by jean972 on topic cant fix images size -- they are to big
hello but this this is going like from bad to worst
now it can resize my picture
my read more button disappears ...
every time i do an adjustment to an articles it doesn't show up anymore in the module, i have to save all the articles again for it to show up in the module
i tried to do the exact config like in your exemple page but that didnt chnage anything ..
can i give u acces to my website so u could help me fix that
why is it writteh ( readmore ) I'm French it is supposed to say ( lire la suite) how can i change that
now it can resize my picture
my read more button disappears ...
every time i do an adjustment to an articles it doesn't show up anymore in the module, i have to save all the articles again for it to show up in the module
i tried to do the exact config like in your exemple page but that didnt chnage anything ..
can i give u acces to my website so u could help me fix that
why is it writteh ( readmore ) I'm French it is supposed to say ( lire la suite) how can i change that
Last edit: 10 years 10 months ago by jean972.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #36530
by ivan.milic
Replied by ivan.milic on topic cant fix images size -- they are to big
Try:
.hotcarousel li div.carouselarticle IMG{
width:auto!important;
height:auto!important;
max-width:100%!important;
max-height:100%!important;
float:left;
}
.hotcarousel li div.carouselarticle IMG{
width:auto!important;
height:auto!important;
max-width:100%!important;
max-height:100%!important;
float:left;
}
The following user(s) said Thank You: jean972
Please Log in to join the conversation.
-
jean972
Inactive member - Topic Author
- New Member
Less
More
- Posts: 18
- Thank you received: 0
10 years 10 months ago #36534
by jean972
Replied by jean972 on topic cant fix images size -- they are to big
how can i change the read more button to my text in french
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #36545
by ivan.milic
Replied by ivan.milic on topic cant fix images size -- they are to big
Open :
modules/mod_hot_joomla_carousel_pro/mod_hot_joomla_carousel_pro.php
You will find this code:
JText::sprintf('Read more...')
change it to:
JText::sprintf('READ_MORE_TEXT')
Then open :
language/en-GB/en-GB.mod_hot_joomla_carousel_pro.ini
add this:
READ_MORE_TEXT="Lire plus ..."
modules/mod_hot_joomla_carousel_pro/mod_hot_joomla_carousel_pro.php
You will find this code:
JText::sprintf('Read more...')
change it to:
JText::sprintf('READ_MORE_TEXT')
Then open :
language/en-GB/en-GB.mod_hot_joomla_carousel_pro.ini
add this:
READ_MORE_TEXT="Lire plus ..."
Please Log in to join the conversation.
Time to create page: 0.091 seconds