Forum Replies Created
-
AuthorPosts
-
You must have valid license to access this content.July 9, 2014 at 11:54 pm in reply to: Unable to upload custom logo/ Menu not working on iPhone #5611
FocuxTheme Support
KeymasterHi, Jackie
Please tell me your wordpress link and login details with private reply, I will help you to check it and fix this problem soon
Thanks
You must have valid license to access this content.You must have valid license to access this content.FocuxTheme Support
KeymasterYou need to adjust the following CSS, and edit js code.
For example, reduce the height of header to 70px, put the code into Samsara options > Custom style > CSS code
#top{height:70px;} #logo a{height:60px;margin-top:0;} #primary-menu{margin-top:19px;} #primary-menu > ul > li{height:40px;} .tools{margin-top:8px;}Then, edit js/jquery.samsara.js file, you will find the following code
function nav_shrink(){ if($(window).width()>767 && no_shrink!==1){ top.removeClass('top-opacity').addClass('nav_shrink').css({'height':60}); logo.css({'width':logoWidth-20,'backgroundSize':"85% auto"}); primary_menu.css('margin-top',8); primary_menu_item.css('height',41); primary_sub_menu.css('top',32); tools.css({'margin-top':2,'height':30}); tools_item.css({'height':30,'width':30,'backgroundSize':'15px auto'}); if(top.next().html().indexOf("#top,.fullscreen_stage,#primary-menu ul ul,body .portfolio-slider.flexslider{background-color:#ffffff;}")>0){ top.addClass('box-shadow'); primary_sub_menu.addClass('box-shadow'); tools_item.css('background-color',top_color); } }else{ top.removeClass('top-opacity'); } } function nav_expand(){ if($(window).width()>767){ top.addClass('top-opacity').removeClass('nav_shrink').css({'height':90}); logo.css({'width':logoWidth,'backgroundSize':"100% auto"}); primary_menu.css('margin-top',24); primary_menu_item.css('height',55); primary_sub_menu.css('top',51); tools.css({'margin-top':12,'height':40}); tools_item.css({'height':40,'width':40,'backgroundSize':'20px auto'}); if(top.next().html().indexOf('#top,.fullscreen_stage,#primary-menu ul ul{background-color:#ffffff;}')>0){ tools_item.css('background-color','rgba(255,255,255,0.4)'); top.removeClass('box-shadow'); primary_sub_menu.removeClass('box-shadow'); } }else{ top.addClass('top-opacity'); } }You can see there are many CSS value like margin-top and height in the js function, you should adjust these values by yourself.
Thanks!
FocuxTheme Support
KeymasterHi
I guess you have upgrade visual composer plugin, if so, you should reset background image for those parallax sections, because new version of visual composer has been adjusted HTML structure of the row.
Thanks
You must have valid license to access this content.FocuxTheme Support
KeymasterHi
Unfortunately, we don’t have HTML version of this theme.
In currently, there’s only wordpress version under your purchased licenseThanks
FocuxTheme Support
KeymasterHi
Please download this updated file https://www.dropbox.com/s/pr3l4a7yhntecp2/jquery.samsara-0709.zip
Unzip it, upload jquery.samsara.js to /wp-content/themes/Samsara/js folder, override the old file.Thanks
FocuxTheme Support
KeymasterHi, @lucasplunkett
I checked your site and settings, that’s because you set “posts page” to “blog” in Setting > Reading.
So, just leave it empty. That’s it. 🙂Thanks
-
AuthorPosts
