Discussion on Neon - Bootstrap Admin Theme

Discussion on Neon - Bootstrap Admin Theme

Cart 5,190 sales
Recently Updated
Well Documented

Laborator supports this item

Supported

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

754 comments found.

any plans to offer ANGULAR JS based panel?

Hi, unfortunately we are not planning to add an AngularJS version of Neon.

Art

in boxed theme, menu is inaccessible…

http://demo.neontheme.com/layouts/horizontal-menu-boxed/

look at extra, and try to access Load progress…

Hi,
yes I know that, please just try to add just some links so you don’t need to scroll down to see all them. We will check for this issue.

Regards,
Art

Hi again and thanks for your previous reply,

I encountered the following problem:

When setting the sidebar-collapsed class to the page-container as described on http://demo.neontheme.com/layouts/collapsed-sidebar/ the links on the responsive menu will not be visible any more.

For a quick demonstration visit http://demo.neontheme.com/layouts/collapsed-sidebar/ on a responsive device and open the menu.

Thanks again.

Hmm its strange,

You can always check for this on document init event by adding one extra line to the code I have sent you:

<script type="text/javascript">
    jQuery(document).ready(function($)
    {
        $(window).on('resize', function()
        {
            if(isxs())
            {
                $(".page-container").removeClass('sidebar-collapsed');
            }
        });

        if(isxs())
                $(".page-container").removeClass('sidebar-collapsed');
    });
</script>

I have also change the event from neon.resize to native window event resize.

It should work better I guess.

Arlind

It does, thanks.

Good to hear that :)

Hi,

Can I generate tree graph on this theme?

Thanks.

Hi,
no the tree graph is not available with the theme, you can just include a plugin into it or use the nested menus for this.

Art

I just want to Make sure i’m doing thing right…

It now make about a year that i bought my first Neon Bootstrap theme license to develop an intranet module…

What i’m currently developing is to help me provide nice interface for my customer… My product base is actually mature enough to start deploying some site…

I deploy one this morning and i bought a second license… But there’s nothing when buying a new license to say to which web site it’s assign…

Is the only thing i got to do is to buy a license, keep a copy of that license ans send a copy to the customer or there’s something more to do to get thing right ?

Hi davidfredette

Thanks for writing about this issue.

As you can read here: http://themeforest.net/licenses/standard?license=regular

A single license can be used on one end product as described from Envato.

I believe this helped you to understand the license permissions.

Arlind

Hi,

Quick question regarding your extra-timeline-centered.html page.

I’m using PHP foreach function to display results in the timeline. Any way I could make the “aligned-left” class to be added in 1 out of 2 articles via css or js?

Thanks.

Hi arsuro

Sure, here is sample code, I am assuming that you are using $timeline array and here is the iteration loop:

$count = 1;
foreach($timeline as $key => $val)
{
    ?>
    <div class="timeline-entry<?php echo $count%2 == 0 ? ' left-aligned' : ''; ?>">
        ...
    </div>
    <?php
    $count++;
}

This should work in your case. Its just the counter that keeps the track of odd items to add the left-aligned class.

Arlind

Hello,

- Does the chat plug-in work on mobiles? How do I test this?

- How to implement the language selector with Microsoft Bing translator.

Regards,

Huzza

Hi,
the updates will be only bug fixes and not new features, so we’re not planning a new update right now.

Regards,
Art

But any idea when this would be available. You mentioned you were working on making chat responsive. Is that still going to happen in the next update. Thanks for getting back.

We don’t have a specific date, we’re also working on other themes so when we finish with them we’ll work on Neon, you will be notified by email when a new update is ready.

Regards,
Art

where is the tag functionality in your theme? I searched but couldn’t find it.

Hi arulchellappa,

I think you have misplaced this question, Neon theme is plain HTML theme and does not contain tags. Do you mean any of our wordpress themes?

Arlind

Hello, I Want buy it, but I need some info before. Well, the PHP Files of Upload Files come here with the package? Have anothers php files ?

Hi,
the Upload Files is a plugin we have included in Neon, it will come with Neon in the package and then you can view their website for further information.

Art

Hello,

