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!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok