Forum Replies Created
-
AuthorPosts
-
You must have valid license to access this content.
FocuxTheme Support
KeymasterHi
Try to add the following CSS into Samsara options > Custom styles > CSS code
.thumbnail > img {max-width:150% !important;}You must have valid license to access this content.You must have valid license to access this content.FocuxTheme Support
KeymasterOh, 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
FocuxTheme Support
KeymasterAlso, I still not understand about the slider and widget issue, is it possible to post the screenshot to descript the problem?
FocuxTheme Support
KeymasterIs 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.
FocuxTheme Support
KeymasterI 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.
FocuxTheme Support
KeymasterSorry 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
You must have valid license to access this content. -
AuthorPosts
