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
To avoid multiple expanding of menus please remove that multiple-expanded and let it like shown here in the below image:
This is what has worked for me.
Hey Arlind,
The “multiple-expanded” class was never added to main-menu. With this missing, multiple sidebar sub-menu items can still be open at once.
I notice this is also happening on http://demo.neontheme.com. Tested in Chrome, Safari and Firefox on OSX
Hi DigitalGlue
I was trying in the URL you send to me and the menu item that is expanded will hide other menus that are expanded, here I recorded a video of this:
http://drops.laborator.co/VyraSee, when I click on other items the current menu is hidden.
I’ve tried the same in other browsers and the result was the same.
Aha! We are talking about different things here I think. I should have been clearer.
I would like to stop multiple SUB-MENU items from opening at once. Can you provide a script to add to the js file to implement this?
Example: on http://demo.neontheme.com - In the ‘Extra’ top level menu item, stop the ‘Icons’ sub-menu and ‘Maps’ sub-menu from being open at once.
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/
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/8kyCJust hard-refresh the page. Its the same script I gave to you.
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 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,
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
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,
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
Hi Arlind,
It’s happening online as well. Pls follow this order to repro this behavior -
1. Open the neon theme from envato market (http://themes.laborator.co/#theme=neon)
2. Click on the layout, then click on horizontal menu fluid.
3. Once you see the horizontal menu, resize the port to a very smaller viewport (like for a mobile) where bootstrap menu icon shows up.
4. Once the bootstrap menu icon show up, click to open the menu, you will see that layout is opened (by default). Now expand/collapse the “Layouts” option a few times (like literally just 2-3 times).
5. Now, maximize your window and then just hover over any menu option (like Forms or Layouts).. you will see that the sub-menu loses it’s background color.
Kindly suggest a fix for this issue pls. Thx, Manish
Hi Manish
I think I have found the fix for this, so here is what you need to do:
Download this file: http://drops.laborator.co/1iTng+ and replace it in this directory (of the theme): assets/js/
Then hard-refresh the page to re-load the latest JS file I have sent you.
It worked to me.
Thanks Arlind. This issue is fixed. Thx, Manish
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
I have little proble 
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
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-placementThis way you can set up where you want to place the errors/warnings.
I hope this will help you.
Best regards
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
Right after you place the checkbox markup, call this function:
replaceCheckboxes();
This will do the trick. Do not forget to include the original structure of Neon checkboxes like shown below:
<div class="checkbox checkbox-replace">
<input type="checkbox" id="chk-1" checked>
<label>Checkbox 1</label>
</div>
Best regards
Hi Arlind, thank you for help.
I mean switch element.
You can find it on page
http://demo.neontheme.com/forms/main/Panel “Switches – Checkbox & Radio” -> “Toggle Check” element.
<div class="make-switch">
<input type="checkbox" checked="">
</div>
I place this html to innerHTML and no Toggle Check on my page, only standart checkbox.
Thank you
Thank you! And one little question, how activate Tag in html?
<span class="tag label label-info">weekend<span data-role="remove" /></span>
You can find blue tags bottom page at Tags panel
http://demo.neontheme.com/extra/new-post/Thank you so much!
Thank you Arlind, works well!
Have a great weekends!
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
I can buy only the login form?
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’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
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,
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 Arlind
I had written table initialization script in separate file named dynamictable_init.js
Here is console log
Uncaught TypeError: $table1.closest(...).find(...).select2 is not a function(anonymous function) @ dynamictable_init.js:11 j @ jquery-1.11.3.min.js:2 k.fireWith @ jquery-1.11.3.min.js:2 m.extend.ready @ jquery-1.11.3.min.js:2 J@ jquery-1.11.3.min.js:2 neon-custom.js:1715 Uncaught TypeError: $item.hoverIntent is not a functionsetup_horizontal_menu_hover @ neon-custom.js:1715 (anonymous function) @ neon-custom.js:1642 jQuery.extend.each @ datatables.js:396 jQuery.fn.jQuery.each @ datatables.js:148 setup_horizontal_menu @ neon-custom.js:1634 (anonymous function) @ neon-custom.js:51 fire @ datatables.js:3160 self.fireWith @ datatables.js:3272 jQuery.extend.ready @ datatables.js:3484 completed @ datatables.js:3515
Uncaught TypeError: $item.hoverIntent is not a functionsetup_horizontal_menu_hover @ neon-custom.js:1715 (anonymous function) @ neon-custom.js:1642 jQuery.extend.each @ datatables.js:396 jQuery.fn.jQuery.each @ datatables.js:148 setup_horizontal_menu @ neon-custom.js:1634 (anonymous function) @ neon-custom.js:51 fire @ datatables.js:3160 self.fireWith @ datatables.js:3272 jQuery.extend.ready @ datatables.js:3484 completed @ datatables.js:3515
Hi Arlind
I have included select2 library, but I am facing same problem….
also the next js exception is
$item.hoverintent is not a function --neon-custom.js line no.1717
Please help to rectify the issue.
Thanks Rohit
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.
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:
This has fixed issue in my case.
Best regards
Hi. How do i integrate neon using meteor js?
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.
laravel blade
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.
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,
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, 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.cssThen add class “display responsive nowrap” to the table element, as shown in this article:
https://datatables.net/extensions/responsive/examples/display-control/auto.htmlThis should solve your issue.
