Forum Replies Created
-
AuthorPosts
-
davidhq
MemberI'm using the shortcode in widgets... it's strange that CF7 works and also carousel worked then suddenly it didn't anymore...
I thought it would be deterministic... either everything works or nothing..But wow, now with your tip it's perfect...
I added
add_filter( 'widget_text', 'shortcode_unautop');
add_filter( 'widget_text', 'do_shortcode');to functions.php.
I won't explore further why the strange behaviour earlier, maybe it's normal... now I know how to do it right and hopefully someone searching on google can find this thread, because somehow I couldn't get the right info when I tried ...
thank you again!
davidMay 19, 2015 at 6:59 am in reply to: Altitude Pro – Background Images are not loading correctly #152741davidhq
MemberGreat, I also confirm it works...
so to make it clearer - I had to change this:
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
border-top: 54px solid transparent;
margin-top: -54px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
position:relativestatic;
z-index: 9;
}May 19, 2015 at 6:47 am in reply to: Altitude Pro – Background Images are not loading correctly #152732davidhq
Membervar is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1; if(is_chrome) { $('.front-page-1').css('background-attachment', 'scroll') $('.front-page-2').css('background-attachment', 'scroll') $('.front-page-3').css('background-attachment', 'scroll') $('.front-page-4').css('background-attachment', 'scroll') $('.front-page-5').css('background-attachment', 'scroll') $('.front-page-6').css('background-attachment', 'scroll') $('.front-page-7').css('background-attachment', 'scroll') }
May 19, 2015 at 1:37 am in reply to: Altitude Pro – Background Images are not loading correctly #152699davidhq
MemberI have the same problem but only on Chrome (and I'm on Mac)
and it only happens when video is loaded in first section... using tutorial here:
https://sridharkatakam.com/how-to-replace-image-background-with-a-video-for-front-page-1-section-of-altitude-pro-using-bigvideo/any hints from someone regarding this?
davidhq
MemberSomething else, maybe you know... on Sridhar's site I cannot find the possible customization to use background images on each section, not just 1,3,5,7... is it possible? Also couldn't find it via Google...
davidhq
MemberOK great - thank you! that helps... I paid, hopefully will work fine...
david -
AuthorPosts