This content has been marked as final.
Show 3 replies
-
1. Re: Need Help with scroll affects in BC Gurus "Travel" Template
platypuscreations May 8, 2014 9:39 AM (in response to platypuscreations)I received help from BC Gurus tech support.
They said,
change line 24 in custom.js to
jQuery('.logo').stop().animate({width: '295px'}, 500);
I did and it worked.
Props to BC Gurus!
-
2. Re: Need Help with scroll affects in BC Gurus "Travel" Template
HRHJBC Jul 27, 2014 11:23 AM (in response to platypuscreations)Hello, could you please tell me where to do that? thank you!
-
3. Re: Need Help with scroll affects in BC Gurus "Travel" Template
platypuscreations Jul 27, 2014 3:02 PM (in response to HRHJBC)First navigate to "_assets" (in the root directory of the template labeled "travel")
From there, navigate to "js"
From there, navigate to "custom.js"
Now select the file and click the "edit" link then scroll down to line 24 and swap out that line with the following:
jQuery('.logo').stop().animate({width: '295px'}, 500);
(It might be wise to make a backup copy of that file so you can replace it if you mess anything up)
Here's how the end result should look: http://www.azvalleyvip.com

