754 comments found.
Hi.
Do you have a version with top menu?
Thanks in advance.
Hi gg08,
Here is the link of the demo when you can see the top menu http://demo.neontheme.com/layouts/horizontal-menu-boxed
Kind Regards,
—Ylli
Thanks!! The modals examples don’t show it correctly, same situation when I saw it in mobile (something with the CSS)
The top menu have a issue when see it in mobile (something with CSS too)
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 zhuxin,
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
Since I never got an answer to the question: how do I enable the native scrolling in the scrollboxes ? I will post it here so you can find it if you search properly.
So the basic idea is that if you scroll to the end of a scrollbox you are stucked. Scrolling doesn’t continue on the page and you’re blocked. On a desktop, you can avoid that… on an iPad it’s a game over thing.
So:
Find this code in neon-custom.js
// Scrollable
if($.isFunction($.fn.slimScroll))
{
$(".scrollable").each(function(i, el)
{
var $this = $(el),
height = attrDefault($this, 'height', $this.height());
if($this.is(':visible'))
{
$this.removeClass('scrollable');
if($this.height() < parseInt(height, 10))
{
height = $this.outerHeight(true) + 10;
}
$this.addClass('scrollable');
}
$this.css({maxHeight: ''}).slimScroll({
height: height,
position: attrDefault($this, 'scroll-position', 'right'),
color: attrDefault($this, 'rail-color', '#000'),
size: attrDefault($this, 'rail-width', 6),
borderRadius: attrDefault($this, 'rail-radius', 3),
opacity: attrDefault($this, 'rail-opacity', .3),
allowPageScroll: true,
alwaysVisible: parseInt(attrDefault($this, 'autohide', 1), 10) == 1 ? false : true
});
});
}
As you can see I just added the allowPageScroll: true, line which enables that. You actually have to configure it using slimscroll options and not the nicescroll options…!
Good luck and @Laborator, we would still love to have the modification for the dropdown horizontal menus on touch devices !
Hi,
I wanted to know how can we integrate the mailbox you have provided in your theme? Can I simply put incoming and outgoing mail server values or will I have to integrate mailbox PHP library?
I want to integrate gmail with the mail box is it possible?
regards, Amit
Hi, I bought this template for a project developed in Spring MVC, and I am moving to JSF + primefaces, using xhtml. I would like to know if it is possible to make a convertion of this template and what steps should I follow. Thank you for your attention. Kind regards..
Hi alex
Firstly thanks for purchasing this theme.
Actually this is plain HTML theme and its totally independent on which platform you choose to develop with it. Many users have integrated it in ASP.NET, CodeIgniter, Laravel and other (personal) frameworks they have built. It is only necessary to include the resources neon requires and the HTML structure, the rest it depends to you.
I hope this will work for you.
Hey guys,
same question about the ipad version for dropdown menus on an horizontal menu !
I’m sure it would take you 5 minutes since you actually know what you did and where you coded that ! Dropdowns close immediately since there’s no “hover” anymore. Any solution ???
Please take the time to answer us, your theme is awesome !
Hello, Can I please ask for solution, how can manage layout-mixed-menus-logo-fit.html template? I want to add collapse sidebar feature (icon placed on the right of menu)? And display sidebar menu instead of horizontal menu on mobile devices?
Thanks, Regards Tomas Skocdopole
Hi Tomas Skocdopole
To add an icon that will collapse the menu you should assign a link somewhere you want and call this code when clicking Collapse hide_sidebar_menu()
In this case, to show also sidebar menu items you can manually call this:
$('.page-body .page-container .sidebar-menu #main-menu').toggle();
When menu hamburger is clicked on mobile mode.
Simple WYSIWYG Editor Problem?
I want to use two or more in one page, editor line (bold-italic etc.) is growing up
Being an admin them the terms of the regular licence mean that its virtually useless for any use on a website or an app that the buyer is going to build their business on. I.e a web app. and if i am reading it right, if the theme is incorporated into a produce the resulting product automatically comes under this licence which means resulting IP is not the property of the author that created is but the licensor of the theme. Please connect and explain how your licensing works for use in a web app that subscriber pay to access and does the end product comes under this licence including the custom IP the developer(buyer) had built? Thanks.
Hi taimurkhan
The regular license means that if the end product will be hosted in just one site (ip) but if your product is going to be sold for multiple users and each one of them will get our theme component files then in this case you need to purchase Extended License.
I hope I was clear on my answer.
Hi,
Great theme! congratulations.
Do you know the way to format the number that counts up on the stats tiles? i need that the final number get formated with commas like this:
$1,080,564.00
This is my code:
<div class="num" data-prefix="$" data-start="0" data-end="1080564" data-postfix="" data-duration="1500" data-delay="1800">0</div>
Please help 
Thank you!
Hi macazaga
This feature is currently not implemented, but I have added a small code that enables this feature, all you need to do is to download this file:
http://drops.laborator.co/1jw5hReplace it in assets/js/ (if you haven’t changed anything)
Then all you have to do is to add another attribute to html data-format="true" and it will work fine, see an example:
<div class="num" data-start="0" data-end="123456" data-format="1" data-prefix="$" data-postfix=".00" data-duration="1500" data-delay="0">0</div>
it worked great! thanks for your help, have a great day!
Hello,
There is a problem with the right side of the RTL template. menu levels dont appear when they’re collapsed.
Thanks.
Thanks Arlind,
I’ve tried ur solution in neon-core.css but it didnt work. I’d be more thankful if u provide me with the file and the line.
regards
Hi
Can you please try to replace these files in assets/css/ directory and see if works.
http://drops.laborator.co/1aOIyI have applied the same fix and works fine in our demo site as well:
http://demo.neontheme.com/?rtl=1(try to collapse the sidebar and see the submenus)
Thank you Arlind,
the problem i’m having right now that whenever i’m trying to open one of the menus, submenus appear, but not in the correct position. they appear on the one below.
Here is a photo that illustrates the problem http://store2.up-00.com/2015-06/1433483281721.png. the submenu shown in the photo belongs to the 4-square symbol where its shown on the tv symbol. Thanks
It would be great if you can give me the live url, however try this fix:
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover > ul, .page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover > ul {
top: auto;
}
I hope it will work but im not sure if it will because i cannot test it live.
I’m still facing a problem. I’ll provide a live url but can u give me an email so i can send the link to it.
Thanks
I’m sorry but i found out that ur demo site has it too, so u can see it right here http://demo.neontheme.com/?rtl=1
Hi trook1122,
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 
To send us email use this link and please write us your request again, because we receive a lot of emails on daily basis and we unfortunately can’t remember all customers requests.
P.S: Please note that we usually do not respond to emails that request support, because here is our primary support forum. We use contact form just for sending sensitive information.
Kind Regards,
—Ylli
Hi Laborator
The Portrait iPad resolution is of 768px but de theme is not respecting this measure. Here is an example:
https://www.evernote.com/shard/s163/sh/531e2fc0-06ad-4e52-a20c-6ac980cad753/3278a44e57f337cbFrom the 769px resolution measure onward the theme is being respected, here the example
https://www.evernote.com/shard/s163/sh/788ad283-abd8-4374-a5e4-287b310e7858/b4d2eb97d604b878How can I fix the Portrait iPad resolution 768px measure?
Thank you for your support!
Laborator, It doesn’t work.
Another solution?
Thank you!
Hi marakame
Can you please try to download these file and see if that will work for you:
http://drops.laborator.co/19625Replace them in assets/css/ (if you havent already modified neon.css or neon-core.css manually)
See if that will work for you.
Hi guys,
theme is absolutely awesome. Thank for it. We are using it no our project but the last update destroyed “horizontal menu fluid layout” responsiveness.
I enclosing image screenshot here http://i.cubeupload.com/77m9lG.png
Thank you for your support
Is the a theme or just a dashboard theme so I can use any theme for the front-end and this for the backend?
ooh school boy error, cheers for the response, awesome looking admin theme through. 
Thanks for the awesome theme. The amount of time saved is unbelievable. Any chance of an update where drop down menus will work on tablets. I have a great working desktop application and would really like to keep things as is for a tablet version.
Hi
I ran into 2 issues
1. Top Nav shows up in the middle of the page when scrolling fast on Chrome/Mac Result: https://www.dropbox.com/s/r8z967wdfuhp82o/Screenshot%202015-05-20%2014.39.58.png?dl=0 Code : https://www.dropbox.com/s/yug0daqrpn0lqt6/test_sticky_nav.html?dl=0
2. Search box shows up in the middle of the page after typing in it Code : https://www.dropbox.com/s/d4p6ovaxn6wtro7/Test_nav.html?dl=0 Before : https://www.dropbox.com/s/fienkj4xcz9ywl1/Screenshot%202015-05-20%2014.40.35.png?dl=0 After : https://www.dropbox.com/s/0ag31jqq2180uj0/Screenshot%202015-05-20%2014.40.40.png?dl=0
Hi bobglobe,
This issue 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 took the vacation and will be back on 25 May.
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
Hi we’ve found a problem in your neontheme. The active navigation state is missing for all skins, if you open this page you won’t see which item is active if you select the white skin: http://demo.neontheme.com/layouts/chat-open/
Thanks
evaluating 'moment()._lang._weekdaysMin'Can you confirm this works if I download/purchase? Thanks very much.
Hi
After downloading the latest release of Date Range Picker and replacing it in our JS files it was fixed, see it now in our demo site.
http://drops.laborator.co/1b5DSHello,
How can we use the forms with together equalTo, and minlength?
data-validate=”equalTo,minlength6” not working 
thanks work it 