Discussion on Neon - Bootstrap Admin Theme

Discussion on Neon - Bootstrap Admin Theme

Cart 5,188 sales
Well Documented

Laborator supports this item

Supported

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

754 comments found.

Hey Arlindd

Regarding the sub menu items, there is code comment saying “add class “multiple-expanded” to allow multiple submenus to open”

Currently multiple submenus can be open WITHOUT having to add this class to the main-menu.

I would like by default for only ONE sub-menu item to be open at a time. Can you please tell me what I am doing wrong?

Hi DigitalGlue

I understand your issue. I have found a fix for it, here is what you need to do:

Download this file: http://drops.laborator.co/10L23+ and replace it in this directory (of the theme): assets/js/


Best regards,
Arlind

Hello,

I have replaced the js file you have linked and the issue is still happening.

To repeat: I need to have a single 2nd-SUB-menu item open at once.

Example: on http://demo.neontheme.com – In the ‘Extra’ top level menu, stop the ‘Icons’ sub-menu, ‘Maps’ sub-menu and ‘Gallery’ sub-menu from all being open at once.

Hi

Just remove that multiple-expanded class from main-menu.

I have done this and works, see this video example:

http://drops.laborator.co/8kyC

Just hard-refresh the page. Its the same script I gave to you.


Best regards,
Arlind

Hi,Please check the RTL bugs Css right-sidebar sidebar-collapsed

We will look up the theme when we want to publish a new update, for now we’re not focused on any new update for Neon.

labsupp

Hi.

Firstly a awesome template!

I wonder if you can help me with the sidebar. I’ve got it working fine but having an issue with ipad type resolution. In portrait mode the sidebar is condensed and iconised as it should be. But in landscape the sidebar expands taking up screen space. I would like the sidebar to remain condensed in landscape on ipad type devices.

I assume this is a CSS customisation. Some instruction on how to do this would be great!!

Thanks

C

Hi cmury,

Can you please write us your site URL here on comments first? We need to investigate your site and then get back to you if we have possible solution.

Kind Regards,
—Ylli

Hi Ylli. Thanks for the reply. The site isn’t live yet. Let me know how I can privately contact you with the details. Thanks C

Hi cmury,

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. Also emails response time can be up to 7 business days.

Cheers!
—Ylli

Hi,

Your theme has some really nice features. Only when trying to rebuild my site with the neon theme I’ve encountered the following issue:

When using horizontal menu layout and then putting a datatables table on the page, the horizontal menu’s hovering does not function anymore. And thus there’s no access anymore to menu subitems.

Error from js console:
TypeError: 'undefined' is not a function (evaluating '$item.hoverIntent')
in neon-custom.js

I could not find a similar issue in the other comments. Do you have a clue?

Thanks!

I have overlooked the answer already given to user rbhalunkar . Order matters! Issue solved.

Hi mnyenhof,

Glad to hear that :)

Kind Regards,
—Ylli

Hi,

I noticed another glitch with the menu.. When using horizontal menu; if you shrink it to a very small viewport and then click a few expand/collapse menu options; and then maximize the browser window – the menu gets messed up..

Please fix the issue.

Thanks, Manish

Thanks Arlind. This issue is fixed. Thx, Manish

Hi Manish,

Glad to hear that :)

P.S: If you like Neon, 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).

Thank you and have a nice day :)

Best Regards,
Arlind

Hi Manish,

Glad to hear that :)

P.S: If you like Neon, 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).

Thank you and have a nice day :)

Best Regards,
Arlind

Hi,

I purchased this theme a few days and you guys did a fabulous job on this theme. I ran into an issue with using the horizontal menu and the datatable; when I do that the menu is broken.

The only change that I am making is using the latest version of bootstrap and jquery (2.1.4).. I am not sure if that could be the problem but it doesnt look like it..

Please let me know how to fix it.

Thanks, -Manish

Hi Manish,

This question is related to theme developer and I am unable to give you any solution.

Our theme developer Arlind can help you with this, but he is not in the office until 16 February.

When Arlind come back, just reply to this thread and you will make sure he will see your comment.

Hope for your understanding :)

Kind Regards,
—Ylli

Hi,

for several reasons, I would need the config.json file that you can use to create your custom bootstrap version. Could you send it to me please ? Would save me a lot of time instead of entering each less variable by hand ! Is that possible ?

Thanks for your awesome theme !

Hi ygery

In our theme there is no config.json of bootstrap, I’ve just changed the colors and other some spacings in bs-less/variables.less file.

Is there a way you know how I can generate that config.json file so I will do it for you?

Best regards

Arlind

Hi I have little proble :)

<label for=”password” class=”col-sm-3 control-label”>Has?o</label> <input type=”text” class=”form-control” id=”pass_a” name=”pass_a” data-validate=”minlength6” data-message-minlength=”Has?o Powinno zawiera? conajmniej 6 znaków” value=”<?php echo $haslo; ?>”> <input type=”text” class=”form-control” id=”pass_b” name=”pass_b” data-validate=”equalTopass_a” data-message-equalTo=”Has?a s? inne” value=”<?php echo $haslo; ?>”>

equalTo i don’t work pls help .

Hi Rinnzleer

Here is a working example of Password Match validation:

<div class="form-group">
    <label class="control-label">Password A</label>

    <input type="password" class="form-control" name="pass_a" id="pass_a" data-validate="required" placeholder="Enter strong password" />
</div>

<div class="form-group">
    <label class="control-label">Password B</label>

    <input type="password" class="form-control" name="pass_b" id="pass_b" data-validate="required,equalTo[#pass_a]" data-message-equal-to="Passwords doesn't match." placeholder="Confirm password" />
</div>

You can copy and modify texts, because I have tried and it worked fine.

Best regards

Arlind

I can’t seem to find how to display validation errors below/above input fields in a form. Did you build any or do I have to style it on my own?

Hi creacro

Here is an article that explains how to place Errors on validation:

http://stackoverflow.com/questions/2969381/jquery-validation-plug-in-custom-error-placement

This way you can set up where you want to place the errors/warnings.

I hope this will help you.

Best regards

Arlind

Hello,

I add dynamicaly generated html to innerHTML of element on page.

HTML

<div class="make-switch switch-small">
 <input type="checkbox">
</div>

How can I initialize and make this html code works like Switch? (Bootstrap Switch)

Thank you.

Hi Dimetreus

Tags input can be initiated with this method:

$(".tagsinput").tagsinput();

This should work for you.

Best regards

Arlind

Thank you Arlind, works well!

Have a great weekends!

Hi Dimetreus,

Glad to hear that, have a nice weekend for you too :)

Best Regards,

Arlind

Hi,

I really love your template. I would like to add one widget in this template. I’m developing a website like Hootsuite, if you are aware of it’s panel and if you have seen it, you can see after adding few social network’s streams, they give you horizontal scroll as well as it has a stream frame too, it appearance once you add your account’s stream. I would like to build something like that, so user don’t have to find the stream-box. Can you help me with that?

Thanks, Mukund

Hi Mukund

We are actually unable to provide custom works because we are busy with our themes.

However if you are familiar with JavaScript, this can be done easily using this plugin:

https://noraesae.github.io/perfect-scrollbar/

Which is included in Neon, and works really fine, it has its own API, so its up to you to develop something like that.

FYI I haven’t tried Hootsuite and I don’t have an idea how it works, but as I told you we are unable to take custom work.

Thanks for your understanding

Arlind

I can buy only the login form?

Hi carlos_brunoro,

You can only buy the theme as it is.

Kind Regards,
—Ylli

Hello,

Can you try this:

http://sepabet.com/1.png => Reduce the window, clic 1, clic 2 http://sepabet.com/2.png => clic 3 http://sepabet.com/3.png => Bug ?

Hi

It seems this is a theme bug, so can you try to add this CSS:

@media screen and (min-width: 768px) {
  .page-container .sidebar-menu.fixed .sidebar-menu-inner {
    top: 0 !important;
    bottom: auto !important;
  }
}

And see if it fixes the issue?

Arlind

Hi,

It’s OK but it’s impossible to scroll

Hi

Can you please ignore the last Code I gave to you, and try this one:

