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

i want to use the datatable exporte   feature, but  when  i  add  rowspan  attribute  to the table,  it  doesn't  work.  
 you can test this  from the package example  tables-datatable.
Any  idea?

Thank you.

Hi

Data Export for the DataTables works fine with these tables in our demo, but I am not sure why it doesn’t work with that attribute. Please try updating DataTable javascript library files and TableTools js and see if it will solve your issue.



no, i don’t think so. Datatable doesn’t work with rowspan and colspan.

After googling the problem I saw this article, I hope it will help you:

http://datatables.net/forums/discussion/7295/how-to-export-multiple-rows-in-header-with-colspan


Arlind

The template is great but there’s a problem with the RTL one. Can you double check for me because it shows that it’s LTR not RTL

thx.

Hi there, i don’t know what is the problem, for me is appearing fine RTL, you can see it here

link of the image

Kind Regards,
Ylli

It looks fine in the demo but not the actual files.

Hi there,

sorry for this bug, I will give you the fix for this bug until we come up with it online, add this to the html tag in the second line of document dir=”rtl” so it will look something like this

<html lang="en" dir="rtl">

and also include the RTL css before the Custom CSS in the head of document:

<link rel="stylesheet" href="assets/css/neon-rtl.css">

Kind Regards,
Art

Entypo-icons are used for the next/prev buttons in datatables. How do I change this to font-awesome? I need to know which file this is set.

See screenshot here: http://s16.postimg.org/bnrd3sz05/entypo.png

Thanks,
Joakim

Hi Joakim

To edit icons in datatables just open:

/assets/js/dataTables.bootstrap.js

On line 52 and 53 as shown below:

http://cl.ly/a6wk

Edit the classes, set to your desired font awesome icon names.


Arlind

I noticed an issue with extra-timeline, on widescreens the icon and text overlap.

http://imgur.com/BftFBoN

Hi there,

thank you for reporting this issue, we have added this to the fix list for the upcoming update.

Kind Regards,
Art

Arlind,

I’m having the hardest time finding out where the ”>” icon or symbol is located to change it in the drop down menus. Right now I have it uploaded to my server and it’s showing up as a square on all the menu items that have a dropdown menu. I have no clue where to find this at.

https://drive.google.com/file/d/0BzSYL9NSLPdvZ2Z5eXhzUF8zcUk/view?usp=sharing

Hi there,

the arrow icon is located in the CSS because it is a :before pseudo-class, here is a screenshot from the Inspect Element http://cl.ly/image/3q402z3w0q10

You have to change the value of the content to a different icon.

Kind Regards,
Art

Hi,

There seems to be a problem with the modal windows.

If the user is not at the top of the page the modal window will be out of view (it stays on top of the page).

Any idea how to fix it?

Thank you.

Hi arsuro,

Can you try this fix it should work:
body.loaded {
   -webkit-perspective: none;
   -moz-perspective: none;
   perspective: none;
}

Also if this don’t fix that problem then try this:

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.

Kind Regards,
Ylli

Hi,

First fix worked, thank you.

This is great news :)

Kind Regards,
Ylli

Hey guys, i have some problems with the left fixed sidebar. when i use draggable items that can collapse in the main-content div and the most bottom draggable item is collapsed – it collapses the sidebar with it.not sure if its a bootstrap bug or or what am i missing?

here is the image before collapse: http://i57.tinypic.com/2w6z11e.png

after collapse : http://i60.tinypic.com/yi9et.png

page is: http://bet.bonk.co.il/follow/event.php?id=1

thanks!

Hi Oper, unfortunately for the moment Arlind is sick and can not reply this question until next week, hope for your understanding.

Ylli

Thanks Ylli, i was able to find a solution. i wasn’t aware of it but this behavior is part of bootstrap. if someone else has the same problem,just go through the following link on stack overflow:

http://stackoverflow.com/questions/25089297/twitter-bootstrap-avoid-dropdown-menu-close-on-click-inside

Hi oper, thank you very much for that , it will be helpful for other users :)

Kind Regards,
Ylli

./neon-core.css:11956: -webkit-transform: scale(1, ); ./neon-core.css:11957: -ms-transform: scale(1, ); ./neon-core.css:11958: transform: scale(1, ); ./neon-core.css:16524: -webkit-transform: scale(0, ); ./neon-core.css:16525: -ms-transform: scale(0, ); ./neon-core.css:16526: transform: scale(0, ); ./neon-core.css:16632: -webkit-transform: scale(0, ); ./neon-core.css:16633: -ms-transform: scale(0, ); ./neon-core.css:16634: transform: scale(0, ); ./neon-core.css:21599: -webkit-transform: scale(0, ); ./neon-core.css:21600: -ms-transform: scale(0, ); ./neon-core.css:21601: transform: scale(0, ); ./neon-core.css:21651: -webkit-transform: scale(1, ); ./neon-core.css:21652: -ms-transform: scale(1, ); ./neon-core.css:21653: transform: scale(1, ); ./neon-core.css:22864: -webkit-transform: scale(1.15, ); ./neon-core.css:22865: -ms-transform: scale(1.15, ); ./neon-core.css:22866: transform: scale(1.15, ); ./neon-forms.css:7166: -webkit-transform: scale(1.15, ); ./neon-forms.css:7167: -ms-transform: scale(1.15, ); ./neon-forms.css:7168: transform: scale(1.15, ); ./neon-theme.css:5194: -webkit-transform: scale(0, ); ./neon-theme.css:5195: -ms-transform: scale(0, ); ./neon-theme.css:5196: transform: scale(0, ); ./neon-theme.css:5245: -webkit-transform: scale(1, ); ./neon-theme.css:5246: -ms-transform: scale(1, ); ./neon-theme.css:5247: transform: scale(1, );

I’m facing this problem now. I am in middle of deploying the app, but this things stops me. What value comes after that , is there replacement files for the damaged files alone

Hi

Yes, this was generated by a plugin we include in the Neon and don’t know exactly which one. You can make a regex that matches :

(-ms|-webkit|-moz)?-?transform:\s*scale\([0-9]+,\s+\);

Can fix this.


Arlind

Hi,

It is a very nice theme. I want to use the skin selector with ajax, so that when the users click on green, the menu will use skin green without reloading. Only thing is that sthe skin selector is in how can i submit the value green to the controller without a submit button.

thanx in advance

Hi Cengiz

If you have the skin file already generated then use this javascript in the ajax:

$.get(myStylesLocation, function(css)
{
    var skin_file = 'your-skin.css';

    $('<link rel="stylesheet" type="text/css" href="'+skin_file+'" >').appendTo("head");
});

This should work for you.
Arlind

“Fantastic, and when the site is ready will happly pay the extended fee”

  Neon received a 5 star rating from DavidSimonKnowles.

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

The company I work as the theme license. But we are feeling the need for message management screens, add, edit, delete, visualization and exchange messages and comments and responses between users within the system.

Sorry for my English is not native language.

Thanks for the great theme.

Hi

I am sorry but we do not offer customization for the theme as actually we are very busy developing.


Arlind

Hi We are using this for a project and none of the icons are missing, is there an update for this. even the downloaded zip, once browsed is not showing any icons.

thanks

Hi taimurkhan

If you open:

extra-icons.html or extra-icons-glyphicons.html or extra-icons-entypo.html

There you will find the icon sets, I’ve opened in my computer and they look fine!


Arlind

Hi there,

I have one question and one suggestion.

Could you tell me how to set different colors for fixed top navigation bar and slide-bar menu in Mixed Menus?

Could you add more skin color options to current Templates? It only has nine now.

Many thanks.

Hi

To set a different background for fixed top menu use this CSS:

.page-container.horizontal-menu.with-sidebar header.navbar {
background-color: #fff !important; /* and so on */
}

For the skin colors we are currently busy and cannot implement new skins however you can create your personal skins, simply copy a file from: ~neon/assets/css/skins/black.less and paste, then edit skin colors to your own, compile the less file and then include that file which can be your custom skin then.


Arlind

Hello Sir,Google Maps page is not displayed.

Hi there

I tested google maps here: http://demo.neontheme.com/extra/google-maps/

Screenshot: http://cl.ly/ZmKD

And they work fine I guess, don’t they work in your browser?


Arlind

Hi, I’m using data table. How can I set fixed width on

? Tried with width: 200px !important; but it does not work.

Hi sinisakr

To set width for data tables you can apply this CSS:

.dataTables_wrapper {
    width: 200px !important;
}

I hope it will work fine for you.


Arlind

Arlind, thank you for your response. Sorry, I just saw that my whole question wasn’t displayed (td tag is missing). What I was asking was how to set fixed width (in px) for the specific column in table. So, I want to set few colums to fixed width. Other colums width should be resized. Can you please help me with that?

Thank you once again.

Sinisa

Sorry that I didn’t understand the question properly.

So here is the implementation of custom width for the columns:

