Support for Envato Buyers › Forums › Samsara › Parallax not working
- This topic has 14 replies, 2 voices, and was last updated 10 years, 4 months ago by FocuxTheme Support.
-
AuthorPosts
-
-
August 25, 2014 at 4:11 pm #6048haloskiMember
I’m dying here guys. I thought i was going brain dead because I could not get the parallax working on bjjsanjose.com. I watched the 4 minute video 10 times at least and I have another site kravsanjose.com which I had no problem setting up.
So I have version 1.8 on the krav site, so I copied the txt in their for bjjsanjose which leads me to believe something is wrong with version. 1.13 I need this website done by tomorrow so any help would be greatly appreciated.
I can be reached at nick@bjjsanjose.com
Thanks
-
August 26, 2014 at 8:23 pm #6057FocuxTheme SupportKeymaster
So sorry for the delay,
Can you tell me bjjsanjose.com Login details with private reply? I need to check the settings.Thanks!
-
August 27, 2014 at 6:52 am #6066haloskiMemberThis reply has been marked as private.
-
August 28, 2014 at 12:21 am #6071FocuxTheme SupportKeymaster
Hi
I checked your site, and I found parallax class name is missed, not sure the reason, so I’m planning to update the theme in these one or two days.
After I updated the theme, you will get the email notification.Thanks
-
August 30, 2014 at 1:18 pm #6084haloskiMember
Its been a few days 🙂
-
August 30, 2014 at 6:51 pm #6085haloskiMember
I loaded 1.8 thinking that would do the trick 🙁
-
August 30, 2014 at 7:08 pm #6086haloskiMember
I’m over 20 hours in trying to make it look like kravsanjose.com and NOTHING is working.
Parallax = Fail
sidebar widget = fail
Hell even the slider isn’t as nice 🙁
PLEASE PLEASE HELP
-
August 30, 2014 at 11:45 pm #6089FocuxTheme SupportKeymaster
Sorry for the delay, because I still not figure it out,
I tested it on my local site with Samsara 1.13 and Visual Composer 4.33, it’s working fine, however, it’s not working on your site,
So I check the jquery.samsara.js file between these two site, and finally, maybe I find the reason.Look at the following code from my latest version
$('.parallax[style*="background-image"]').add('.parallax[class*="vc_custom"]').each(function(){ if($(window).width()>1024){ $(this).parallax("50%", 0.5); }else{ $(this).css("background-attachment", "fixed"); } });
But this is yours
$('.parallax[style*="background-image"]').each(function(){ if($(window).width()>768){ $(this).parallax("50%", 0.5); }else{ $(this).css("background-attachment", "scroll"); } });
You will find the difference at the first line.
So I guess you haven’t upgraded the theme to the latest version competely, maybe you just override the changed files manually but missed this file.
The solution is use the new jquery.samsara.js file to override the old file.
Thanks
-
August 30, 2014 at 11:48 pm #6090FocuxTheme SupportKeymaster
I don’t understand what’s mean about sidebar widget failed? The sidebar widget doesn’t work in the blog page(NEWS)?
Also, what’s wrong with slider? it seems working fine when I check it.I can’t check your backend now.
-
August 31, 2014 at 3:44 am #6094haloskiMember
It doesn’t format correctly in visual composer when I add it to a page.
I changed ALL the files just now and it’s still not working. Do you have fb chat or some other chat?
-
September 1, 2014 at 3:10 am #6095FocuxTheme SupportKeymaster
Is it possible to reinstall the latest version? One thing I’m sure the parallax issue is caused by the old jquery.samsara.js. And I check it now again, it still the old file. http://kravsanjose.com/wp-content/themes/Samsara/js/jquery.samsara.js
I’m not using IM to provide the support. I think you can also tell me your email address and I will send you the new theme from my computer.
-
September 1, 2014 at 3:10 am #6096FocuxTheme SupportKeymaster
Also, I still not understand about the slider and widget issue, is it possible to post the screenshot to descript the problem?
-
September 1, 2014 at 3:57 am #6098haloskiMember
Its for BJJsanjose.com not krav. Krav has the old file but it works bjj does not
-
September 1, 2014 at 4:00 am #6099haloskiMember
It’s ok I’m going to wipe the site and start it new
-
September 1, 2014 at 5:36 pm #6101FocuxTheme SupportKeymaster
Oh, so sorry that I was always checking krav site…. Can I login BJJ site? I checked the source code of BJJ home page, it seems fine.
So, I want to check the settings again.So sorry
-
-
AuthorPosts
- You must be logged in to reply to this topic.