Support for Envato Buyers Forums Samsara Parallax not working

Viewing 14 reply threads
  • Author
    Posts
    • #6048
      haloski
      Member

      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

    • #6057

      So sorry for the delay,
      Can you tell me bjjsanjose.com Login details with private reply? I need to check the settings.

      Thanks!

    • #6066
      haloski
      Member
      This reply has been marked as private.
    • #6071

      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

    • #6084
      haloski
      Member

      Its been a few days 🙂

    • #6085
      haloski
      Member

      I loaded 1.8 thinking that would do the trick 🙁

    • #6086
      haloski
      Member

      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

    • #6089

      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

    • #6090

      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.

    • #6094
      haloski
      Member

      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?

    • #6095

      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.

    • #6096

      Also, I still not understand about the slider and widget issue, is it possible to post the screenshot to descript the problem?

    • #6098
      haloski
      Member

      Its for BJJsanjose.com not krav. Krav has the old file but it works bjj does not

    • #6099
      haloski
      Member

      It’s ok I’m going to wipe the site and start it new

    • #6101

      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

Viewing 14 reply threads
  • You must be logged in to reply to this topic.