Forum Replies Created

Viewing 10 posts - 3,871 through 3,880 (of 6,341 total)
  • Author
    Posts
  • in reply to: Sidebar in Blog Posts #6109
    You must have valid license to access this content.
    in reply to: Portfolio Hover Effect #6108

    Hi

    Try to add the following CSS into Samsara options > Custom styles > CSS code

    .thumbnail > img {max-width:150% !important;} 
    in reply to: Using Two columns blog archives #6104
    You must have valid license to access this content.
    in reply to: Using Two columns blog archives #6102
    You must have valid license to access this content.
    in reply to: Parallax not working #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

    in reply to: Parallax not working #6096

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

    in reply to: Parallax not working #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.

    in reply to: Parallax not working #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.

    in reply to: Parallax not working #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

    in reply to: Using Two columns blog archives #6087
    You must have valid license to access this content.
Viewing 10 posts - 3,871 through 3,880 (of 6,341 total)