How to display "take a tour" & "join now" buttons in article

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Mar 04, 2013 9:14 pm
Reply with quote
Report this post
There is any way to display "take a tour" and "join now" buttons from home page in an k2 article/item?
User avatar
Platinum Boarder

GK User
Mon Mar 04, 2013 10:08 pm
Reply with quote
Report this post
Hi, sure add this code in HTML mode in article:

Code: Select all
<div class="gkIsWrapper-gk_startup">
<div class="gkIsText">
 <p>
<a class="btn1" href="#">Take a tour</a> <a class="btn2" href="#">Join now. It's free</a></p>
            </div>         
         </div>   
 


Try also without <p> </p> elements.
User avatar
Platinum Boarder

GK User
Tue Mar 05, 2013 9:00 am
Reply with quote
Report this post
Hi!
The code you show me is not working you can check at http://test.virecodesign.ro/index.php/p ... e#standard
User avatar
Platinum Boarder

GK User
Tue Mar 05, 2013 8:27 pm
Reply with quote
Report this post
Hi, sorry I add wrong code, try this (it works for me, I've tested):
Code: Select all
<p><a class="button" href="#">Take a tour</a> <a class="button" href="#">Join now. It's free</a></p>


You'll get grey buttons with orange hover effect.
User avatar
Platinum Boarder


cron