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. John Singleton
  2. General Discussion
  3. Friday, 10 July 2015
  4.  Subscribe via email
Hi

Using t3_bs3_blank template in Joomla 3.4.3

The Read More is just a text link and not a button. There in no mention of btn or class in the html so I can't write any relevant css to make it into a button.

Ideally I would like to use the bootstrap 3 code to make a button.

I have found the file below and tried changing it but it has no effect.
/public_html/layouts/joomla/content/readmore.php

Where is the correct file?

Thank you

John
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

In T3, readmore style can be different in each view. You can view the views in t3 in: plugins\system\t3\base-bs3\html\com_content. For example, you want to change readmore button class of "featured" view, open the file"featured/featured_item.php" and find the readmore section where you will find something like this:

<a class="btn btn-default" href="/<?php echo $link; ?>" itemprop="url">


You can do customization in the file but we don't suggest to do customization in T3 plugin, you should do it in template. To do that, you just need copy the file to the template folder: templates/t3_bs3_blank/html/com_content/featured and do the customization in the override file.

Regards.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
  • Page :
  • 1


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