754 comments found.
??????
Repeated two or three times
Hi Thanks for you theme is working OK but there is a issue in ajax call with icheck plugin. when I do a ajax post the controls are disappear. and when i refresh the page is showing. What can I do for this
Thanks
Hi jsoft2014,
We are unaware of this issue, for more I don’t understand what AJAX has to do with this? This is just a plugin used in our theme, so I guess it shouldn’t be a problem with AJAX. Please make sure your code doesn’t breaks when you make ajax calls, check console log and see what is the generated error.
Arlind
Hi,
The icon that allows the user to expand or minify the side bar navigation doesn’t work on medium mobile sized device e.g. ipad. The icon dissappears after the menu has been minified.
Hi awso25, we haven’t tested it on an iPad, we have just checked it on a laptop with smaller window screen and it is working great, we’ll be releasing the new update these days so we’re finding all the bugs to fix.
Art
Do you have an ETA as to when this: http://www.weeclood.be/NeonDataTables.png Is going to be fixed ?
Thank you none the less for the awesome template.
Hi zerofail, we have nearly finished a theme release and then we’ll start work on Neon’s new update with all the fixes.
Art
Before buying – does the admin theme include the front end theme too? If not – how can I buy both of them?
Thank you
Hi gaetanoc,
Yes you will get both frontend and backend files, you don’t need to make 2 purchases to get these files.
Arlind
What do you think might have caused this?
http://s30.postimg.org/4y8o8i5u9/Screen_Shot_2014_03_01_at_11_34_16_AM.pngAlso is there a way to just remove the selection in general and just always have it show all the table when loaded?
Hi connerbernhard,
could you please take a screenshot of the window to view all the screen, I am not sure what the problem is.
Art
Sorry, here is the full screenshot. http://s28.postimg.org/5u6136vr1/Screen_Shot_2014_03_05_at_10_19_42_AM.png I just want to see if I can remove the selector and just make the table automatically show all pages. Or do you have a fix for this?
Never mind found the fix.
Sorry for the delay buddy as we have many support requests
but anyway great to hear that you have fixed it. If you need help we are always open.
Hi,
I want to use the admin and the frontend styles in one place. But the naming of the style sheet is such that I cannot merge the two assets folders. Could you provide a solution to that.
Thanks.
Hi nehiljain, the solution for this is by adding a class to the frontend and one to the back-end and pasting all the CSS of the frontend and the backend in the created classes.
Art
Hi Art,
Could you please give a small example of how to copy the css in a class. If You are referring to the less files that makes sense. But I will have to do that within all the less files with the admin and frontend css which is cumbersome. I have been trying that, but another concern of mine is that there are JS files of the same names as well.
Thanks
Hi nehiljain,
Sure I will give you the directions. The stylesheets folders will remain in their place so you have to re-compile the LESS files.
In this place, to separate Backend you must open
assets/less/neon.less – see how the content looks: http://cl.ly/VEcl
so now add the global class like this: http://cl.ly/VF6k
Then compile it, and neon.css move to the stylesheet directory you are currently using now.
The same steps you can do with front-end. Open
~html/neon-frontend/assets/less/neon.less and bootstrap.less
and the global class, like this for example:
http://cl.ly/VEdHCompile both files and move to the stylesheet directory, then using the global class name in the HTML or BODY element you can separate them.
This is something you can do to merge front and back end, but its not 100% sure that everything will look good, thats why we have separated them, however you can give a try.
Arlind
Hi, the dropdown menu is wrongly shown in mobile device, can you fix that? http://imgur.com/KZy6TGD
Thanks.
Hi quangmd, an update for Neon is coming the upcoming weeks, thank you for reporting this bug, we have added it to the to-do list.
Thank you,
Art
Do you have a bug tracking software that can help in fiding patch for it? As when you upgrade, I may cannot apply everything.in, just part I need?
Hi quangmd, unfortunately we do not have patch like this but we’ll notify all users when the update is done by adding a list of modified files so you’ll know which files we have edited.
Art
Hi,
Great theme. Trying to use the date picker, and I want to limit it to year, and month only. I can see how to do this from the datepicker bootstrap information online by setting viewMode to 2 and minViewMode to 1. In your implementation, you’ve got data-start-view and I can set it to 2 but setting data-date-minviewmode=1 doesn’t seem to work, nor does setting it to “months”.
Can you enlighten me as to what the correct settings should me to handle this ?
Thanks.
Any suggestions?
Hi justmark,
We are extremely sorry for the delay of the answer, because we were releasing new project and couldn’t respond to all support requests.
Here is the code to achieve the requested result:
<div class="input-group">
<input type="text" class="form-control" id="custom-datepicker">
<div class="input-group-addon">
<a href="#"><i class="entypo-calendar" /></a>
</div>
</div>
<script type="text/javascript">
jQuery(document).ready(function($)
{
var $dpicker = $("#custom-datepicker");
$dpicker.datepicker({
format: 'mm/yyyy',
startView: 2,
minViewMode: 1
});
});
</script>
I tried it and worked for me.
Arlind
Thanks! Worked like a charm.
Great! 
Great Theme every thing impressed me. If you add Forum Page I will definitely buy it !
Hi ashwin_reddy, thank you for your comments dude we’ll be releasing a new update now but unfortunately the forum isn’t on our plans right now.
Art
Hi, Excellent admin panel. I love it. If you make more options for “titled panels”? like http://prntscr.com/2w03wv
Hi myhalici,
thank you for your purchase and your compliments. We’d like to thank you for your suggestion because the template is an on-going project which needs improvements and new features every-time.
Te?ekkürler 
Art
I am also pleased for buying from a Kosovan brother.
Many thanks brother !!
Hello there,
I’m trying to render a checkbox nicely on a form based on the extra-login.html page.
So far, all the things I tried are awful.
This is the closest to something nice I could come up with:
<div class="form-group">
<div class="input-group">
<div class="input-group-addon">
<input type="checkbox" name="remember_me" id="id_remember_me" autocomplete="off" />
</div>
Se souvenir de moi pendant un mois
</div>
</div>
Any suggestions ?
Hi zerofail,
Here is sample code for this:
<div class="form-group">
<div class="input-group">
<div class="input-group-addon">
<div class="checkbox checkbox-replace">
<input type="checkbox" id="chk-1" name="remember_me" id="id_remember_me" checked>
</div>
</div>
<div style="float: left; margin-left: 15px; margin-top: 5px;">Se souvenir de moi pendant un mois </div>
</div>
</div>
For the item that contains “style” attribute, please add these rules with CSS class.
It generated this view:
Arlind 
Suggestions for new version.
Directory Page News Page and News Single
Thank for awesome admin theme
Hi HeinZawHtet,
Thanks for your compliment, we have added your suggestions to our “To-do” list.
Have a great day buddy
Your theme look awesome… One question before Buying…
Your Theme is mark as compatible With Internet Explorer 9, 10 and 11 …
In Internet Explorer 8, is it the whole template that doesn’t work or only some module ?
If it’s some module that dos’nt work, is it possible to know which one ?
Hi davidfredette,
We didn’t marked as IE8 incompatible because we haven’t tested Neon in that browser version, but it doesn’t mean it will not work at all, it may be buggy but will open. We are considering to test the Neon theme for IE8 also, but we have no date for this.
You can also test on your own IE8 and see how it looks.
Cheers
Arlind
Updated. Ok now.
Need help with integrating with angular app. Hi, I have a single page web app with multiple views which are being rendered on the client side using angular.js. I seem to have a problem integrating with neon, and I think the reason is the jquery code which is executed in neon-custom.js happens before I am rendering my elements. What is the proper solution for this? How can neon elements be used with client side rendered pages in general?
Thanks!
Hi finikk,
Telling you honestly I am not aware of these issues with this plugin, because I don’t even know how to use it.
What error does it displays when you try to integrate this app?
Thanks for purchase
Arlind
Not a plugin, Angular.JS, the popular framework that is being used today to build web applications. But the question applies to any scheme where DOM elements are rendered dynamically based on some reply from a REST server. For example, if I am loading the page, and then my client side javascript, hits a rest on the server and then for each element in the database generates a div with a form that makes usage of .datepicker, that doesn’t work for me, because neon executes $(”.datepicker”).each(function(i, el) code once the page loads, before I get my data back from the server. Am I missing something? Is there a way to work around it?
Hi Finikk,
Ah, now I understand. I know what are you trying to do, but because Neon does not support rendering the items after appending(prepending) them via AJAX or something related.
There is an option for this. You may copy the $(”.datepicker”) function and for the response body text apply it, here is an example:
function yourAjaxCallback(response_text)
{
var $divs = $(response_text);
$("#your-container").append($divs);
$divs.each(function(i, el)
{
var $this = $(el),
opts = {
format: attrDefault($this, 'format', 'mm/dd/yyyy'),
startDate: attrDefault($this, 'startDate', ''),
endDate: attrDefault($this, 'endDate', ''),
daysOfWeekDisabled: attrDefault($this, 'disabledDays', ''),
startView: attrDefault($this, 'startView', 0),
rtl: rtl()
},
$n = $this.next(),
$p = $this.prev();
$this.datepicker(opts);
});
}
This would be one option. I guess you realize how to do it now.
Arlind
Does your theme have tree views and nestable trees? Perhaps with checkboxes per tree node? That’s one of the few things I believe is missing.
Also some suggestions, if you’ll allow me: - An email template that matches - Invoice / order page
Hi woutersamaey, the tree view is on our to-do list for the next update we would like to thank you for your suggestion about the e-mail template.
Art
Your data tables demo page seams to be broken. Some icons do not appear quite right…
Hi, everything seems to work well for me, I just checked it out, could you take a screenshot to tell us whats the problem.
Art
How can I send you the screenshot? Do you have an email address for me?
info at laborator dot co
Hi,
We have a problem with the theme. We have a conflict with some file and prototype.js. The $.noConflict() does not work to solve the problem. Do you have any idea to solve this?
Files with problems (for the moment) : reziable, neon-custom, joinable.
Thanks!
Hi mmarketingmedia,
We are sorry about this, we will fix in the next update and make $.noConflict() work properly.
Thanks for reporting this issue.
Arlind
Hi!
Thanks for quick response!
Any idea of how many times for the patch?
Thanks!
Hi mmarketingmedia,
The new update will be available on march, but I can send you the fixed scripts that have not issues with jQuery noConflict.
Just send us an email and we will forward you the javascript files.
Cheers,
Arlind
Hi,
You can send the scripts to pierre-andre.roy@m-marketingmedia.com.
Thanks for the great support!
P-A
Hi mmarketingmedia
Sorry for the extremely long delay, we have missed this reply. I have sent you the files.
Once again I am sorry for this.
Arlind
Hi,
I can’t export the datatables. Even in the original files, which aren’t modified, I can’t export them.
Please help
Thanks
Hi abulama
It might be something wrong with SWF exporter path, so please open this file:
neon/assets/js/datatables/TableTools.min.js
Go to line: 2774 and modify this:
"sSwfPath": "../../assets/js/datatables/copy_csv_xls_pdf.swf",Into this
"sSwfPath": "assets/js/datatables/copy_csv_xls_pdf.swf",And se if it works for you.
Cheers,
Arlind
Ok, thanks. It’s fixed now.
Great! Also added this fix to Neon FAQ