Comments Roman started the conversationFebruary 12, 2020 at 1:39pmHelloIf i open a portfolio item from the startsite (portfolio page) it scrolls very nice. If i open the same element in the menu it doesnt scroll and shows the loader. Is it possible to also scroll if i click via the menu?Thanks 1,974Support repliedFebruary 12, 2020 at 2:20pmHi Roman,whenever you add a menu item as custom link it will open as an external page so without using AJAX page transitions.Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy1 LikeRoman repliedFebruary 13, 2020 at 10:06amthanks, that was my first mistake.but it still doesnt scroll automatic if i click on the menuitem 1,974Support repliedFebruary 13, 2020 at 11:22pmHi Roman,maybe I don't understand correctly but here is what I see in my browser:https://d.pr/free/v/vsMbkqI see nothing wrong here can you give us more details?Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy1 LikeRoman repliedFebruary 17, 2020 at 9:38amIf you click on the startpage on a picture, it opens with a nice animation and then it scrolls automatic down.If you click on a menuitem it just opens the page (like in your video), but doesnt scroll automatic. 1,974Support repliedFebruary 17, 2020 at 4:06pmHello Roman,try the followingopen /js/scripts.js and add the following code in function FirstLoad() for example right before line 239if( $('#project-nav').length > 0 ){ if ($("body").hasClass("smooth-scroll")) { TweenMax.to(scrollbar, 1.5, {scrollTo:180, delay:0.3, ease:Power4.easeInOut}); } else { TweenMax.to(window, 1.5, {scrollTo:180, delay:0.3, ease:Power4.easeInOut}); } }hard refresh the page (Ctrl+F5) to see the changesThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyRoman repliedFebruary 18, 2020 at 10:43amThank you very much, it worked!Very good support, you guys are really great :) Sign in to reply ...
Hello
If i open a portfolio item from the startsite (portfolio page) it scrolls very nice. If i open the same element in the menu it doesnt scroll and shows the loader. Is it possible to also scroll if i click via the menu?
Thanks
Hi Roman,
whenever you add a menu item as custom link it will open as an external page so without using AJAX page transitions.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
thanks, that was my first mistake.
but it still doesnt scroll automatic if i click on the menuitem
Hi Roman,
maybe I don't understand correctly but here is what I see in my browser:
https://d.pr/free/v/vsMbkq
I see nothing wrong here can you give us more details?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
If you click on the startpage on a picture, it opens with a nice animation and then it scrolls automatic down.
If you click on a menuitem it just opens the page (like in your video), but doesnt scroll automatic.
Hello Roman,
try the following
open /js/scripts.js and add the following code in function FirstLoad() for example right before line 239
if( $('#project-nav').length > 0 ){
if ($("body").hasClass("smooth-scroll")) {
TweenMax.to(scrollbar, 1.5, {scrollTo:180, delay:0.3, ease:Power4.easeInOut});
} else {
TweenMax.to(window, 1.5, {scrollTo:180, delay:0.3, ease:Power4.easeInOut});
}
}
hard refresh the page (Ctrl+F5) to see the changes
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thank you very much, it worked!
Very good support, you guys are really great :)