Hi! Quick question: how can I add an arrow button right underneath the hero title so it scrolls down faster through the first image in homepages and pages?
Example: in http://manifesto.clapat.com/, I want to add the same arrow button as the one in http://manifesto.clapat.com/project01.html, but without using the hero section; I want to keep everything as is, but add a downward facing arrow to skip to when you can start reading the text part ("Stand out from the crowd")
Thank you! That adds the icon but it's not clickable (it doesn't even light up on hover) and it seems to be below the subtitle text. This latter part can be changed or even removed but the icon doesn't seem to be clickable:
It's not there for some reason. Some pages do have it though (for example the about page) but it doesn't work when clicked, and I want it in the homepage
Hi! Quick question: how can I add an arrow button right underneath the hero title so it scrolls down faster through the first image in homepages and pages?
Example: in http://manifesto.clapat.com/, I want to add the same arrow button as the one in http://manifesto.clapat.com/project01.html, but without using the hero section; I want to keep everything as is, but add a downward facing arrow to skip to when you can start reading the text part ("Stand out from the crowd")
Hello Alex, are you using the HTML template or the WordPress version?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Apologies, Wordpress
Hmm, okay
Try adding
<div class="hero-arrow link caption-timeline"><span><i class="arrow-icon"></span></i></div>
between lines 113-114 in /sections/hero_section_container.php
https://prnt.sc/Z3alu2X_lOdN
So that's having this scroll down button without hero image
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thank you! That adds the icon but it's not clickable (it doesn't even light up on hover) and it seems to be below the subtitle text. This latter part can be changed or even removed but the icon doesn't seem to be clickable:
https://prnt.sc/7Vw3y4TfVNnX
Hi Alex,
can we inspect it somewhere, is it possible?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi Alex,
thanks, I was able to preview your site, but where exactly is the arrow in your home page?
https://prnt.sc/LMSgaxNp6DoU
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
It's not there for some reason. Some pages do have it though (for example the about page) but it doesn't work when clicked, and I want it in the homepage
Hello Alex, I corrected the code you added
However you may not the scroll button (where it sits)
so we can move it somewhere up?
https://prnt.sc/RQP_csut12VC
you may try this css then (or variations of it)
.hero-arrow.hero-arrow-alex {
bottom: 200px;
}
in customizer -> custom CSS
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy