Showing 1 – 3 of 3 replies
beebeeknees

Clicking on a reference currently does […]

beebeeknees
8 years ago
Clicking on a reference currently does not link to any kind of pop up or detail about that reference. Does the theme provide any such pop up or detail view to use here? Otherwise, what is the point in having clickable references with a "Show Me" button?
pixelized
pixelized SELLER
8 years ago
You are totally right we are currently working on new update and new reference page and another subpages will be included.
sinjaku
sinjaku PURCHASED
8 years ago
Hi

I ran into this issue when I bought this template for my portfolio. I was unable to get any response from the references section. The temporary fix was to remove ".no-touch" in custom.css from this section:

/* removed .no-touch */
.cs-style-4 figure:hover figcaption,
.cs-style-4 figure.cs-hover figcaption {
opacity: 1;
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
transform: rotateY(0deg);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s;
transition: transform 0.4s, opacity 0.1s;
}

Paul Irwin posted his solution here on similar issues with caption hover effects. http://tympanus.net/codrops/2013/06/18/caption-hover-effects/comment-page-3/#comments
sinjaku
sinjaku PURCHASED
8 years ago
Edit: Direct link to comment solution
http://tympanus.net/codrops/2013/06/18/caption-hover-effects/comment-page-3/#comment-448914