-
AuthorPosts
-
April 15, 2016 at 10:03 pm #615178
Hi I need to create some sliders with the parallax effect and have failed using layer slider and color box. So I decided to copy over the enfold video page from the demo files and renamed it. None of the videos are working (these are the enfold demo links). This is the demo page I copied over and renamed: http://kriesi.at/themedemo/?theme=enfold-overview. I did not change anything whatsoever.
Can you please advise what the issue could be be and how to fix?
Thank you,
YvonneApril 17, 2016 at 7:03 am #615714Hi ycoleman31,
Please try adding the following to your functions.php file to see if that helps:
function modify_jquery() { if (!is_admin()) { wp_deregister_script('jquery'); wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js'); wp_enqueue_script('jquery'); } } add_action('init', 'modify_jquery');
Regards,
RikardApril 19, 2016 at 8:06 pm #617654Eureka! That’s it Rikard. It’s working (I pasted the code into my functions.php in the theme folder.).
Thank you so much!!!
April 19, 2016 at 8:29 pm #617665Hi!
Glad we could help you out.
Please do let us know if we cna do anything else for youCheers!
BasilisApril 26, 2016 at 11:46 pm #622579Hello,
Parallax is working great on desktop, however we cannot get it to work on any mobile device whether it is a phone or tablet, apple or android.
I found a link to this post in the forum: https://kriesi.at/support/topic/parallax-not-working-for-ipad-and-iphone/#post-607122
and did exactly what it said to, but it did not work.
in reviewing the shortcodes.js file, I also found this line of code around line 1847:
_parallax_scroll: function(e)
{
if(this.isMobile) return; //disable parallax scrolling on mobilevar winTop = this.$win.scrollTop(),
winBottom = winTop + this.property.wh,
scrollPos = “0”,
prop = {}, prop2 = {};should any of that be removed too?
I also found around line 1782:
//parallax scroll if element if leaving viewport
setTimeout(function()
{
if(!_self.isMobile) //disable parallax scrolling on mobile
_self.$win.on( ‘scroll’, $.proxy( _self._on_scroll, _self) );},100);
should this be removed as well?
Can you please advise.
April 29, 2016 at 1:21 pm #624366Hey!
Thank you for using Enfold.
My bad. The solution on the previous thread will only work for the full screen slider. Please try to modify the js > shortcodes.js file, look for this code around line 1944:
if(_self.isMobile) { return; //disable parallax scrolling on mobile }
Note that the parallax may still not work for mobile due to various reasons.
Regards,
IsmaelMay 28, 2016 at 1:43 am #639590Ahhhh Ismael, there still is no way to have parallax working on mobile (even android is parallax smooth FINALLY! Caught up to iOS)? The themes I am buying these days are all mobile parallax friendly as is a #1 fav element/style to bring aboard as truly establishes amazing unique ‘Life’ to the mobile view experience. Plssss there must be a way these days for the INSANE Enfold/Krie$i madness to be #mobileparallaxfriendly?!
- This reply was modified 8 years, 6 months ago by sterlingwilliam.
May 30, 2016 at 7:10 am #640149Hi,
We will notify Kriesi regarding this thread. Please wait for his response.
Best regards,
IsmaelMay 30, 2016 at 10:34 am #640206BIG APPRECIATION 100 Ismael and #hopeprayenvision THE MAN Krie$i can ROCK #MobileParallax Enfold $tyle 2016 for One and ALL!!
June 1, 2016 at 4:43 am #641181Hi,
Kriesi is a little bit busy doing some improvements on the theme and creating new demo so it may take a while before he can put his attention to this thread. If it helps, you can push the feature on our Feature Request Page: https://kriesi.at/support/enfold-feature-requests/
Best regards,
IsmaelJune 1, 2016 at 4:49 am #641186Oh ok…I just posted in Feature Requests, thnks for letting me know
-Stering
June 2, 2016 at 4:55 am #641806Hi Stering,
Great, thanks. Let’s hope your request gets implemented in a future release :-)
Regards,
RikardJune 2, 2016 at 10:20 am #641934YES RIkard, am Hoping, Praying, Fingers Crossed BIGTime 100 asap for Krie$i #MobileParallax World View Amazingness!!
August 5, 2016 at 12:42 pm #668940Any update on parallax on mobile?
August 10, 2016 at 10:44 am #670731Hi,
Please push the feature here: https://kriesi.at/support/topic/enfold-feature-requests
Best regards,
Ismael -
AuthorPosts
- The topic ‘Parallax is Not working at all’ is closed to new replies.