754 comments found.
I really like your neontheme.com landing page. Is this available, free or for sale?
Hi arsuro, unfortunately it is just a landing page we made for Neon, it is not available for download.
Art
Thanks.
Any suggestions regarding a script that would make the chat functional?
Hi arsuro, we would like to help you on this issue but I really don’t know any script that would work great with Neon chat.
Art
(Oxygen theme) I have a question about shortcode.php and class-wpb-map.php. After I downloaded them and replace them in the host, my website is gone(white page).
Hello,
I am not sure what exactly are you talking about. I do not understand the issue.
I was wondering if there is going to be a bugfix release with all of the issues that have been brought up in the comments? We haven’t seen any update since March 28th. Also Bootstrap 4.0 will be released a while down the road, would an update be provided for this new release?
Hi fluentd, I know it has been a while since the last update, we have promised that we will upload an update for Neon with all the reported bugs fixed and some new features, we’re updating all the themes and I think that we will update Neon too, but not not as we’re working on another admin template, when the Bootstrap 4 will be available we’ll update Neon too with this platform.
Art
The ajax model of the sample not working. Do you know why?
Hi
Since we have added jQuery.noConflict mode, it will no longer support the $ symbol as jQuery access, so we forgot to fix this.
So in that page, replace this code:
<script type="text/javascript">
function showAjaxModal()
{
jQuery('#modal-7').modal('show', {backdrop: 'static'});
$.ajax({
url: "<?php echo isdemo() ? ($site_location . "/") : ''; ?>data/ajax-content.txt",
success: function(response)
{
jQuery('#modal-7 .modal-body').html(response);
}
});
}
</script>
With this one:
<script type="text/javascript">
function showAjaxModal()
{
jQuery('#modal-7').modal('show', {backdrop: 'static'});
jQuery.ajax({
url: "<?php echo isdemo() ? ($site_location . "/") : ''; ?>data/ajax-content.txt",
success: function(response)
{
jQuery('#modal-7 .modal-body').html(response);
}
});
}
</script>
And it should work.
Arlind
Thanks.. Let me try.
Sure, I hope it will work for you too. It is also fixed in the demo website.
Hi,
I am finding a conflict with your theme.
I am trying to include Selectboxit plugin from here: http://demo.neontheme.com/forms/advanced/
And data table with column filtering from here: http://demo.neontheme.com/tables/datatable/
on same page. Both plugins do not seem to be compatible together as Selecboxit form inputs are not displayed when Datatable resources added.
Please help!
Hi DigitalGlue,
I tried to include both plugins from these pages in one page and the specified plugins: SelectBoxIt and Datatables with column filtering worked well. Please make sure you include all necessary scripts for each of them. I suggest you to eliminate and keep the things minimal.
Arlind
Congrats, this is an excellent theme.
1. Although I don’t have this issue on your demo, when I installed it on my server I get a weird problem.
Please keep in mind I haven’t changed any of the js/css files but I did split the theme in header/content/footer.
On every page, the height is messed up – there is a big blank height space and when I scroll down to see the footer and it will self scroll up to the top of the page.
I see someone else had this issue on a previous comment but I didn’t see a fix.
2. Can the sidebar collapsed preference be remember so that when an user closes sidebar it won’t be opened on a next page load?
Any ideas?
Thanks.
edit: setting the “sidebar-menu fixed” solved the problem.
Hi arsuro, we have been back from the vacation today so we’re sorry for not replying you in time. We’re glad to hear that you have fixed it in your own.
Art
Hi,
I’m trying to put a timeline within the modal, but she loses css settings. See: http://prntscr.com/3x4f9v
Have tested it and saw that it is something with the modal because it worked normal within a tab out of the modal.
Could you help me in this matter?
Best Regards
Hi aistudio_design,
Can you please explain better what exactly is the problem. I am not sure what is going wrong here. Can you tell me the steps you have followed to produce this error.
Arlind
I inserted a timeline within a modal window, it only made ??the timeline lose all the css.
I auditioned on the same page where a timeline is inserted on the page and it will be normal and not modal:
Normal Example: http://i.imgur.com/sM0j8N1.png Modal Example: http://i.imgur.com/AD2kywu.png
I’m waiting,
Best Regards
Ah I am understanding now what is the issue.
The problem is when the modal is out of ”.page-body” and ”.main-content” so thats why in your modal it is handled differently.
Can you download these files: http://cl.ly/WM5W and replace them in assets/css/ and see if this will do the trick.
Arlind
Yes, problem solved. Thank you very much,
Best Regards
You are welcome buddy 
I have the same problem of jpickford (a blue border is displayed) . in more in the “layout-fixed-sidebar” does not work the scroll menu
Hi jacoForest, this is a really strange issue we have occurred, we are trying to fix it as soon as possible and release the new update of the theme.
Art
found fix for scroll: in file /assets/js/neon-custom.js add fixed_sidebar.css(“height”,$( window ).height()); at line 156
the code should be : var fixed_sidebar = $(”.sidebar-menu.fixed”);
if(fixed_sidebar.length == 1)
{
/line to add/ fixed_sidebar.css("height",$( window ).height());
var fs_tm = 0;
fixed_sidebar.niceScroll({
.... etc etc
thanx to http://www.francescodiiorio.it/
Hi jacoForest, thank you for sharing the fix with the community, we appreciate it.
Art
Good item from wish to many sales man!;
Thank you 
Good night!
I’m from Brazil! Very good this topic is helping me a lot!
I have a problem Dropzone – Drag n ‘Drop File Uploading how do I make it work? where do I set it to the folder I want?
Hi dear Stuart, we are thankful for all your replies and support, we will just quote your answers to the questions to mark them as read.
Many thanks,
Laborator Team.
Hello, Can you give me instruction for how to activated the full calendar with php and saving the events in database. Thanks
Hi GifaEriyanto
The main responsible file to add events on calendar is assets/js/neon-calendar.js
So, in this file the API is used to put events. You must think of an idea how to put the events on calendar based on the structure of your application.
So if you call this method:
var eventObject = {
title: "title of the event",
start: new Date(05, 12, 2014),
allDay: true,// or false
className: "custom-class-name"
};
calendar.fullCalendar('renderEvent', eventObject, true);
You can repeat in the loop to populate all the events.
Hopefully this will help you.
Arlind
Awesome theme
Thank you 
Hello,
Great theme! Thanks for the hard work.
I’m trying to put a markdown editor inside of a modal, but the markdown styling is all messed up when I do this. Is there a solution for this?
Thanks.
Hi the4trees, anything that you will put inside a modal except text paragraphs will be styled differently as the modal applies its own style over the existing one.
Art.
Great skin. However when i use modal, the images behind gets screwed up because of the shadow : http://i.imgur.com/tLd8YvH.png
This seems to be the issue: z-index: 1040; once removed it works without dim and images works ?
z-index: 1040; this crews up the modal, once i remove it works! Fix??
Hi AnonyWS
Sorry for late reply as we were on vacation during the time you have posted this comment.
I am not sure about this issue, can I see this page live? Or you have already fixed it.
Arlind
HI, It´s possible in mixed menus page, the sidebar menu get visible on mobile, and the top menu invisible?
Hi Rodrigonrs, unfortunately it is not possible right now, we don’t have plans to improve the theme with new pages but only fix the bugs.
Art
hey i really love your work im about to buy this template but can u make it the button not flatted? i want lthe button and like this http://themeforest.net/item/stardom-bootstrap-admin-dashboard-theme/full_screen_preview/6534568
Hi geronie16, we have been on vacation so the link you have posted now isn’t working. Anyway you can easily modify buttons as the theme is written with LESS (easy to customize).
Art
Hey, Im thinking about buying this theme and using it with a ASP.NET MVC web application I am working on. I am a backend .net web developer and have years of experience with C#. I noticed that the theme comes with php files. What are those used for exactly? Will I be able to use this theme without php?
Hi pillsbieredoughboy, Neon comes with HTML files and LESS CSS which you’ll be able to change easily. You can integrate it in ASP.NET as we have got very positive feedback from our users who used it with ASP, you can search the comments or see the user testimonials for more.
Art
Hello, I can’t seem to get the sliders to work how I want them to work.
I would like to dynamically pass the max attribute based on a result from an ajax call.
The max value seem to substract when the max is 100. It will display 99 or 98. When I check the new max value from jquery I get a different result from the actual one.
JQuery UI Slider has a refresh method of sorts. Can’t refresh on this and get the new min,max e.t.c
How can I set the Input Spinner data-max dynamically from Jquery. I have a changing variable that is delivered via ajax and I would like to modify the max value based on this.
Hi churchoz,
I am sorry for the late reply as we were on vacation and couldn’t reply.
In this case just use this declaration:
$( ".your-input" ).slider( "option", "max", 50 );
This is jQuery UI API which allows you to manually to modify the field.
Arlind
Thanks for the fantastic theme. I’ve been integrating it with a current project using the horizontal menu layout. Everything works brilliantly on desktop and small devices but with ipad/tablets, I am are unable to close the drop down selection unless I select another element, such as search. This should happen when the menu loses focus but I can’t seem to resolve it.
I think its an issue with how the specific hover event it setup in the neon-custom.js but I cant seem to resolve it. Can you take a look and see if you can get the dropdown menus to close when touching outside the menu on a touch device.
Thanks for your help and the fantastic theme.
Hi imagesthataspire, to be honest we haven’t tested it directly on tablets we have only tested it by decreasing the window size, we will check for this issue and publish a new version of Neon.
Art
Hello,
and thank you for this package.
Are there any demo pages for the frontend? because I haven’t found in the archive.
also I wanted to know if it was possible to achieve a “user-profile” exemple menu, in the top navigation menu ?
thanks
sorry i didn’t see the frontend page in the pack, it’s ok 
Good that you found it khyor 