Second Button ıssue

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
Sat Jun 01, 2013 2:46 pm
Reply with quote
Report this post
I was wondering how to add second what we do type button on intro page ?
I think the design is great but what we do button seems to be a part of the slides meaning i cant alter it.
:?:

I was wondering if anyone could overcome this issue, thanks..
User avatar
Senior Boarder

GK User
Sun Jun 02, 2013 10:09 am
Reply with quote
Report this post
Temporary Screenshot:
http://awesomescreenshot.com/0bc1ciwhaa

Edit File: modules/mod_image_show_gk4/styles/gk_creativity/view.php
Line: 140
Which is below
Code: Select all
<a href="<?php echo $link; ?>" class="gkLearnMore" data-anim="slidedownbtn"><?php echo $link_text; ?></a>



Replace with below
Code: Select all
               <a href="<?php echo $link; ?>" class="gkLearnMore" data-anim="slidedownbtn"><?php echo $link_text; ?></a>
               
               <a href="My Link" class="gkLearnMore2 loaded" data-anim="slidedownbtn">My Button</a>


Open file templates/gk_creativity/css/override.css and below css. Use .gkLearnMore2 for your second button css styles or attributes or delete it if you are not going to style it. Adjust position to suit your buttons.
Code: Select all
.gkLearnMore { margin-left: -180px!important;}
.gkLearnMore2 { }


Enable css override option in template settings > advanced settings > override.css "on".
User avatar
Platinum Boarder

GK User
Sun Jun 02, 2013 6:23 pm
Reply with quote
Report this post
Thank you so much for this amazing answer.. it worked :)
User avatar
Senior Boarder

GK User
Sun Jun 02, 2013 8:10 pm
Reply with quote
Report this post
No problem at all, have a nice day.
User avatar
Platinum Boarder


cron