We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Laroche
  2. General Discussion
  3. Friday, 23 May 2014
  4.  Subscribe via email
I want to change "Live Demo" to another words and it's located on the portofolio page example (Purity iii template). Thanks :)
Comment
There are no comments made yet.
Accepted Answer
Accepted Answer Pending Moderation
0
Votes
Undo
To change the text "Live Demo", please open the file: \templates\purity_iii\html\com_content\category\portfolio_item.php, find the code:

<?php if ($attribs->get('portfolio-demo')) : ?>
<p class="item-demo-url">
<a class="btn btn-default" href="/<?php echo $attribs->get('portfolio-demo') ?>">Live Demo</a>
</p>
<?php endif ?>


Now change the text Live Demo to whatever you want.

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # Permalink
Accepted Answer Pending Moderation
0
Votes
Undo
To change the text "Live Demo", please open the file: \templates\purity_iii\html\com_content\category\portfolio_item.php, find the code:

<?php if ($attribs->get('portfolio-demo')) : ?>
<p class="item-demo-url">
<a class="btn btn-default" href="/<?php echo $attribs->get('portfolio-demo') ?>">Live Demo</a>
</p>
<?php endif ?>


Now change the text Live Demo to whatever you want.

Gardner.


thank you very much !
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
You're welcome, Laroche :)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.