$('#example').dataTable( {
  "columns": [
    { "width": "20%" },
    null,
    null,
    null,
    null
  ]
} );

It can be in percentage or pixels whatever you want.


Arlind

Hello Sir,

I was planning to purchase the theme, i was just concerned about the licensing issue. As you had said in one of the reply pasted below this message.

My question is :

So if i don’t use CHAT API and then just use other part of themes, can i then use the theme for multiple clients?

Your reply : “Hi

You are welcome, and as many times you need I will try to explain whatever you need about the Neon.

Yes Neon in general uses third-party plugins that are licensed under the GPL, MIT, APACHE and other types of licenses which are all available for free use. See the list of plugins here http://documentation.laborator.co/neon/#7.Credits

Neon Chat API is developed by us and we own the rights for it. In this case they are protected by Envato Policy.

Best regards”

Alind,

This is just not one case, i can see so many places theme is being rotated. Please have a look.

Reagrds

If you can share me your email email i can help you with it.

We will discover all these cases, people should not do this with premium themes, they should be ashamed for doing this :(

Thank you so much for letting me know!


Arlind

Hi,

we have purchased Neon theme and so far everything is working really great, kudos for this spectacular theme.

we have 2 questions:

1.it seems that when the main sidebar is collapsed and i scroll down while menu is visible (when hovering over dashboard) suddenly the menu becomes invisible in my example(some z-index problem i can’t figure out): http://bet.bonk.co.il/follow/event.php?id=1

2.on the same page i have modified the chat a little to fit my needs (on the right sidebar) and for some reason on different screen resolutions the Name and Type Your Message input box’s appear in different places – what is the best method to center it near to the bottom of the screen while that chat conversation is above it so it’ll fit all displays? i tried some js but had not much luck.

thanks!

Hi

Thanks for your kind words we are really happy to hear them and that you like it.

1. I visited your site and saw the menu sidebar, tried to understand what is the issue but I saw it working fine, if you can provide me a screenshot about this it would be great because I am not able to reproduce this error, sorry.

2. After trying some variants this worked fine for me to set to bottom the Chat fields:

.conversation-body form {
right: 0;
bottom: 20px;
width: 280px;
}

It is strange why the other alternatives didn’t worked because absolute positioning would be the best solution but it didn’t worked for me!


Arlind

Thank you for the fast answer! here is a screenshot of the first problem http://i62.tinypic.com/2eanzwk.png

when you scroll down with collapsed menu and the menu is open its fields start to dissapear ( are cut off). its really easy reproduced on smaller screens.

Hi

It is strange, to me looks fine see this screenshot:

http://cl.ly/ZhU2

I am using Chrome Version 40.0~ when I tested this. It was showing nice also in Firefox latest version. I use Mac OS Yosemite


Arlind

Left-side-menu not support on iPad mini .Div-Container split from menu like another layer.

you can view my website for test by ipadmini on url http://ctc.srakraisoft.com/neon/neon/

Hi wisardstat

Please download this file: http://cl.ly/Zgc4

And replace in css to fix this issue.


Arlind

I have a bug with the top navigation. Sometimes on scrollable pages (pages with a lot of content), the top navigation is shown at the top – even if I have scrolled down.

I only want to display the top menu at the top of the page – I don’t want it to be shown when the user has scrolled down.

The bug might be because of my customizations but I think it will be solved if I change the position (currently fixed) of the header. In which less file is this found?

Hi there,

what you have to do is just remove the navbar-fixed-class class to get the navbar menu in the HTML to get the menu into the normal position.

Here, I took a screenshot of the line: http://cl.ly/image/3e3n3N1G0v3Q

Kind Regards,
Art

Hi there,

I have purchased and am very happy with this beautiful design, but… I am trying to use the Angular version but am having trouble setting the sidebar-profile to be in there default? in my controller.js it states userProfile : true but it is not in my sidebar… Am i missing something here?

Hoping for help and thanks in advance :-)

Hi jmansa , can you please post with the account you bought the theme, this way we can verify that you’re a real customer as we do not offer support to users who doesn’t have “Purchased” badge.

Ylli

Hi Laborator (Ylli), I am logged in with the account I have bought it with, but how do I get the badge?!?

I will gladly send documentation on purchase if necessary.

Hi jmansa you can send us email from Profile on themeforest, on the right side you will see “Email Laborator” box.

Ylli

I wanted to know if it was possible to achieve a “user-profile” exemple menu, in the top navigation menu ?

thanks!

Hi there,

this is not in our demos but it can be created easily by copying the code and pasting it to the horizontal menu.

Kind Regards,
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