<script>
jQuery( document ).ready( function( $ ) {
    $( window ).on( 'neon.resize', function() {
        var $menu_inner = $( '.sidebar-menu-inner' );
        if ( ismdxl() && $menu_inner.hasClass( 'ps-container' ) == false ) {
            $menu_inner.perfectScrollbar();
        }
    } );
} );
</script>

This should fix your issue.

Best regards

Arlind

Good afternoon I have a problem with the chat and see if you can help. I plugged your API functions to an ajax system that stores messages in a database. So far so good, the problem is that when you send a message to another user update, like when you recive, if the window is open not updated. I do not know if I explain myself. You not if would have to call a function to refresh. Ajax call that stores messages in the SubmitMessage do: function () and charging messages renderMessages: function ().

Thanks in advance

Hi mayurkis

When user receives a message you have to call this function:

pushMessage(...) it will populate chat_history variable. Right after that call renderMessages() which will show pull the content from chat_history.

I hope this will work for you.

Arlind

Hi,

Great theme with good documentation. I am facing one issue with jquery. I am using horizontal menu fluid as menu display. When I am adding dynamic table jquery files, menu stops working. Dropdown does not appear on mouse over. Also if I want to include dynamic table on dashboard, tile stats doesn’t work….

Any help with jquery greatly appreciated.

Thanks

Hi Rohit

Is your testing site online? I need to see by myself, and also would be great if you could email us your FTP credentials so I can try to fix the issue.

To send us email use this link. 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.

Please do not forget to explain your issue again in email, because we receive a lot of emails on daily basis and we unfortunately can’t remember all customers requests.

Arlind

Hi Arlind

Site is not yet online. But you can create similar scenario at your end also. In dynamic table example if you use horizontal menu instead of vertical one, you will get similar situation.

Thanks Rohit

Hi Rohit

The order of scripts is important in this case see how to order scripts:

(view large version)

This has fixed issue in my case.

Best regards

Arlind

Hi. How do i integrate neon using meteor js?

Hi there,

We cannot help you on this issue, you can take a look at the theme coding and how its built up to integrate it in any framework but we cannot help you for that, if you’re having any issues with the theme we can help you.

Kind Regards,
Art

Hey bro. Bought and moving to blade, If you got any advice email through happy to make it worth your while. gareth @ koan dot co dot nz. All good g keep up the great work, and next time I’ll be looking a gulp install well done great theme one of the most clearest.

Hi zitanb

We have build this theme 3 years ago and wasn’t able to provide this “gulp install”, actually I am not familiar with any of these automate tasks because our primary focus in WordPress theme development :(

Thank you so much for your kind words!

Cheers

Arlind

Ok cheers shame because its a very clean one. I just meant had transferred it over to blade and laravel before? Could pay. So no ongoing releases then? Ill need some wordpress themes later on Ill take a look.

Hi there,

Unfortunately we are not planning any new update release for Neon.

Kind Regards,
Art

On mobile how do we close the menu when an item is selected? We have multiple menu items and we are loading content with javascript. The page does not reload. The problem is the menu remains open. The user does not know the content has been loaded on the page without manually closing the menu. Any suggestions would be great!

Hi jstokesok

Please call this function of mainMenu when you want to close the menu:

public_vars.$mainMenu.toggle();

This will close the menu.

Best regards

Arlind

Hi,

I made a mistake and bought the wrong template, I meant to buy the angular-js one, and accidentally bought the regular one.

Can I exchange it?

Hi talg70,

I’m really sorry for this, you can contact envato for this issue, and i think that they can help you. just visit this link.

Kind Regards,
—Ylli

Hi, We have an issue in Neon theme which is DataTable is not fully responsive. It’s not fit on portrait view of mobile devices. Can you solve this issue asap.

Thanks.

Hi Aitrich

Sorry for the delay of the answer because we have had large volume of tickets during this period.

Can you please try including DataTable Auto Responsive tables CSS from here:

https://cdn.datatables.net/responsive/1.0.7/css/responsive.dataTables.min.css

Then add class “display responsive nowrap” to the table element, as shown in this article:

https://datatables.net/extensions/responsive/examples/display-control/auto.html

This should solve your issue.

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