ThemeForest

Mustache! - Admin

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

Hey, for some reason there’s a huge blank space (something like 400px) before the content when viewing the latest version with the new iPad. Any ideas on how to fix it?

dreamwirenl

Hi Tmtietooy,

I have take a look on my new iPad and i dont see the blank space? I think you have done something in your files?

If you show your project (email) maybe i can help you…

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

I am using smart wizad, let me know how can I dynamically setup a “selected” tab in wizard

dreamwirenl

Hi Pradeepdj,

Here is the documention of the wizard: http://techlaboratory.net/smartwizard/documentation

I hope this helps you.

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years

Hey, how can i start opening the webpages with sidebar closed? thanks.

dreamwirenl

Hi alxsilva,

- Open costum.js en change the Hide left panel function to:

// HIDE LEFT PANEL
$("#left").animate({width:"0px"}, 0);
$("#right").animate({marginLeft:"20px"}, 0);
$("#wrapper, #container").animate({backgroundPosition:"-230px 0px"}, 0);
$(".hide-btn.top, .hide-btn.center, .hide-btn.bottom").animate({left: "-7px"}, 0);

$(".hide-btn").click(function(){
    if($("#left").css("width") == "0px"){
        $("#left").animate({width:"230px"}, 500);
        $("#right").animate({marginLeft:"250px"}, 500);
        $("#wrapper, #container").animate({backgroundPosition:"0 0"}, 500);
        $(".hide-btn.top, .hide-btn.center, .hide-btn.bottom").animate({left: "223px"}, 500, function() { $(window).trigger("resize");});
    }
    else{
        $("#left").animate({width:"0px"}, 500);
        $("#right").animate({marginLeft:"20px"}, 500);
        $("#wrapper, #container").animate({backgroundPosition:"-230px 0px"}, 500);
        $(".hide-btn.top, .hide-btn.center, .hide-btn.bottom").animate({left: "-7px"}, 500, function() { $(window).trigger("resize");});
    }
});

Kind Regards, Rory

Default-user

Works Perfect ;) Thanks

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years

hi dreamwirenl, Another question… :) how can i start opening a webpage with a specific boxgrid minimized. Thanks in advance.

dreamwirenl

Hi Alxsilva,

See this page and then above the calendar: http://www.dreamwire.nl/themes/Mustache/v1.2/Fixed/uielements.html
  • Bought between 10 and 49 items
  • Has been a member for 5-6 years
swapdude Purchased

Hi, Is there an easy way to disable it from hiding the side menus etc in iphones or ipads. ie turning off the responsiveness. Regards,

dreamwirenl

Hi Swapdude,

You want to disable the responsiveness? Then you can delete the handheld.css out of the templates and there is no longer a responsive design.

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
tryan326 Purchased

Hi…which file controls the position and size of the modal box?

dreamwirenl

Hi Tryan,

You have the modalwindow.css for the styles and in costum.js on line 100 you can set the weight and height…

by
by
by
by
by