- Posts: 18
- Thank you received: 0
Button Text
-
travica
Inactive member - Topic Author
- New Member
Less
More
10 years 11 months ago #35938
by travica
Button Text was created by travica
Hello,
i wouild like to change the button text from "read More..." into another. Where can i make the changes?
Thank you for answering.
Sascha Travica
i wouild like to change the button text from "read More..." into another. Where can i make the changes?
Thank you for answering.
Sascha Travica
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 11 months ago #35947
by ivan.milic
Replied by ivan.milic on topic Button Text
You did not specify where because it appears on multiple places. But here in attachment in image you can see list of all possible language files where that text appears.
Please Log in to join the conversation.
-
travica
Inactive member - Topic Author
- New Member
Less
More
- Posts: 18
- Thank you received: 0
10 years 11 months ago - 10 years 11 months ago #35953
by travica
Replied by travica on topic Button Text
Thank you. I found all "read me" but the one in the carousel.
Sorry for asking. But this is my first time with your templates.
Greetings from Germany
Sascha Travica
Sorry for asking. But this is my first time with your templates.
Greetings from Germany
Sascha Travica
Last edit: 10 years 11 months ago by travica.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 11 months ago #35962
by ivan.milic
Replied by ivan.milic on topic Button Text
That are the files , no other places? Which "read more" you are trying to change
Please Log in to join the conversation.
-
travica
Inactive member - Topic Author
- New Member
Less
More
- Posts: 18
- Thank you received: 0
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 11 months ago - 10 years 11 months ago #35984
by ivan.milic
Replied by ivan.milic on topic Button Text
Open:
modules\mod_hot_responsive_slideshow\tmpl\default.php
in 3 places you will see:
replace "Read More" with your text. If you need this for multilingual site , replace it with :
<?php echo JText::sprintf('COM_CONTENT_READ_MORE_TITLE'); ?>
like this:
modules\mod_hot_responsive_slideshow\tmpl\default.php
in 3 places you will see:
Code:
<p class="readmore"><a href="<?php echo $imageLinkArray[$loop]; ?>">Read More</a></p>
replace "Read More" with your text. If you need this for multilingual site , replace it with :
<?php echo JText::sprintf('COM_CONTENT_READ_MORE_TITLE'); ?>
like this:
Code:
<p class="readmore"><a href="<?php echo $imageLinkArray[$loop]; ?>"><?php echo JText::sprintf('COM_CONTENT_READ_MORE_TITLE'); ?> </a></p>
Last edit: 10 years 11 months ago by ivan.milic.
The following user(s) said Thank You: travica
Please Log in to join the conversation.
Time to create page: 0.280 seconds