Forum Replies Created

Viewing 10 posts - 4,091 through 4,100 (of 6,341 total)
  • Author
    Posts
  • in reply to: Problems with WPML #5613
    You must have valid license to access this content.
    in reply to: Unable to upload custom logo/ Menu not working on iPhone #5611

    Hi, 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

    in reply to: Problems with WPML #5610
    You must have valid license to access this content.
    in reply to: shortcode slider issues #5607
    You must have valid license to access this content.
    in reply to: Header Height Reduction #5606

    You 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!

    in reply to: Masonry and Parallax not working #5605

    Hi

    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

    in reply to: Problems with WPML #5604
    You must have valid license to access this content.
    in reply to: Possibility to get the HTML/CSS theme #5603

    Hi

    Unfortunately, we don’t have HTML version of this theme.
    In currently, there’s only wordpress version under your purchased license

    Thanks

    in reply to: Adjusting the size of the menu bar #5602

    Hi

    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

    in reply to: Masonry blog not working #5601

    Hi, @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

Viewing 10 posts - 4,091 through 4,100 (of 6,341 total)