Comments Jakob started the conversationMarch 23, 2015 at 10:26pmHi Clapat!Thanks for the help earlier, however i have a new problem. I want to make a link in our "about" page, that will scroll down to portfolio and expand a video. So if made a link to "this video" it would scroll down to the portfolio and expand that certain video. Instead of having to link to an article about the video, which is what we currently have.Best regards,Jakob 1,973Support repliedMarch 24, 2015 at 6:36pmHi Jakob,scrolling down is easy , you just need to add css class 'move' to your link.Expanding is a bit more difficult and you have to attach it to the scroll somehow.The expander code can be found in /js/scripts.jsjQuery('#portfolio-wrap .open-project-link').click(function(){...}event handlerbut my advice is to find a workaround.thanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Hi Clapat!
Thanks for the help earlier, however i have a new problem.
I want to make a link in our "about" page, that will scroll down to portfolio and expand a video.
So if made a link to "this video" it would scroll down to the portfolio and expand that certain video.
Instead of having to link to an article about the video, which is what we currently have.
Best regards,
Jakob
Hi Jakob,
scrolling down is easy , you just need to add css class 'move' to your link.
Expanding is a bit more difficult and you have to attach it to the scroll somehow.
The expander code can be found in /js/scripts.js
jQuery('#portfolio-wrap .open-project-link').click(function(){
...
}
event handler
but my advice is to find a workaround.
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy