Discussion on Neon - Bootstrap Admin Theme

Discussion on Neon - Bootstrap Admin Theme

Cart 5,189 sales
Well Documented

Laborator supports this item

Supported

This author's response time can be up to 1 business day.

754 comments found.

Hi.

Do you have a version with top menu?

Thanks in advance.

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)

Hi gg08, thanks for reporting this, we will fix it on our next update :)

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 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 ygery,

Thank you very much for reporting this, and sorry for the late reply, we accidentally marked all the tickets as read, end it take us some time until we found out.

Kind Regards,
—Ylli

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 Amit,

The mailbox system we have in Neon is just a simple HTML which means it does not have any PHP functionality so you will need to do it on your own.

Kind Regards,
Art

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.


Arlind

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 !

Hi ygery

I have finally found this bug and here is the quickfix for you:

1. Open neon-custom.js go to line 1648 and replace with this code:

if(isxs() || is('tabletscreen'))

It will make sub menus work on tablets too.


Arlind

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.


Arlind

Simple WYSIWYG Editor Problem?

I want to use two or more in one page, editor line (bold-italic etc.) is growing up

Hi sahinbuyuker, i’m afraid that i can’t understand your question, can you please be more specific and explain more your problem?

Kind Regards,
—Ylli

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.


Arlind

“Great theme and great support. You will not need anymore!”

  Neon received a 5 star rating from macazaga for Customer Support.

Are you using Xenon too? Don’t forget to rate it!.

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 :D

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/1jw5h

Replace 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>


Arlind

it worked great! thanks for your help, have a great day!

Glad to hear that :)

Kind Regards,
Arlind

Hello,

There is a problem with the right side of the RTL template. menu levels dont appear when they’re collapsed.

Thanks.

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/3278a44e57f337cb

From 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/b4d2eb97d604b878

How can I fix the Portrait iPad resolution 768px measure?

Thank you for your support!

Hi marakame, can you add this code to assets/css/ custom-css.css

@media (max-width: 768px)
.page-body .page-container .main-content {
  min-height: 0 !important;
}

Kind Regards,
—Ylli

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/19625

Replace them in assets/css/ (if you havent already modified neon.css or neon-core.css manually)

See if that will work for you.


Arlind

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

Hi there,

You can fix this manually by adding these lines of CSS in any Custom CSS file you’re using or you can apply it directly to the class:

.page-container.horizontal-menu header.navbar {
display: block !important;
}

Kind Regards,
Art

Is the a theme or just a dashboard theme so I can use any theme for the front-end and this for the backend?

Hi there, Neon is a Admin theme.

They’re for custom administration sections of web app. Rather than designing your own interface, you can purchase one of these templates, and then integrate it into your web app.

Kind Regards,
—Ylli

ooh school boy error, cheers for the response, awesome looking admin theme through. :)

It’s okay, and thank you very much for telling that :)

Kind Regards,
—Ylli

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 ttgiang,

Its nice to hear these words from our customers, currently we are not planning to release a new update of the theme due to the high volume of Support Tickets for the other themes, if we release a new update you will get notified via e-mail.

Kind Regards,
Art

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

Hi krebernik-it, thanks for reporting that, we will check what’s the problem and and when we release a new update this should be fixed.

Kind Regards,
—Ylli

Hi, Very nice theme. Planning on purchasing. I noticed the Advanced Plugins page in the demo – the Date Range Picker (all those elements) don’t seem to work and there is an error in the console (may be the reason).
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/1b5DS


Arlind

Hello, How can we use the forms with together equalTo, and minlength? data-validate=”equalTo,minlength6” not working :(

Hi

Here is sample usage of these rules together:

<input type="text" data-validate="minlength[6],equalTo[#password]" />


Arlind

thanks work it :)

I am glad to hear that buddy!

It would help us a lot if you could rate our item on ThemeForest from your Downloads tab, if you don’t know how just open this link :)

Thanks


Arlind

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey