Home › Forums › Porto – Responsive HTML5 Template › Parallax and Individual pages
Tagged: individual pages, parallax
- This topic has 4 replies, 2 voices, and was last updated 10 years, 8 months ago by
tjimenez. This post has been viewed 2359 times
-
AuthorPosts
-
October 29, 2014 at 8:08 pm #10004679
tjimenez
ParticipantIs it possible to have both parallax and have for example a portfolio image link open in a new page, instead of a lightbox effect?
October 30, 2014 at 12:49 pm #10004687Support
KeymasterHello, I’m sorry, but I’m not sure I understand the question. Would you like to add images above parallax?
If so, please try this:
<section class="parallax" data-stellar-background-ratio="0.5" style="background-image: url(img/parallax.jpg);"> <div class="container"> <div class="row center"> <div class="col-md-12"> <ul class="portfolio-list"> <li class="col-md-3 col-xs-6"> <div class="portfolio-item thumbnail"> <a href="portfolio-single-project.html" class="thumb-info"> <img alt="" class="img-responsive" src="img/projects/project.jpg"> <span class="thumb-info-title"> <span class="thumb-info-inner">SEO</span> <span class="thumb-info-type">Website</span> </span> <span class="thumb-info-action"> <span title="Universal" class="thumb-info-action-icon"><i class="fa fa-link"></i></span> </span> </a> </div> </li> <li class="col-md-3 col-xs-6"> <div class="portfolio-item thumbnail"> <a href="portfolio-single-project.html" class="thumb-info"> <img alt="" class="img-responsive" src="img/projects/project-1.jpg"> <span class="thumb-info-title"> <span class="thumb-info-inner">Okler</span> <span class="thumb-info-type">Brand</span> </span> <span class="thumb-info-action"> <span title="Universal" class="thumb-info-action-icon"><i class="fa fa-link"></i></span> </span> </a> </div> </li> <li class="col-md-3 col-xs-6"> <div class="portfolio-item thumbnail"> <a href="portfolio-single-project.html" class="thumb-info"> <img alt="" class="img-responsive" src="img/projects/project-2.jpg"> <span class="thumb-info-title"> <span class="thumb-info-inner">The Fly</span> <span class="thumb-info-type">Logo</span> </span> <span class="thumb-info-action"> <span title="Universal" class="thumb-info-action-icon"><i class="fa fa-link"></i></span> </span> </a> </div> </li> <li class="col-md-3 col-xs-6"> <div class="portfolio-item thumbnail"> <a href="portfolio-single-project.html" class="thumb-info"> <img alt="" class="img-responsive" src="img/projects/project-3.jpg"> <span class="thumb-info-title"> <span class="thumb-info-inner">The Code</span> <span class="thumb-info-type">Website</span> </span> <span class="thumb-info-action"> <span title="Universal" class="thumb-info-action-icon"><i class="fa fa-link"></i></span> </span> </a> </div> </li> </ul> </div> </div> </div> </section>
Let me know if you have any questions.
Thanks.
October 30, 2014 at 1:37 pm #10004690tjimenez
ParticipantI appreciate the reply! Sorry if my question was unclear, what I’m looking to do is have a parallax scrolling site (index-one-page), but have for example, links in the “Latest Projects” to open in a new page, instead of a lightbox type of popup. Is that possible?
Thank you!
October 30, 2014 at 5:22 pm #10004697Support
KeymasterHello, sure, please check this screenshot:
As you can see, you just need to change the link:
FROM:
<a class="thumb-info lightbox" href="#popupProject" data-plugin-options='{"type":"inline", preloader: false}'>
TO:
<a class="thumb-info" href="link-to-project.html">
Let me know if you have any questions.
Thanks.
November 3, 2014 at 11:32 pm #10004773tjimenez
ParticipantThank you very much!!! This is exactly what I wanted to do.
-
AuthorPosts
This topic is marked as "RESOLVED" and can not rceive new replies.