Our team - HTML

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
Sun Aug 11, 2013 11:14 am
Reply with quote
Report this post
Code: Select all
<div class="gkTeam" data-count="7">
<figure data-animation="horizontal" data-delay="0">
<a href="#"><img src="images/demo/Button-Info-icon.png" alt="" /></a>
<figcaption><a href="#">Mark</a></figcaption>
</figure>


how to change the code so that when you click on the photo mark the transition occurred here.
Where to insert a link?
Thank you.
User avatar
Junior Boarder

GK User
Mon Aug 12, 2013 5:49 am
Reply with quote
Report this post
Hi,

links goes here '#'
every time you will see in code # use your link, remember about SEF/SEO.
Links must be from menu (also from hidden menu) not from universe?
User avatar
Platinum Boarder

GK User
Mon Aug 12, 2013 6:04 am
Reply with quote
Report this post
Got it.
I try to.
Thank you.
User avatar
Junior Boarder

GK User
Mon Aug 12, 2013 12:15 pm
Reply with quote
Report this post
Code: Select all
<div class="gkTeam" data-count="7">
<figure data-animation="horizontal" data-delay="0">
<a href="#"><img src="images/demo/80/Button-Info-icon.png" alt="" />
</a><figcaption><a href="#index.php?option=com_zoo&view=category&layout=category">Mark</a></figcaption>
</figure>


there is no transition of the reference.
===
I need it to. When you click on the image, the user clicks the link in the right section of the site.
As it is properly set.
Help please.
User avatar
Junior Boarder

GK User
Tue Aug 13, 2013 8:37 am
Reply with quote
Report this post
Hmm, do you know basic of HTML?

When I said replace # with your links in means --> delete all # and in this place insert URL


Code: Select all
<div class="gkTeam" data-count="7">
<figure data-animation="horizontal" data-delay="0">
<a href="ndex.php?option=com_zoo&view=category&layout=category"><img src="images/demo/80/Button-Info-icon.png" alt="" />
</a><figcaption><a href="index.php?option=com_zoo&view=category&layout=category">Mark</a></figcaption>
</figure>
User avatar
Platinum Boarder

GK User
Tue Aug 13, 2013 8:41 am
Reply with quote
Report this post
Source code is here:
https://www.gavick.com/documentation/wp ... frame=true

Remember to disable TinyMCE /JCE when you'll be changing that code.
User avatar
Platinum Boarder

GK User
Tue Aug 13, 2013 8:44 am
Reply with quote
Report this post
when you click on the photo mark the transition occurred here.


About effect after click not (mouse) hover you have to use javascript, sorry but this is customization job.
User avatar
Platinum Boarder

GK User
Wed Aug 14, 2013 10:04 am
Reply with quote
Report this post
Thank you, everything works.
User avatar
Junior Boarder


cron