This item is by an Elite Author
nagaemas
- Elite Author
- Sold between 50 000 and 100 000 dollars
- Indonesia
- 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
781
Purchases
Buyer Rating:
4.78 stars
4.78 average based on 98 ratings.
-
5 Star
8788%
-
4 Star
66%
-
3 Star
22%
-
2 Star
00%
-
1 Star
33%
| Created | 3 October 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 |
| High Resolution | Yes |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
© All Rights Reserved nagaemas -
Contact Envato Support


Hi, I found what I believe is a bug in the theme and was wondering if you could show me some sort of workaround. I’m trying to get a Zebra date plugin inside your wizard and it just won’t work. The calendar will not display at all. using firebug, i see the the html is added to the dom but it won’t display.
Also, how can I reset the wizard using javascript to go back to the first step or even reinitialize the whole thing so that all the fields are blank and it’s at the first step?
Thanks, Jason
Hi, Jason,
Actually the wizard should just work. But if you can let me see your page, then I’ll see if I can find a solution for you. But this seems to be an issue caused by your JavaScript.
The wizard can be restarted programatically by calling the .reset() method of the plugin.
You can call it like this:Thank you
Hi nagaemas, the page is not live so I can’t send you a link unfortunately. The wizard is placed inside fancybox 2 (http://fancyapps.com/fancybox/) so that may be the cause. if you can check it out I would really really appreciate it.
Also, Thanks for the reset
Thanks, Jason
Hi,
I’ve never tried opening the wizard in fancybox, can you let me see the page you’re working on? Because you were adding it into a fancybox, this might be related to z-index issues
Hi, It was the z-index but since it was completely under the lightbox I couldn’t see it at all
Thanks for all your help, you are seriously the best!!!!!
Hi, sorry for the late reply
Thank you for purchase anyways!
Is it possible to let me look at your page? This one could be a bug caused by conflicting CSS.
Thank you
Hi, Dont worry, we already resolved that by putting the wizard out of the modal. However, we hadn’t changed anything in the CSS.
Hi nagaemas, how can i do to the FixedColumn DataTable always be horizontal scroll??
Thanks, again… Great Theme!
Hi, please kindly use your purchased account to ask questions
Hi again,
Yes, this is how Bootstrap do it with error/valid classes for forms. The solution for this is to wrap the form item again in a control-group class. Because the closest control-group parent is the one that gets the class name.
Which CSS error occurs with your work around? Maybe I can point you out for a fix
Thanks
Thanks for your quick response. We’ll try that way. As in the picture you can see (our workaround is the 2nd row) the fields don’t use up the width available. But if your solution works it’s not a problem anymore. We’ll let you know.
Okay, let me know if you still can’t fix the problem
OK, you were right, it works that way. Thanks again!
Hi, One more problem that I found, on the Picklist since the js creates a set of buttons (to move the options and select them) this causes the form to submit. How do I stop this from happening? I’ve tried to change it and inject onclick=”return false;” but this causes the picklist to not to update the selectlist and select the option.
Hi, Nevermind the top comment. It was my mistake and I have taken care of it. Sorry, please feel free to remove both these comments.
Okay, it’s fine
When you publish the new release? You promised for March
Hi georgex,
Sorry for the delay. The update was about 60% done, but I stopped developing the new version because I’m busy working on other themes. The update will be available in approximately about two weeks from now, I can say at least.
Thanks for your patience, Best Regards
It has been two weeks
“Hi nagaemas, how can i do to the FixedColumn DataTable always be horizontal scroll??” thanks in advance for your help.
To clarify, clicking the check boxes doesn’t work.
Also, if I want some custom pages designed, can that be negotiated?
I’ve also observed that when viewing this theme on iOS, the search function causes Safari and Google Chrome to crash.
Click the search icon, click in the search box and the browser crashes.
Hi tsiedsma,
Yes, I’m aware of the issue about the search function. I’ll fix it soon on the next update. The checkboxes should actually work on the iPhone (I tested it, but maybe on the recent update something has changed so I’ll take a note on this).
I’ve done the next update for about 60%, just need to complete it soon.
For now, I don’t take any freelance jobs, thanks for the opportunity anyway
Best Regards
Are you adding new pages and content to this theme, or just updates to existing feature? I’d love to see the following “Add Contact”, “Add Calendar Entry” and “Add Task”. You have a great theme, it would be nice to see those extra pages, widgets or modal windows tied to the existing pages to really complete those features.
I’m not adding any new features, most of the update is version boosts, update to jQuery 1.9, Bootstrap v2.3.1, and RTL support. But this update is very hard to do, and I need some time to finish it.
I’ll consider adding those features but no promises
I’ll most likely add those features related to fullcalendar.
Thanks for the suggestions!
function CancelShow(event) { $.msgbox("Are you sure that you want to cancel this this Show? This cannot be undone.", { type: "confirm", buttons: [ { type: "submit", value: "Yes" }, { type: "cancel", value: "No" } ] }, function (result) { if (result) { $.ajax({ type: "POST", url: [URL here], data: { aKey: event.Key }, dataType: 'Json', success: function (result) { //TODO: refresh Shows } }); } else { return; } }); }that is being called by the following button click:
$("button.cancelShow").click(function () { CancelShow(_event); return false; });The problem I’m having is that when I click on the no button of the msgbox and click on the cancelShow button again the msgbox is displayed twice if I click no again and click on the cancelShow button it will show the msgbox three times (by three times I mean that it will show the msgbox, I click on yes or no, it will hide that one and display another msgbox) What do you think is happening? how do I solve this issue?
Thanks, Jason
Hi,
Sorry for the late reply. It seems like the no button also fires the cancelshow function.
Does it work if you try $().on( ‘click’, function(){}); instead of $().click()?
Also, do not return false but do event.preventDefault() inside your click event handler.
Thank you
It has been two weeks
, update?
Sorry, I won’t promise dates anymore
As soon as the update is released, I’ll notify you.
Thanks
It appears that the Google Maps widget doesn’t work when you click the icon to show your location. It generates an error, this is true on my downloaded copy of the theme as well as the live preview.
Hi,
I’m aware of this issue, I’ll fix this on the next update
Thank you
How do I get the same login controls (username and password with icon and validation messages) if I don’t have control over their names/ids? I am using ASP.NET and it looks like their layout is hard-coded in CSS file. Is there any way I can do that dynamically?
Thanks!
Hi cdragos,
Thanks for purchasing
I don’t have too much experience with ASP.NET, but if I remember correctly wasn’t it possible to give the input additional class names? So you need to change the CSS to refer to the class names instead of the ID.
Best Regards