1. Burnardo
  2. Commercial Templates
  3. Monday, 04 March 2019
  4.  Subscribe via email
Just did a fresh install of the Everly template.
Where can I change the values for parallax backgrounds.
Some module background images are shown with parallax effect. Where can I adjust the amount for this effect?
Accepted Answer Pending Moderation
0
Votes
Undo
Ooops,

Also here, I found the answer by looking a bit closer.

The bottompart of the index.php shows this script part:


<script>
jarallax(document.querySelectorAll('.jarallax'), {
speed: 0.5,
disableParallax: /iPad|iPhone|iPod|Android/,
disableVideo: /iPad|iPhone|iPod|Android/
});
</script>


The definition for jarallax is set here and used and at some module positions.
The setting of speed needs to be between 0 and 1.

(Hopefully this will also help others...)
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you for sharing your solution!

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!