Parallax and Individual pages

Home Forums Porto – Responsive HTML5 Template Parallax and Individual pages

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10004679
    tjimenez
    Participant

    Is it possible to have both parallax and have for example a portfolio image link open in a new page, instead of a lightbox effect?


    #10004687
    Support
    Keymaster

    Hello, 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.


    #10004690
    tjimenez
    Participant

    I 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!


    #10004697
    Support
    Keymaster

    Hello, 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.


    #10004773
    tjimenez
    Participant

    Thank you very much!!! This is exactly what I wanted to do.


Viewing 5 posts - 1 through 5 (of 5 total)

This topic is marked as "RESOLVED" and can not rceive new replies.