1. marco.diroio
  2. Commercial Templates
  3. Saturday, 03 February 2018
  4.  Subscribe via email
Hi

I'm testing your Boss demo template on my mobile device (one plus 5).

It seems that the parallax effect does not work properly, as it does correctly for the desktop version.

Do you have evidence of this problem on other devices? How can you solve?

Thx.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Parallax effect can have rather unpredictable results on some small screen devices. For this reason we have disabled the parallax effect on all touch devices.

CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi ciaran.
I'm using your great boss template now.
How can i enable the parallax for mobile device also?
Thx.
M.d.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend replace the following in your templates index.php (../templates/j51_boss/index.php - LINE 93-100)...

<script type="text/javascript">
if (Modernizr.touch) {
} else {
jQuery(window).stellar({
horizontalScrolling: false
});
}
</script>


With...

<script type="text/javascript">
jQuery(window).stellar({
horizontalScrolling: false
});
</script>


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
:) Thx Ciaran for the kind help!

Allow me another question:

Is it possible to use parallax also with elvira? Or what change you suggest to implement this effect in the elvira template
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Marco

In Elvira template replace the following in your templates index.php (../templates/j51_evira/index.php - line105)

<!-- Stellar -->
<script>
if (Modernizr.touch) {
} else {
jQuery(window).stellar({
horizontalScrolling: false
});
}
</script>


With...

<!-- Stellar -->
<script>
jQuery(window).stellar({
horizontalScrolling: false
});
</script>


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


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