- Posts: 20
COMMUNITY FORUM
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Bad scroll effect images
- franky01jw
- Topic Author
- Offline
- Junior Member
Less
More
10 years 2 months ago #139401
by franky01jw
Bad scroll effect images was created by franky01jw
There are ugly effects scrolling the homepage when:
1 - I change the browser size, smaller
2 - I scroll along the homepage and i see the images in callouts, slider... their scrolling is cut before arrive the limit of the browser window. The texts in that modules, callout, slider.. scroll well but not images.
In a browser full window my homepage is scrolling well, but not with smaller sizes. Obviously, in a tablet the scroll is not correct as well.
In the demo page at Nuevvo.com you can see this effect as well.
Responsive?
1 - I change the browser size, smaller
2 - I scroll along the homepage and i see the images in callouts, slider... their scrolling is cut before arrive the limit of the browser window. The texts in that modules, callout, slider.. scroll well but not images.
In a browser full window my homepage is scrolling well, but not with smaller sizes. Obviously, in a tablet the scroll is not correct as well.
In the demo page at Nuevvo.com you can see this effect as well.
Responsive?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 2 months ago #139402
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Bad scroll effect images
I just tested it with my iPad and it seems to scroll well.
If you want to disable the effect you need to remove these lines from your /templates/matchbox/js/behaviour.js file
If you want to disable the effect you need to remove these lines from your /templates/matchbox/js/behaviour.js file
if ( $('html').hasClass('new-browser')) {
window.scrollReveal = new scrollReveal();
}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- franky01jw
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 20
10 years 2 months ago #139403
by franky01jw
Replied by franky01jw on topic Bad scroll effect images
Done. But... the same. I don't see any change. Disabled? Not, i think.
I would like those components, modules, (callouts,sliders...) would be just simple images full-width and scrolling just like simple images, without any scroll "fashion" effect. Is it possible? How?
I would like those components, modules, (callouts,sliders...) would be just simple images full-width and scrolling just like simple images, without any scroll "fashion" effect. Is it possible? How?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 2 months ago #139404
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Bad scroll effect images
I do not think I understand you.
There are two types of animation.
One that moves the items (text elements, team members etc..) up a bit once you scroll down and one that uses a parallax effect for the images.
Which one (or both) do you want to disable?
There are two types of animation.
One that moves the items (text elements, team members etc..) up a bit once you scroll down and one that uses a parallax effect for the images.
Which one (or both) do you want to disable?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- franky01jw
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 20
10 years 2 months ago #139405
by franky01jw
Replied by franky01jw on topic Bad scroll effect images
Then, It must be the parallax effect. In my nexus 7 and nexus 5 with chrome the effect is strange, the image grows step by step while you scroll up or down but not from the end or the beginning of the window, but from the middle or so of the screen. If that is parallax then i don't like parallax.
So, can i disable parallax?
So, can i disable parallax?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 2 months ago #139406
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Bad scroll effect images
So disregard my previous posts and rollback any changes.
In the same file, behaviour.js locate the following code.
This will remove the parallax effect.
In the same file, behaviour.js locate the following code.
// simple parallax event
$('.parallaxed').parallax("50%", 0.4);
$('.parallaxed-lower').parallax("50%", 0.4);
This will remove the parallax effect.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- franky01jw
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 20
10 years 2 months ago #139407
by franky01jw
Replied by franky01jw on topic Bad scroll effect images
Right. Perfect. Much better :)
Thanks.
Thanks.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 2 months ago #139408
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Bad scroll effect images
You 're welcome Francisco.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.