-
AuthorPosts
-
citroen1968a Friend
citroen1968a
- Join date:
- June 2014
- Posts:
- 95
- Downloads:
- 185
- Uploads:
- 25
- Thanks:
- 19
- Thanked:
- 11 times in 1 posts
July 15, 2014 at 6:46 am #199687Hi,
when I look to the doc from Appolio
To enable this feature, we need to add Module ID then define the Module ID in the script.js file (located in templates/ja_appolio/js
But when I did quickstart install and looked in the script.js
I could not find something like this
$.each([‘#onepage_1′,’#onepage_2′,’#onepage_3′,’#onepage_4′,’#onepage_5′,’#onepage_6′,’#onepage_7′,’#onepage_8′,’#about1′,’#leadership’,’#our_team’,’#explore_and_share_the_place_you_love’,’#page-187′,’#page-191′,’#page-192′,’#page-193′,’#page-194′,’#page-206′,’#page-209′,’#page-207′,’#page-217′,’#page-225′,’#page-226′],function(i,element){
$(element).visibleElement();
});but the The animation of section in Homepage was working :((
where can i find it in the script.js file
thanks
kelvin899 Friendkelvin899
- Join date:
- January 2013
- Posts:
- 63
- Downloads:
- 5
- Uploads:
- 16
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
July 15, 2014 at 8:54 am #542392Hey Citroen,
You are talking about the content that zooms in when you scroll down? I had this kind of question before, because it didn’t load well. These animations are not JS but are done in CSS.
If you create a custom.css inside your template/css folder, then put this in:
.section.parallax.section-center.inview .last-content {
animation: scale-up 0s ease-out 0s both;
}Then change the number in the red, I hope this is what your meaning!
citroen1968a Friendcitroen1968a
- Join date:
- June 2014
- Posts:
- 95
- Downloads:
- 185
- Uploads:
- 25
- Thanks:
- 19
- Thanked:
- 11 times in 1 posts
July 15, 2014 at 9:43 am #542402where could you find it in the orginale css file
kelvin899 Friendkelvin899
- Join date:
- January 2013
- Posts:
- 63
- Downloads:
- 5
- Uploads:
- 16
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
July 15, 2014 at 9:55 am #542403I think the original is located in ja_appolio/css/template.css
citroen1968a Friendcitroen1968a
- Join date:
- June 2014
- Posts:
- 95
- Downloads:
- 185
- Uploads:
- 25
- Thanks:
- 19
- Thanked:
- 11 times in 1 posts
July 16, 2014 at 7:26 am #542521you could find it to in the less folder
and then style.lessAdam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 16, 2014 at 7:30 am #542522Hi,
Actually, this CSS code is defined how the animation works so you shouldn’t modify it.
.section.parallax.section-center.inview .last-content {
animation: scale-up 0s ease-out 0s both;
}
@citroen1968a : I think you missed this part :<blockquote>To add Module ID for module, open Advanced tab then add id to the Module Class Suffix field.</blockquote>
That means you will have to create a module >>> switch to tab Advanced (in module setting panel) >>> add unique value in Module Class Suffix (for example my_unique_module) >>> place it in frontpage >>> open file script.js then update the code. Please note that if you used my_unique_module, so you will have to type #my_unique_module.
citroen1968a Friendcitroen1968a
- Join date:
- June 2014
- Posts:
- 95
- Downloads:
- 185
- Uploads:
- 25
- Thanks:
- 19
- Thanked:
- 11 times in 1 posts
July 16, 2014 at 7:32 am #542523Hi,
Maybe the problem now is that the doc. is not up to date and then it is difficult to find out how it is working:((
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 16, 2014 at 9:23 am #542541Hi,
If you want to list all modules are using this feature, please navigate to Admin >>> Extensions >>> Module Manager >>> in the Filter column on the left >>> choose to display all modules in position ‘parallax’
citroen1968a Friendcitroen1968a
- Join date:
- June 2014
- Posts:
- 95
- Downloads:
- 185
- Uploads:
- 25
- Thanks:
- 19
- Thanked:
- 11 times in 1 posts
July 16, 2014 at 11:02 am #542567Hi Adam,
i did not missed that part
but when you look at the doc
http://www.joomlart.com/documentation/joomla-templates/ja-appolio
they this used in advanced module Bring it everywhere
onepage-1 onepage-centerbut when you looked at quick install with same module you see this
everywhere section-center:((
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 17, 2014 at 3:42 am #542691Hi,
I have rechecked the documentation and found that it’s a bit out-dated. I reported this matter to development team to update online documentation as soon as possible.
Back to your problem, you can duplicate than edit any existing module to suite your need, there’s no need to update the script.js file as all modules placed in position ‘parallax’ will be taken automatically.
Thanks for your understanding.
1 user says Thank You to Adam M for this useful post
-
AuthorPosts
This topic contains 10 replies, has 3 voices, and was last updated by Adam M 10 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum