Read more button style

GK User
Thu Jan 10, 2013 11:24 pm
Hi,
there are nice "read more" buttons on Financial Business template demo site.

I have normal text style "read more" link.

How to display nice buttons?

Kind regards,
Marcin
User avatar
Senior Boarder

GK User
Fri Jan 11, 2013 12:16 am
Hi,

In cases like yours, please always provide an URL to website with the described problem.
User avatar
Administrator

GK User
Fri Jan 11, 2013 5:34 pm
Hi Dziudek,

Here is the site http://umbrella.efqm.pl/

Regards,
Marcin
User avatar
Senior Boarder

GK User
Fri Jan 11, 2013 6:15 pm
In this case please open file: html/com_content/featured/default_item.php

and in the link placed inside p.readmore please add:

Code: Select all
class="readon"
User avatar
Administrator

GK User
Sat Feb 02, 2013 12:57 pm
Works fine.
Thank you.

Regards,
Marcin
User avatar
Senior Boarder

GK User
Thu Feb 28, 2013 5:17 pm
I'm trying to achieve the same effect, but can't for the life of me work out where to add the code?

Bit thick me :mrgreen:
User avatar
Fresh Boarder

GK User
Sat Mar 02, 2013 9:22 am
@safeuk - how did you changed your code? Could you post here an example of your changes?
User avatar
Administrator

GK User
Mon Mar 04, 2013 2:48 pm
dziudek wrote:@safeuk - how did you changed your code? Could you post here an example of your changes?


@dziudek

I didn't get as far as changing any code, I opened up the file at html/com_content/featured/default_item.php and looked at it, and then decided I'd best ask for help :)
User avatar
Fresh Boarder

GK User
Mon Mar 04, 2013 7:45 pm
But I've described the solution in my post - you have the code like this:

Code: Select all
<p class="readmore">
<a href="#" ...


and you have to change it to form like this:

Code: Select all
<p class="readmore">
<a href="#" class="readon" ...


that's all ;)
User avatar
Administrator

GK User
Fri Mar 15, 2013 12:21 pm
dziudek wrote:But I've described the solution in my post - you have the code like this:

Code: Select all
<p class="readmore">
<a href="#" ...


and you have to change it to form like this:

Code: Select all
<p class="readmore">
<a href="#" class="readon" ...


that's all ;)


Thank you (again!) I really appreciate your patience :D
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.