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.

just now my boss bought this theme, but we want the “xenon” not the “neon” how can we proced?

Hi,
I am sorry but you will need to buy Xenon, there is not any badge that marks you’re a theme customer.

Regards,
Art

Hi. I have just purchased the theme and install a clean installation of WordPress 4.0. I am following the documentation attached, and I have installed all the plugins also, but when trying to import the XML of demo content through WordPress Importer – I am getting a lot of “Failed to import…” messages.

What can I do to solve it?

Thanks, Tal.

You’re posting in the wrong theme!

Great theme!

Is possible to have “categories” for testimonials post and select the category via composer?

Hi,
I think you’re posting on the wrong theme.

Regards,
Art

No problem :)

Hi, I want to make use of the autosuggest form. I want to link this to my table called ‘parent’ and it must autosuggest the column ‘name’.

So if i type mich it must autosuggest michael, michol, michal etc in this table and colum.

i use codeigniter and used this: $query = $this->db->get(‘parent’); $search_name = $this->input->post(‘typeahead_remote’); $resp = array(‘name’ => $search_name );

but it doesn;t work. Can you help me please thank you

Hi Cengiz87

The problem here is because you use PHP, and Neon is only HTML template. To implement it I guess you should do this way:

<input type="text" name="typeahead_local" class="form-control typeahead" data-local="arlind,art,laborator,simon,dean,frank,quintin,walker,emily,jonnatan,huston,miley,kate,lisa,tim" />

So names should be added to data-local attribute.

Arlind

This will not help me. I have a table with parent names. If i create a student, i want to select his parent. Therefore i want to make use of typeahead_remote function. I this moment i use a select box, but with 150 parents, the select box is very long, therefore this function us very useful for me.

After selecting the parents, the parents_id will be saved in the table of the student info. Therefore a local typeahead isn’t usefull for me.

the data/autosuggest_remote.php is php. I thin i must create the querry there? but the code i typed, doesn’t work, therefore asked your help.

Hmm, this is something not covered in Neon theme, I am sorry about this, you might figure out how to do this by yourself, here is the typeahead plugin documentation:

http://twitter.github.io/typeahead.js/examples/

Arlind

Hi.

Thanks for your previous answer about the dialogs, it was very helpful.

I have some questions about the chat API. The API is very well documents so thanks for that. I was thinking of integrating more AJAX to handle conversation history loading and wanted to ask how you would recommend handling that. I see the mechanisms for adding messages and for manipulating users.

I am trying to achieve something there I can fetch ajax history before showing the window so the window can open with the history in place. Aside from editing your API to achieve this, is there a way to supress the opening of the chat dialog until it is called via the api?

Hi dear ackerchez,

Actually we have only implemented the chat within that code structure and I am not sure how can you make it work.

You can create chat history for each user using Chat API function:

neonChat.pushMessage(id, msg, from, time, fromOpponent, unread)

This can help you I guess!

Arlind

hello,

I just bought your oxygen template but when I try to install the theme I get the question If I really want to.. but no option to click yes. And so it won’t install. Is there anything I can to to fix this?

Please comment in the right section, you’re commenting in Neon not in Oxygen theme.

Art

No problem!

