754 comments found.
Hi!
I’ve a problem with the menu in admin section, I’ve an opened section and when I change page it continues to open and close instead to remain opened. How I could resolve it?
Thank in advice Greetings Massimiliano
No problem, resolved, thanks!
I have another issue by the way: I have a page with a Morris chart and a list done in angular (as another one, but a donut one and 3 list not 1)... the problem is that when in this page is impossible to open the menus and I have to change page in order to be aple to open them
Hope there will be a solution for this
Best regards Massimiliano
Hi Massimiliano,
This question is related to theme developer and I am unable to give you any solution about this because I am not backend developer.
Our theme developer Arlind can help you with this, but he is on a business trip and he will be back tomorrow 
When he comes back, just reply to this thread and you will make sure Arlind will see your comment.
Hope for your understanding 
Kind Regards,
—Ylli
I hope Arlind now could read this! Thanks in advice
Hi maxidea
There might be an issue with JavaScript, so please check the console log when you are in this page.
If there are no errors reported in console, then make sure the graphs are not overlapping with menu div layer, so to test it, just apply overflow:hidden; to main content container as suggested below:
.page-container .main-content {
overflow: hidden;
}
I hope this will work for you.
It doesn’t resolve anything :/
I wanne know If the visitors stats working and how
Another problems in a File Tree menu. Not load any examples and there is an error of java script.
Here is the image.
https://www.dropbox.com/s/gj93bwk18x98xj2/Screen%20Shot%202015-08-20%20at%204.51.36%20PM.png?dl=0
If you fix it, how I can get them.
Sincerely
Hi dconde_urra,
This question is related to theme developer and I am unable to give you any solution about this because I am not backend developer.
Our theme developer Arlind or Art can help you with this, but they took the vacation and they will be back on 24 August.
When they come back, just reply to this thread and you will make sure Arlind or Art will see your comment.
Hope for your understanding 
Kind Regards,
—Ylli
I just download the theme and I found an error in ‘html/neon/extra-login.html’. Can you fix this one???.
Here is the image. https://www.dropbox.com/s/uqzvjgo30uzaue7/Screen%20Shot%202015-08-20%20at%204.37.52%20PM.png?dl=0
Sincerely
Hi dconde_urra,
This question is related to theme developer and I am unable to give you any solution about this because I am not backend developer.
Our theme developer Arlind or Art can help you with this, but they took the vacation and they will be back on 24 August.
When they come back, just reply to this thread and you will make sure Arlind or Art will see your comment.
Hope for your understanding 
Kind Regards,
—Ylli
Using CHROME on your Fluid Admin Layout … the dropdown menu’s don’t work. Is this a known bug? Any idea how to fix?
Works in other browsers.
Hi, in the single gallery template it’s possible to use simple a script (like lightbox, color box, etc..) to zoom single image, without modal box?
For the Album gallery, do you think some update as masonry effect?
thks
Hi there,
Hmm, the way we have implemented our gallery is different with other galleries and it is a problem modifying it, you can create a images grid on your own and include the lightbox scripts on your own.
We are currently planning an update but not really with new features, it will have code improvements and bug fixes just to re-fresh the theme 
Kind Regards,
Art
Hi guys. The live preview don’t seem to work? Do you have an alternative link?
Hi!
I’ve just downloaded Neon and I’m making the landing page. I’m using AngularJS in order to have dynamic text, but unfortunately, sliders (the home page one and the testimonials) doesn’t appear in the page, even if the html there is… I tried to load after your js codes but nothing change, any idea of what could be the problem?
Thank in advice Greetings Massimiliano
Hi Massimiliano
Thanks for purchasing our theme. However Neon is not developed for Angular but if you try to integrate to AngularJS you must be warned that you need to follow up the Angular rules, and “angularify” the Neon code in order to properly work with the theme.
The code for testimonials is called in neon-custom.js file, so maybe you can move that code to your Angular Controller and see if that works.
Hi, I’m using timeline-centered template. In desktop viewport, if I change the value of <time class=”timeline-time”> with a text (ex: next twelve months) instead of time value, the text goes over the icon. Why?
http://i.imgur.com/SoGX9kv.pngHi,
thanks for code. Please add to your fix also this CSS, for left-aligned items
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time{ white-space: nowrap; right: auto; left: 100%; }
Hi, Thanks for an awesome template. I had a question regarding the use of multi-select boxes in Neon. I have a multi-select box working fine, based on the example in the demo (forms-advanced.html). However, when I try adding an optgroup to it, the styling doesn’t look right, in that it doesn’t look like the styling distinguishes at all between the optgroup label, and the child selects.
My code looks like this: <select class=”form-control multi-select” multiple=”multiple” name=“countries” style=”position: absolute; left: -9999px;”> <optgroup label=”Europe”> <option value=”Denmark”>Denmark</option> <option value=”Germany”>Germany</option> <option value=”France”>France</option> </optgroup> <optgroup label=”North America”> <option value=”US”>United States</option> <option value=”Canada”>Canada</option> </optgroup> </select>
Is that supported in the theme? How can I style it so that the head label in the multi-select box is distinguishable from the actual selectable items?
Thanks for your help,
Hi StaticNomad
The only way to do this is to update multiselect box to latest version here:
http://loudev.com/Then try to access the OPT group class created by the plugin.
Hello, I’ve seen say that after the chrome updated to version 44.0.2403.89, all my system stopped. The horizontal menu not working properly opening the submenus and chrome console sends seguite error.
Uncaught SyntaxError: Unexpected token:
I already removed all my code and let only WHAT is the standard template and the error went on.
Everything indicates that there are errors in the css file or template js because when I removed the neon-core.css completely lost the design, but the menu again function properly.
I hope you can help me update the css files or something because my system all this stopped.
Thanks!
Complementing the menu only works the first time you click it, then stops working.
Dozens of less (and css) errors in the css folder! I’m unable to resolve them one by one. please provide a solution or refund.
Thank you.
Hello.
When using your Neon Theme, i am having issues using.
<label class=”col-sm-3 control-label”>Color Picker Color Preview</label> <input type=”text” class=”form-control colorpicker colorpicker-element” data-format=”hex” value=”#5a3d3d”>For some reason, it won’t let me click it at all. Same with other check boxes.
They have no effect: http://i.imgur.com/9ZO46Yx.gif
Hi
It is quite strange, because in our demo works just fine, see the code:
<div class="form-group">
<label class="control-label">Color Picker Color Preview</label>
<div class="input-group">
<input type="text" class="form-control colorpicker" data-format="hex" value="#5a3d3d" />
<div class="input-group-addon">
<i class="color-preview" />
</div>
</div>
</div>
Don’t forget to include assets/js/bootstrap-colorpicker.min.js file in your site when trying to use this functionality.
Hey,
i have a problem with the NEON Theme. I open a Modal (ajax) in the Datatables.
With onlick -> start function give a ID -> Open modal. But dont see it when i scoll down.
onclick=”showAjaxModal(’.$item[‘UserID’].’);”
function showAjaxModal(userId) { jQuery(’#FSApproved’).modal(‘show’, {backdrop: ‘static’});
$.ajax({
url: "data/FSApproved.php?id=" + userId,
success: function(response)
{
jQuery('#FSApproved .modal-body').html(response);
}
});
}
Hi
We are sorry for the delay of your ticked, we have clicked “Mark all as Read” button accidentally and we had difficulties to find all the unanswered tickets.
When using Datatables please bind events in parent element so when datatables events are fired, the rows will be cleared from events. Here is one example:
$( '#my-data-table').on( 'click', '.element-to-show-modal', function( ev ) {
// From open the modal
} );
I hope my answer did make a sense to you.
Hey guy), we are going to do the admin panel and I would like to ask what sizes you use Photoshop size layout dimensions of the working obolsti. 1400px, 1440px, 1600px, 1280px. Which of them please tell plural’ll be very grateful. And what is the working area if possible, in pixels. And how many pages rimerno it was drawn.How ready PSD files? Thank you in advance for your reply I will wait with impatience.
Attached you have the file info from the PSD of Neon theme, it wasn’t designed over a grid but then we have implemented i in the Bootstrap grid.
http://drops.laborator.co/1e6FJWe can send you all the PSD files which are around 35 all together.
Kind Regards,
Art
Oh, you have rescued me greatly.
“Awesome template! Has a little bit of everything and it’s a nice, easy to work with layout.”
Neon received a 5 star rating from JScottKing for Design Quality.
Are you using Neon too? Don’t forget to rate it!.
Hello, before buying wanted to know three things about the template: - Bring the files necessary to connect the tables in a database - Bring the necessary applications to use a chat system (or just a style html) - The html mail can connect to GMAIL (or just a style html) Thank You!
Hi
I am looking for an admin/customer dashboard and love what you have for sale here.
I was wondering if you do customization/integration for people?
I have a script and want to change it completely so others don’t know the script I’m using.
Would you be interested in doing this for me And if so how much would you charge? I would like to own the rights to the end product meaning no one else could use it.
Kieron
Hi Kieron,
We are happy to hear that you like the product we’ve put on the market, regarding your question for integration into any script/cms we are sorry about it but we are not available for freelance work now as we are really busy and have some deadlines which we don’t want to miss.
Kind Regards,
Art
Hi,
How can I implement registration page with a username availability check?
Hi
For this you should create a custom script which is quite simple:
jQuery( document ).ready( function( $ ) {
var $username = $( '#username' ),
$checkuser = $( '#checkuser' );
$checkuser.on( 'click', function( ev ) {
var username = $username.val();
if( username.length > 0 ) {
jQuery.post( 'check-username.php', { checkUsername: username }, function( response ) {
if( response == 1 ) {
// User is available
} else {
// User is not available
}
} );
}
} );
} );
The PHP code in check-username.php should echo “1” if username to check ($_POST['checkUsername']) is available and echo “0” if not available.
I hope this will help you.
Cheers
Hi, Thanks for the prompt reply. I’ve did that and how can I display the error message on the registration page? Instead of using the alert box, I want to display the red error box like in the login page where if the login is invalid the red error box comes up.
Hi zairulkidza
For that, I suggest you to use jQuery Validate plugin, as demonstrated:
http://demo.neontheme.com/forms/validation/Just add “validate” class to the form and apply data-validate=”...” attributes to form fields
Hi,
Sorry I don’t really understand what you mean by apply data-validate=”...” I need to change the data-message attribute to “Available” or “Not Available” and the form submission will be put on halt.
zairul
Dear Arlind,
I hope you could provide me with some example as I don’t really get you javascript in your js files. If there is some documentation on the codes I would really appreciate it. Thanks
Zairul
Hi Zairul,
This question is related to theme developer and I am unable to give you any solution about this because I am not backend developer.
Our theme developer Arlind and Art can help you with this, but they took the vacation and will be back on 18 June.
When they comes back, just reply to this thread and you will make sure Arlind and Art will see your comment.
Hope for your understanding 
Kind Regards,
—Ylli
Hey,
We encountered some problems with the Bootstrap Admin Theme. The first two are related to the firefox browser, and the last one is about “Sticky Post” function. In the firefox browser, even though we scroll the mouse up and down slightly, it will cause a dramatic change to the interface. Do you have a solution for that? It seems the floating window function does not work in the firefox browser. The window floats on the interface’s right side in other web browsers, but not in the firefox. Can you solve the problem?
Does it have “Sticky Post” function? If yes, can you set it in the following way? Invisible on the first screen, and appears until the mouse moves across onto the second screen.
Many thanks
Hi Arlind
Here is the URL http://demo.neontheme.com/ui/tabs-accordions/ Pls help analyze scroll behaviour and see if there are any room for improvement.
I would also like to know if you could add a ””to top of the page” icon somewhere on each page. We think this would be more user-friendly.
Thank you
zhuxin
Hi zhuxin
I was trying to see the scroll behaviour in firefox but everything was working smoothly even the scroll. I am using firefox 39.0
It would be great if you can record a video that demonstrates this issue.
About “go to top” link, here is the script for that:
// Go to top links
// links that have rel="go-top" attribute will use this function
$('body').on('click', 'a[rel="go-top"]', function(ev)
{
ev.preventDefault();
var obj = {pos: $(window).scrollTop()};
TweenLite.to(obj, .3, {pos: 0, ease:Power4.easeOut, onUpdate: function()
{
$(window).scrollTop(obj.pos);
}});
});
So links in this form will send to top:
<a href="#" rel="go-top">Go to top</a>
I hope this will help you.
Hi Arlind
Thanks for your reply. We will record a video to demonstrate the issue. How can i get it to you? email?
zhuxin
Hi Arlind?
below are the links to two videos that recorded the problems I’ve described a couple of days ago. Q1: rolling behaviour Q2: window failed to float on the surface
zhuxin
Hi Arlind
below are the links to two videos that recorded the problems I’ve described a couple of days ago. Q1: rolling behaviour Q2:window failed to float on the surface
Q1:https://youtu.be/sfQo3JPRJGg
Q2:https://youtu.be/NZQ1lBKnTMk
zhuxin
Hi zhuxin
Thanks for sharing these videos.
In the Q1 video, are you trying to make the modal window scrollable to whole page, not just inside or I have misunderstood you?
Q2: Please check the width of table, or even the margin, because the right space may be caused by the table width.
If I did not understood properly please explain me specifically what is the issue.
Hi Arlind,
Thanks for your response. In the first video, i wanted to demonstrate the rough motion of the page when i scroll down or up with the mouse. To help you see it clearly, i wrote down 1-10 on the page. in the video you can see that when i scroll down the mouse slightly, it just go down to the bottom page containing the figures 8-10. It’s supposed to display the page containing the figures 4-7, and then 8-10.
zhuxin
Hi,
We’re trying to implement a “go to top” button that floats at the bottom of a page. Could you send us the program codes? Thank you.
zhuxin
