754 comments found.
Best theme so far! Love it! 
However I do have an issue when playing around with it. If you load content via Ajax request, the form validation doesn’t work. Tried multiple ways including ajaxComplete() then rebind the form. However it just sends you back to the homepage.
It is crucial to my project that everything is loaded dynamically so any support with that would be great!
Does this template support RTL ? if not, will you add rtl.css in future?
Hi mhesabi, currently the theme does not support RTL languages, we’re considering to add this feature in the next updates as many of our possible clients use the RTL form.
Art.
Hi Laborator,
Happy New Year!...Excellent Work with this template!. I have one question:
Are you working with responsive tables?
Thanks in advanced,
Javier
Hi FJGaVa, we’re working on all new features and updates, even though the tables are responsive we’re looking forward to implement this into the upcoming update which will be available by the end of this week or the beginning of next week.
Art.
I have purchased alot of admin templates on this site and may i say, this is the best one so far. Your code is perfect. The design is flawless. I love it, i hope you sell alot more.
We’re pleased to have a client like you, thank you so much for your feedback, the new update is coming and it will be something great.
We wish you a happy new year and thank you again for your kind words, Art.
i dont know if its a bug, when load the page (datatables) the header load more slow, this make like a shake effect on the table. take a look.
I absolutely love this theme. I only wish it was real and working so I could pay hundreds for it!
I don’t get your comment! The theme is working perfectly, and what do you mean with “real”?
Sorry, I mean a functional admin dashboard rather than just a UI.
Hi there
I am working on a prototype based on Neon theme, and I wanted to know if there is an out-of-the box way to export a chart to an image.
Regards Ehab
Hello Ehab, Arlind (the programmer) is currently on holiday vacations, when he comes back he will help you on your issue.
I’m sorry for the delay, Art.
Hello, i just wanted to know if you guys have a way to do the export chart to image..Regards
Hi ehabx2007, we’re sorry for the reply delay but we have been working to bring on the new update for Neon which will be available for download within hours, we haven’t implemented any export mode for the charts as they don’t have any option like this, I took a look at all the chart plugins but none of them seems to have this option, we’re sorry.
Art.
hi actually i figured out a way to do it, using google charts APIs, they have some class that can export any SVG content to a canvas..which then can be used to export its content to an image, canvas.toDataURL
var chartArea = chartContainer;
var svg = chartArea.innerHTML;
var index = svg.indexOf('</svg>');
svg = svg.substring(0, index+6);
var doc = chartContainer.ownerDocument;
var canvas = doc.createElement('canvas');
canvas.setAttribute('width', chartArea.offsetWidth);
canvas.setAttribute('height', chartArea.offsetHeight);
canvas.setAttribute(
'style',
'position: absolute; ' +
'top: ' + (-chartArea.offsetHeight * 2) + 'px;' +
'left: ' + (-chartArea.offsetWidth * 2) + 'px;');
doc.body.appendChild(canvas);
canvg(canvas, svg);
var imgData = canvas.toDataURL("image/png");//This is the image
by the way, this is for Morris charts, but i guess it goes the same for the rest of the charts libraries as long as they r rendered as SVG
Wow, thanks for this, I will set this as FAQ item to help others convert their charts to images.
Many thanks
Arlind
Hi,
There is a bug in chat.
Bug is on line: 581 change: $group‘appendTo’; to: $group‘appendTo’;
And on line 642: forgot ” <span class="badge badge-info is-hidden">0</span>
<span class="badge badge-info is-hidden">0</span>
First comment isn’t correct, themeforest removed a bit. The problem is you use $chat but you need to use $chat_inner
Hi TNAJanssen, Arlind the programmer is currently on holiday vacations, when he comes back he will help you on your issue. We’re sorry for the delay, Art.
Hi Art, I already managed to solve it:) If the developer needs help finding it please ask:) I really love the theme and the API.
Hi TNAJanssen,
We are about to release the new update but I am unable to find this bug, can you send me a screenshot of how you did it, so I can compare it to the older code because I am not able to find the issue!
Cheers,
Arlind
Hi Airlind,
I will test the new version when i get home. If i still find these bugs i will report back.
Cheers, Alexander
Thank you very much
i love the style ! Very nice theme 
Thank you Eric
.
Hey Guys,
i decide to buy your theme… But i have a problem with the neon-login.js and the information from the Support Area. I hope this is not too much. Perhaps it will help also the others.
You wrote:
On line 40 there is submitHandler event that I called when user submits the form.
Then place this code (remove the existing one).
Now it looks like:
submitHandler: function(ev)
{
neonLogin.setPercentage(10);// this is just how you want to show users login process, it can be any value from 0-100
// Now send the login data to the server
var submitted_username = $("#username").val(),
submitted_password = $("#password").val();
// Do login via ajax
$.ajax({
url: "check.php", // Your php script to wait for login connections and set login sessions
type: "POST",
// You can access the user and pass with $_POST['username'] and $_POST['password']
data: {
username: submitted_username,
password: submitted_password
},
success: function(response) // response_text - is what you output based on user login information, lets suggest you output numbers i.e. 1 means logged in, 2 password incorred, 3 any other reason...
{
if(response == 'success')
{
neonLogin.setPercentage(100); // update the percentage to 100%
// We will wait (not necessary) till the animation is finished and then redirect to dashboard
setTimeout(function()
{
window.location.href = 'blank_page.php'; // after this, its done!
},2000);
}
else if(response == 'fail'){
$("#errorUsername").html("<label class='error'>"+response+"</label>");
}
}
});
$(".login-page").addClass('logging-in'); // This will hide the login form and init the progress bar
}
Now it stops at 10% and then happens nothing!
My check.php is working. The Output is success or fail. What’s wrong?
Greetings
Dennis
Hi Dennis, Arlind the programmer is currently on holiday vacations, when he comes back he will help you on your issue.
We’re sorry for the delay, Art.
Ok, i got it. I was trying a little bit, and now it works. Thanks
Hi.
Good job. Lovely admin theme.
But in Firefox has some bugs, for example in Login page (http://s27.postimg.org/mizal1v6b/neon_errors.jpg).
You will fix that?
Hi jdrr, thank you for reporting this bug, we’re actually testing the theme in all devices and browsers to find bugs and features to add, the new update will be available on the beginning of January, currently we’re kinda busy so we will publish the new update as soon as possible with all the features promised (skins, profile, timeline, bug fixes and much more).
Thank you, Art.
Hi, do you have different color options for the theme? I’m looking for something in blue.
Thanks
Hi dotvince,
We are preparing the new release with colored skins, so you would the ability to change skins in the next update we release.
Arlind
That’s great to hear. It is a very nice design. Do you have an ETA on the next release? Thanks
Those days we’re kinda busy, by the beginning of January we’re planning to release the new update (first or second week), the design is ready we just need to implement it and make a great update.
Art.
Hi,
Can you implement a much more advanced chart library like: http://dygraphs.com/
Those packages are powerful but the design is not that great, so if you get that right it will really increase the value of this theme.
Alex
Hi TNAJanssen, this chart library looks great, we’re collecting the list of features to add on the next update which will be available by the beginning of January.
We wish you a happy new year, Art.
The best design for an admin panel I have ever laid eyes on.
Although your webarch interface looked better and consistent, this new one has more functionality. If I buy this now, would I still get the new features in the next update?
several features I desperatly need are:
- a profile page as beautiful as the webarch one. - every thing inc. gallery, profile, and other missing that webarch had into neon. - display-pic upload & crop. (someone mentioned a library, already here) - image cropping upload. .. most admin templates don’t take into considerations that the majority of apps involve ALOT of images. such as photo apps, catalogues, each post includes an image; etc etc. so Image handling would be great for Neon. - some of the input fields with icons prepended, when focused – excludes the icon from the glow. - auto-suggest dropdown in search box.
many thanks waiting on you word, to decide which one to buy.
Hi upintel, as mentioned above we have already finished the design of these pages (profile, timeline, gallery, gallery management and more…) and you’ll be surprised by the design. By the beginning of the new year we hope we will launch the new version of the theme with all these features, I’ll e-mail you some screenshots of the upcoming features.
Art.
brilliant, my email is info [_at-] upintel.com .. looking forward to it.
Hi upintel, I sent you the screenshots yesterday right after I replied you via your profile form here on ThemeForest, check your e-mail if you don’t find it I’ll resend the screenshots again.
Art.
Great work !
For my case. I need a gallery in the profile page like Pinterest, Instagram, wookmark.com. Like this -> http://grid.to/sirwan
My critique
a) NO rounded corners, not even 2px rounded! Web-arch had beautiful flat boxes. see this: http://i.imgur.com/afp8UW9.jpg . The display/avatar is circular but wouldn’t be too difficult to alter.
b) Masonry layout for the gallery. currently all thumbs are the same size. see this: http://i.imgur.com/Z3aBibP.jpg . Masonry is like pinterest were the images/thumbs have different heights. My gallery would be on the profile page below the user info banner. I have found it difficult myself to even search for a good design let alone make on myself. The idea of my app is just to have something like Instagram profile page .. which is user profile and images. not so much like facebook. But I think with the HUNDREDS of components you provide i can make that myself. My only concern was to SEE if you can design a GREAT thumb/gallery with same width but varying height like pinterest.com
c) The profile page has too much white spaces. See this: http://i.imgur.com/JvMS6Ul.jpg
d) nothing else,.......... I just cant wait to new year to purchase this and check it out.
Here is what I liked about web-arch in comparison: http://i.imgur.com/TSoUZ3I.gif
Also Neon’s search bar is great in the sidebar, but you could have an auto-suggestion box for search like at http://delicious.com (try typing something there)
Hi upintel, the images I sent you are confidential and just some screenshots of the next update that’s why I sent them directly to you, also the spacing in the theme are not final everything will be fine on the development, the idea was just to know how the structure will be.
We will add a masonry gallery, that is a gallery management I sent to you. Neon has a brand and style, it is based on a flat style with rounded corners so we cannot make some round-less and some with rounded corners, you have the class to make the buttons roundless if you see the documentation of bootstrap.
We wish you a happy new year, Art.
I apologize for, I would delete the links if I could still edit this post.
Do you know when the next update for this is?
Hi upintel, we have uploaded the new update we’re just waiting for Envato to approve it.
Art
Could provide the psd?
Hi Hugo, the theme has changed a lot from the PSD to HTML process, anyway tell me which PSD file do you want and I’ll e-mail it to you or send it via Facebook.
Art.
Hi,
Could you check a couple of things for me please.
On the Simple WYSIWYG Editor changing the font colour doesn’t change the font colour.
On the Time Picker (Dropdown) if you don’t show AM/PM and use 24hrs can you input 00:00.
Thanks
any help? I’m quite close to purchasing this theme, just wanted to check a few things first
Hi mtb,
We are on a break these days, we will be back soon and fix this for sure.
Arlind
Hey,
very good theme. I am not sure to buy it now, because one week before i bought another Admin Template.
But i like your Chat. It is possible to open the Chat when the User gets a message or only by clicking an item? I am not so good in Ajax.
Hi, currently the only method to view a new message is on the top right, where is the number of notifications, we’re planning to add a popup or something like that in the upcoming update, stay tuned.
Art.
i dont know if its a bug, when load the page (datatables) the header load more slow, this make like a shake effect on the table. take a look.
Hi alvarogtc, it seems like it is just a delay not only in the tables but also in the arrow icons on the sidebar, the developer (Arlind) is currently not available for support so please be patient and wait for his response, he may know what the problem with the table headings is.
Art.
This theme is brilliant! Any plans on including a chat room?
Hi BenjaminRH, we have not thought about this, maybe we’ll add it on our upcoming updates.
Thank you, Art.