get ticket

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Sat Jan 04, 2014 6:12 am
Hello, I would like to insert a link to "get ticket" where www.mysite.fr:
<a href="#" class="gk-ticket" data-start="{'opacity':0, 'top': '45px'}" data-end="{'opacity':1, 'top': 0}" data-delay="1300" data-time="450">
<strong>Inscription</strong>
thank you
User avatar
Fresh Boarder

GK User
Sat Jan 04, 2014 10:56 am
Could you create a screenshot of exactly where this button should be placed, and how should it look like.
User avatar
Moderator

GK User
Sat Jan 04, 2014 3:13 pm
I just want to create a redirect to a page by clicking on ""Inscription""
User avatar
Fresh Boarder

GK User
Mon Jan 06, 2014 10:44 am
I raise the tutorial, thank you for your reply
User avatar
Fresh Boarder

GK User
Mon Jan 06, 2014 11:17 am
So you were able to deal with that task?
User avatar
Moderator

GK User
Tue Jan 07, 2014 6:57 am
no, I'm still waiting for your help to insert a link that redirects to another page by clicking on the word "inscription" of my capture
User avatar
Fresh Boarder

GK User
Tue Jan 07, 2014 1:01 pm
One last thing - could You please post an url to your site?
User avatar
Moderator

GK User
Tue Jan 07, 2014 3:17 pm
User avatar
Fresh Boarder

GK User
Tue Jan 07, 2014 8:50 pm
Please follow in wp-admin:
Appearance -> widgets
Right column -> Header -> Text
there you will find source code of this module.
Now replace:
Code: Select all
<a href="#" class="gk-ticket" data-start="{'opacity':0, 'top': '45px'}" data-end="{'opacity':1, 'top': 0}" data-delay="1300" data-time="450" style="opacity: 1; top: 0px;">
      <strong>Inscription</strong>
     <small></small>
   </a>

with:
Code: Select all
<a href="http://YOUCUSTOMPAGE.COM" class="gk-ticket" data-start="{'opacity':0, 'top': '45px'}" data-end="{'opacity':1, 'top': 0}" data-delay="1300" data-time="450" style="opacity: 1; top: 0px;">
      <strong>Inscription</strong>
     <small></small>
   </a>

where YOUCUSTOMPAGE.COM is link to remote site.
User avatar
Moderator

GK User
Tue Jan 07, 2014 8:51 pm
PS. Sometimes after the change you need to go to Settings -> Permalinks and click Save (please, don't ask why, thats just the way it is with WP).
User avatar
Moderator

GK User
Wed Jan 08, 2014 7:02 am
thank you for your help now it works perfectly.Merci de France
User avatar
Fresh Boarder

GK User
Wed Jan 08, 2014 10:16 am
I'm glad I could help.
If You will have any other questions, feel free to post new forum threads.
User avatar
Moderator


cron