nagaemas
- Indonesia
- Sold between 50 000 and 100 000 dollars
- Most Wanted Bounty Winner
- Microlancer Beta Tester
- Has been a member for 1-2 years
- Bought between 100 and 499 items
- Referred between 10 and 49 users
- Exclusive Author
671
Purchases
Buyer Rating:
4.70 stars
4.70 average based on 71 ratings.
-
5 Star
5678%
-
4 Star
1115%
-
3 Star
34%
-
2 Star
00%
-
1 Star
11%
| Created | 23 May 12 |
| Last Update | 7 December 12 |
| Columns | 2 |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Compatible With | Bootstrap 2.1.1 |
| Documentation | Well Documented |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
© All Rights Reserved nagaemas -
Contact Envato Support


Ok Thanks for the Reply,
But before purchasing i need to know is it possible to achive following things.. 1) submit the form without refreshing the page(i.e to send data from form to database just popping a message without moving away from the form) 2)custom validation for fileld based on php script validation 3)iphone style checkbox 4)jquery dropdown list box
so hence i need to see at-least the part of documentation with respect to above requirment. then i can decide about purchase…because i am very much exited about the theme
Hello,
Yes, those features are available on this template.
1. It’s not included right away, but I can point you how to use AJAX submission easily. Just use jquery form plugin, http://jquery.malsup.com/form/
2. You mean, validation with server based logic, ie. checking whether a value already exists in the database?
3. iPhone style checkbox is already implemented on the form elements page
4. jquery dropdown list box, is also already implemented on the form elements page
The documentation covers the basic setup and plugins, but for more detailed usage and explanation can usually be found on each of the integrated’s plugin official website.
Thank you.
you can integrate this theme with boxbilling user session? not is theme for admin,,, is integrate with session user
Hello aerodinei,
Actually, if it’s for a web app, you can freely integrate this template with any systems, front end, back ends, it all depends how you program it in your favorite programming language
Thank you
Thanks for the Reply…
Yes as i said i have still following doubts regarding how to achive this…
1)server based logic validation with following req… { i)with form error message and success message when submiting form ii) normal red color error message below the text box without sublimiting or refreshing)
2) user loin validation with appropriate hashing
3)auto populate and change listbox values based on selection made by another list box
Hello again,
I’m verry sorry about the delayed reply, I was on holiday for the last four days. About your questions, they should all be achievable as long as you know how to code them. This template is just a basic framework that provides the elements that you can customize to build your web app/admin page.
Thank you
Charts aren’t appearing (on charts page; dashboard is fine) on Firefox 14.0.1.
Thanks for reporting, this is caused by the obfuscated script on firefox
It’s fixed now…
Thank you
waiting for reply…
They do work on my side. Maybe you should try clearing your browser cache
Thank you
Ohh, yes. It’s all fine, thanks.
is it possible to have a function to hide and show the left navigation panel ?
Yes, it’possible
Where do you want to put the trigger button for this function?
Just bind an event handler to that button which toggle the sidebar, 
Thank you
Can u do that for me. Also is this template compatible with all browser?
Yes, I can help you
This template is compatible with all modern browsers except for IE 7 and below.
Thanks
Hello,
I would like to add a “calendar filter” to my site. Ideally it could be inside the “da-header-bottom” section on the right hand side. Do you have an suggestions on how best to achieve this?
Adding it to the da-header-bottom will work, but it will cause the responsive layout to break, so you need then to hide it on a small screen.
Do you need to show the filter on every page, or just on specific pages?
Maybe I can suggest you to just create a panel, then put the calendar filter on top of the panel.
Is that okay with you ?
Thanks
The calendar will be on about 50% of the pages.
My concern about creating apanel (I had done this previously) is that it takes up a lot of vertical space with the panel spacing and the headers. Is there anything other than da-panel and da-panel-widget that I could possibly use?
Thanks for the quick response!
Well, looks like da-header-bottom might be the best place. Just put your filter here, make it position: absolute; right: 0;, adjust the top offset also so it centers vertically well. That should do the job
If you get any problems, do not hesitate to ask me.
Thanks
how to style for asp.net tag , for example: <asp:TextBox ID=”firstName” runat=”server”></asp:TextBox> Thanks
Hi removal_load,
Unfortunately, I don’t know too much about ASP . But it should basically be achievable by setting the class attribute of your textbox with the correct classname from this template
Thanks
Can you tell me the main js files that should be used in the header? I can’t seem to get the color picker to work and I have what I think is everything I need.
Hello,
To use colorpickers, actually you do not need any other script other than the colorpicker script itself.
Did you already initialized the colorpicker on the element? Maybe you missed that
Thank you
I’m have some problems with some of UI and Buttons
as you can see on the screenshot none of the styling is working for the buttons. https://www.dropbox.com/s/t6mntaed0wbk8dz/Notification-Center-1.pngI’ve emailed you this but never received an answer
Hello,
Sorry about the emails, I found them both landed in my spam box
Do you want to create jquery-ui buttons in the tables?
Then you should define an element, then call the jquery-ui button script on those elements.
For more info, you should look here: http://jqueryui.com/demos/button/Thank you
Hello, Is it possible to have a function to update the value displayed by the circular stats widget, without reloading the page?
Hello,
For now, it’s not possible to update the circular stat widget value. Maybe this feature will be added in the next future
Thank you
Hi,
I am using the “Search” box for navigation – but it disappears when I shrink the window. Is there a way to allow for the search box to always exist even on small layouts?
thanks!
Hello jameswann,
Currenty it’s not possible to keep it on small screens, but for the time being you can make a button on the header which will show a popup containing the search input. You can view my latest admin template for a preview of this functionality. I’ll add this as a feature on the next update
Thanks
Hello,
I have bought your theme and I should congratulate you on making such a lovely theme.
I am using form wizard and It is working fine except when I remove the last step then it gives me error on submitting the form through AJAX . Is it hardcoded somewhere to expect exactly 4 steps ? When I add the 4th step then it works as expected.
Please let me know if you have any idea about it.
Hello applenty,
Thanks for the kind words, I really appreciate it
There are actually nothing hardcoded except for the validation that’s hardcoded in the HTML form inputs.
What error message did you get? and can you show me your code?
Thank you
Hello Nagaemas,
In form wizard, My last section is like this –
and my ajax call on before submit is like this -
onBeforeSubmit: function() { alert(selected); alert(offerId); $.ajax({ url: ’/index.php/xxx/xxttt’, data: {tagsList: selected,offerId:offerId }, type: ‘post’, success: function(output) { alert(output); },error: function (xhr, status) { alert(“responseText: “+xhr.responseText); } });
It goes into the error function. But if I keep the form wizard as it was in your example -
<fieldset class=”bn-form-inline”> <legend>Send</legend>
then the same ajax call works fine. Any idea?
Ok I got the problem but I do not how to solve it. It is happening because the form is getting submitted even before the ajax call could complete. Do you know how to stop the form from being submitted.
Edit:
I fixed it. It was in the javascript file. Cheers!
Hello,
Sorry for the late reply, great that you solved it Thanks for purchase anyway..
Hi,
I bought this theme today and would like to appreciate the efforts put in it. Lovely theme.
A small issue that I am unable to work out -
Wanted to know how can I place 2 columns of form fields side by side within the wizard (these fields are part of same form tag).
As of now wizard occupies entire width for every form field.
Thx.
Hello,
Thanks for your purchase, and I’m glad that you like this theme
Actually, it’s possible to create form inputs side by side, please show me your code, then I’ll give you the CSS for it 
This will also be added on the next update.
Thank you
Hi, I was trying to edit your code itself, however was unable to edit it.. I was trying to separate two columns with a vertical divider..tried using containers but in vain. Kindly help as I really need to use the beautiful wizard tool..
Thanks.
Hello,
Have you already tried implementing the columned forms, you can see it on the form layouts page.
Use the same HTML structure from the columned forms, then it should work
Thanks
Hi,
I managed to use form-column layouts by nesting it. Thx
Another issue: I am unable to validate the radio button selection. it doesnt show error message, if not selected.. Is it because of form id? Do have to use same form ids that you have provided?
Using following code from form-validation.html under this form tag <form id=”da-ex-wizard-form” class=”da-form”>- <input type=”radio” name=”gender” /> <label>Male</label>
- <input type=”radio” name=”gender” /> <label>Female</label>
<label for=”gender” class=”error” generated=”true” style=”display:none;”></label> ......thx..
Hello
Great that you solved it… About the radio buttons, they should actually work with the code you provided above. Maybe you have duplicated form IDs?
Thanks