237 comments found.
Hey!
I’ve been trying to load data via AJAX, however it loads but doesn’t show.
I can see that the data has loaded via developer tools, however, visually it doesn’t.
Just wondering if has anything to do with the theme?
Other than that, its fantastic. Love it!
Ed
Which component you try to load ajax data?
Thanks
I think this template is amazing and that a lot of work went into it! I don’t have a use for it yet, but I’m sure I’ll find something to use it for
Thank you!
Sorry I’m very new to this bootstrap way of coding, how would I have the menu be minimized when the page loads?
Also I think in Firefox, when the menu is minimized, the text of the menu labels are not showing
Just need add .nav-xs on the #nav
check the mail.html
Thanks
Thanks, worked perfectly! 1 more question sorry, what would I have to change so that only the 1 selected radio button is in it’s colour and the others are btn-default grey, and once they are selected, it changes to it’s colour, ie blue/green. Many thanks in advance
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-sm btn-info active">
<input type="radio" name="options" id="option1"><i class="fa fa-check text-active" /> Male
</label>
<label class="btn btn-sm btn-success">
<input type="radio" name="options" id="option2"><i class="fa fa-check text-active" /> Female
</label>
<label class="btn btn-sm btn-primary">
<input type="radio" name="options" id="option3"><i class="fa fa-check text-active" /> N/A
</label>
</div>
you can use the btn-default class for the default grey btn. then use a custom class .btn-group .active{ background-color:#ff6600; color:#fff } for the selected btn.
Can you please help me with 1 more thing, it’s probably something small, but my graph is not showing in IE8, but shows in IE9 and up and all other browsers:
http://rit.sabmiller.com/design/actions/query_summary_graph.phpyour array data format is not right. remove the last ’,’
var data5 = [
{ label: "Quantity", data: [[8,8]]},
{ label: "Quality", data: [[8,8]]},
{ label: "Waste Water", data: [[4,4]]},
{ label: "Regulation", data: [[4,4]]},
{ label: "Reputation", data: [[3,3]]},
];
You sir… are amazing! Thanks so much
Sorry, I have another simple question, how would I add a link (http://www.google.com) to the click of a ‘split button’ (Action) below
<div class="btn-group">
<button class="btn btn-default">Action</button>
<button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><span class="caret" /></button>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
</ul>
</div>
Thanks in advance
<div class="btn-group">
<a href="http://a.com" class="btn btn-default">Action</a>
<button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><span class="caret" /></button>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
</ul>
</div>
Thank you!
You are welcome.
Any plans for an RTL version?
BS3.0 no RTL, 3.1 will have this feature.
Thanks
Do all your theme come with PSD design file?
No psd files. the color and size you can config in the .less files.
Thanks
I Love your work.
I see the markup is almost the same as `todo` (which I think is super cool – please keep it this way).
Will I be able to just replace the `css`/`less` without any incompatibility issues ?
Could you add more widgets/components like:
http://demo.mosaicpro.biz/coral/php/admin/medical_appointments.html http://demo.mosaicpro.biz/coral/php/admin/medical_patients.html http://demo.mosaicpro.biz/coral/php/admin/medical_memos.htmlI would also appreciate having `class` with smaller `gutter` (space between `col`)
Hope you will provide support (new features/components) for your previous themes too.
Yes. the markup is almost the same, it’s easy for the returning customers.
More widgets will be added.
Thanks
Menu, statistics and so on dont work on iPhone 5S.
I already deleted Safari Data and Cookies – no chance to get it working…
I test on Chrome on android, works fine. i will check the 5s later.
Thanks
Hi, what plugin are you using for your gallery? I only ask so I know if I can implement this easily to the backend.
Use this js. http://suprb.com/apps/gridalicious/ it’s easy to output the html elements, you do not need care the structures. the plugin does.
Thanks
nice work 
Thanks
Good Job, I Like it, 
Thanks
I’d be down to purchase this theme if it had some more work done into it and converted to wordpress.
Good luck
No plan for wp, Thanks