Just a feedback to mention that the colorpicker got a problem with the setValue method when passing dynamic value, problem solved when updating the plugin (http://mjolnic.github.io/bootstrap-colorpicker/). Don’t forget to merge the colors array in the file.

Hi rhum3

Thanks for sharing this with us. We will consider this and will update the plugin as well.

Arlind

Hey,

Two more questions.

I’d like to know if the left side bar on the mixed-menus page can be movable as well, and can be hidden if i slide mouse over it.

Thank you.

Zhuxin

Hi Zhuxin,

Unfortunately this option is not available in Neon, it does not have a collapse button.

Art

hi.. i have an issued using lightbox, redactor editor and other jquery modal except bootstrap.. the modal is not centering because it’s seems the calculation of windows height always is always wrong.. how to fixed it? thanks a lot

Hi

Please move the modal containers outside the page-container element, for example place them right before the end of body tag

<div class="your-custom-modal">
...
</div>

This should work for you.

Arlind

Hi, we have a problem with fixed header after Chrome update on PC and Mac. Header partly hide, jump up-down and left track while scrolling page. Version of Chrome: 38.0.2125.101 m.

This problem exist in downloaded version of Neon without any changes: http://neon.gilmanov.ru/html/neon-boxed/layout-mixed-menus.html But in demo all fine: http://themes.laborator.co/#theme=neon

Hi

Can you please try this fix:

.boxed-layout .page-container.horizontal-menu > header.navbar {
-webkit-backface-visibility: hidden;
z-index: 10000 !important;
}

It should work for you as well

Arlind

It solved the problem. Thanks!

You’re welcome!

Hi -

There is something wrong with the fixed-sidebar I’ve downloaded. In your demo online, both sides – the left in black and the right in white – can be rolled via mouse, but in my downloaded version, only the right part can be rolled. How should I fix it? Thank you

Hi zhuxin

We have noticed the problems with Fixed Sidebar, we will try to fix it in the next update. Currently it is not stable!

Arlind

Hello,

Somes questions.

Do you plan to update datatable in the next version ?

Now that Xenon is out, you will continue to update Neon in the long term ?

Thank you.

I just tested , Bootstrap 3.2 fixes the problem . But cause incompatibilities with your theme.

After some research, the problem comes from the line 8400 of the bootstrap.css file.

.modal .page -open – container { padding-right : 15px ; }

Remove this fix the issue.

Hi, thank you for reporting the bug and the fix for it, we’ll check it and fix as soon as we release a new update.

Art

Hello: what this will do update? Thank you.

Hi zhuxin

We have been working on Xenon admin template and couldn’t release any update for neon, now we are a little bit more free and we will release new update soon.

Awesome theme, thank you! I noticed that if I use a popup datepicker in a modal view, the datepicker-dropdown div is not visible when I click the element.

This happens specifically when:

  • Using a Mac
  • Using Chrome (Version 38.0.2125.101).
  • Using Safari (Version 8.0 (10600.1.22))
  • This does not happen when:

  • Using Firefox (Version 32.0.3).
  • No other scenarios tested

    It seems this is due to the modal having a higher z-index than the datepicker-dropdown. I was able to correct this in my project by modifying neon-forms.css as shown below.

    Just wanted to make you aware. Thanks again!

    div.datepicker-dropdown { top: 0; left: 0; z-index: 99999999 !important; /* Added this line */ }

    Hi dlighteddod, thanks for reporting this, we will make sure to add this to next Neon update.

    Ylli

    Any idea if an update will be made to Neon now that Xenon has been released?

    Hi, we will make a update to Neon but not a big one, just fixing some bugs and adding some new features.

    Art

    Hello,

    I congratulate you for the work done.

    For some time I think designing a CMS for clients of my agency. I’d love to recover some elements of Neon for my CMS, which will avoid me start from scratch.

    Which license allows it ?

    Thanks.

    Hi again,
    yes that’s right in this case you will need the extended license otherwise for each client every time you should buy the regular license.

    Art

    Thank you very much.

    I will program the purchase of the extended license in the near future.

    You’re welcome!

    Could you implement te top bar and de side menu bar but with the menu only on the sider bar and with possibility to be collapsed ? If you do it’ll be very grateful.

    Hi,
    we’re sorry but this type of layout is not available for Neon, we are not planning to add a new theme layout but if you want we have released a new admin theme with a lot of new features and plugins, check Xenon

    Art

    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