Hi, we can `t find the main page / front end in the source code, could you please assist? Thanks

Hi,
the file is located in html/neon-frontend/index.html that is the main page.

Art

thx

You’re welcome!

hi i nned some help here.

this is my code

its done with codeigniter but same probeleme arrises when with pure php html

<div class="page-container horizontal-menu with-sidebar fit-logo-with-sidebar hidden-xs"> <header class="navbar navbar-fixed-top xs-hidden"><!-- set fixed position by adding class "navbar-fixed-top" --> <?php $this->load->view('topnav_inc'); ?> </header> </div> <div class="page-container"> <div class="sidebar-menu"> <?php $this->load->view('sidebar_inc'); ?> </div> when i click on the notification menu (small icons on the upper right) nothing happens i have to colapse the the side menu before it can work same for the animated search bar hope this is clear .</div>

looking at your examples i notice that you have two examples with mixed menu (horizontal top and side)

layout-mixed-menus-collapsed layout-mixed-menus

in both these examples you dont have the choice of collapsing the side menu.

could this be the reason. maybe there is a conflic between the two ?

small issue here with fixed side bar on my web browser it tends to leave a bleu out line ?? any ideas thanks

ok just seen some other posts on this issue ill wait for an update

We will try to fix this in the next update.

Thanks

Arlind

Only negative comment I have is that you’re still stating it costs $21 in a lot of places where it’s actually $23. Love the theme, can’t wait to implement it.

Hi nathanpurcell, thank you for your kind words, we’ll re-check the theme and fix the price :)

Art

Hi,

I wanna use your template in my e-commerce shop where i will sell some of my products (eg, wall clocks).

Is Regular license enough for me ?

Thank you

Hi djmrz

Firstly thanks for being interested in Neon theme

If you will use Neon theme to sell with your product you must buy an extended license according to Envato license policy

In case if you have installed just one copy of ecommerce and Neon will not be distributed to any user, then Regular license can be applied.

Best regards,

Arlind

oh.. i wanna use Oxygen – WooCommerce WordPress Theme :)

so to be sure, for my ecommerce website where user can order and buy some my products (like i said before eg. wall clocks, ), Regular license is enough ?

Hi djmrz, yes the Regular License is enough if you’re using it for personal purposes.

Art

Hi is there a place where we can see what’s new with this update ? I don’t see it on your site or on themeforest.

Thank you

We have not updated the theme, we have just replaced the screenshots and thumbnails.

Art

As suggestion : it would be nice if in the icon page i could search with ctrl+f ( i can do that ), but when i find what i want ( something like plus, for adding ) i can`t select and copy because the icon grow and the text disappear.

Hi,
yeah you’re right it should be copied once you click on it, if you’re using Chrome right click the icon and with Inspect Element then copy the name of the icon.

Art

Hello! do you have some guide for the Oxygen theme?

Hi maxl4me

Yes, if you have purchased it you will find inside purchased files

Hi,

I’m also interested on how to make Drag n ‘Drop File Uploading. Is there any documentation I can read.

Thanks

Hi,
here is the plugin used in the theme, read the documentation or contact them for more help on this issue:

http://www.dropzonejs.com/

Art

Hi,

1. Could you suggest a way to add a loading gif image to one of the page transitions so that in case a page will take more time to load the image appears?

2. Why are there several css files with the same ids and classes?

Thanks!

Hi,

1. We have not built any loading system for the theme, maybe in the future updates we will add this feature.

2. The theme was built with the Bootstrap 3 framework so the ID’s and classes are re-written by the Neon files.

Art

Poetry !

There is a big pleasure for me to work on your code. Lots of examples well documented and very strong implemented, clean code … etc, this theme pays itself after first hour of work!

We want to thank you for this kind comment, we are so glad to hear that our customers like our themes.

And if you have a minute, than please go to your Downloads tab on Themeforest and rate Neon.

P.S: We’re releasing a new admin theme soon :)

Thanks, Ylli

I have problems with the pictures not cropped accordingly within the items window on the shop or listings page. The top and bottom of the pictures are cut off. But on the product listings page the pictures are fine.

And I have already tried regenerate thumbnails.

Hi, we’re sorry but we do not offer support to people who do not have “purchase badge”.

Thanks

Ylli

We’re having some troubles with modals going (partly) off screen. This happens on longer pages, where you scroll downward and then launch the modal. The top of the modal is off screen and scrolling is blocked. It happens on multiple browsers, but mostly with Firefox.

We have tried a lot of possible solutions, but they did not help.

Question: Is there a way to position the modal always at the same place on the “screen”, no matter where on the page you have scrolled to? Like taking the current viewport into account?

Any help is greatly appreciated!

Can you try this fix it should work:

body.loaded {
-webkit-perspective: none;
-moz-perspective: none;
perspective: none;
}

Ylli

Very easy theme. I have a lot of joy when i code :)

It is great to hear this from our customers :)

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