Thanks for the header solution, but it doesn't work well. On the Single portfolio pages the header is shown as fixed white and effects the presentation of the hero image.
Is it possible to just hide the logo as originally requested?
if the first solution is not suitable, hiding the logo on scroll is actually custom work. We can do it (for a fee) or I can provide guidelines on what needs to be changed - requires some programming knowledge.
I forwarded your other two tickets to our web designer.
Don't worry. We thought that it would be a considerable design improvement and that you would be interested in solving the issue. Having the logo scrool over content looks very average. Now I know why you have a small logo in your demo.
exactly when the 'back to top' arrow changes up to down or the other way around.
You have to show also the logo when you go to different page with AJAX (which does not load the entire page but the target html+CSS content in the initial page container).
Ok, We'll do this in a week or so. Need to find a replacement theme to get up and running for our client before we can take this site down. Shame you can't fix all your issues. Nice idea, poorly executed.
Hi,is it possible to hide the site logo during scroll down the page please?
Perhaps a fading parallax effect like the portfolio hero titles.....
The logo overlaps body text during scroll, so maybe a nice improvement.
Thanks very much....
Hi there try adding
header {
position: relative !important;
}
in customizer -> additional CSS
this is the easiest, quickest solution.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi,
Thanks for the header solution, but it doesn't work well. On the Single portfolio pages the header is shown as fixed white and effects the presentation of the hero image.
Is it possible to just hide the logo as originally requested?
Please see header issue: https://prnt.sc/m4amyv
Thanks.
Hi there,
if the first solution is not suitable, hiding the logo on scroll is actually custom work. We can do it (for a fee) or I can provide guidelines on what needs to be changed - requires some programming knowledge.
I forwarded your other two tickets to our web designer.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Don't worry. We thought that it would be a considerable design improvement and that you would be interested in solving the issue. Having the logo scrool over content looks very average. Now I know why you have a small logo in your demo.
Yes, interesting suggestion. It is indeed recommended to have the logo smaller so that it will scroll on the left side of the content.
The function to modify would be BackToTop() in /js/scripts.js
$(window).scroll(function() {
var scroll = $(window).scrollTop();
if (scroll >= 300) {
$(".scrolltotop").addClass('page-up').removeClass('no-tooltip');
$("#page-action-holder-right").removeClass('no-tooltip');
} else {
$(".scrolltotop").removeClass('page-up').addClass('no-tooltip');
$("#page-action-holder-right").addClass('no-tooltip');
}
});
exactly when the 'back to top' arrow changes up to down or the other way around.
You have to show also the logo when you go to different page with AJAX (which does not load the entire page but the target html+CSS content in the initial page container).
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Is this a recomended edit because this code is exactly the same that is already in the file?
Hi there,
Are you planning using our theme?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Depends on whether you can resolve our issues?
I recommend asking for a refund.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Ok, We'll do this in a week or so. Need to find a replacement theme to get up and running for our client before we can take this site down. Shame you can't fix all your issues. Nice idea, poorly executed.
Thanks, I hope you find what you need.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy