754 comments found.
Good Morning,
I am having a problem getting validation working on a form when the form is part of a modal and is loaded via ajax.
The form has the validate class, but as the form is not present when the parent form loads it does not pick up the validation configuration as it would it if we present on page load.
What is the best way to enable validation on modal forms?
Thanks
Hi n3wton,
In modals you have to initialize the validation after the popup is open, here is an example of validation in modal popup:
<a href="#" id="link-that-opens-the-modal">Show form</a>
// Script
<script>
jQuery(document).ready(function($)
{
$("#link-that-opens-the-modal").click(function(ev)
{
jQuery('#modal-with-form').modal('show');
var opts = {
rules: {
name: {
required: true
},
email: {
required: true,
email: true
},
phone: {
number: true
},
// and so on with other fields
},
// You can apply custom form submit handler
submitHandler: function(form)
{
// Do some stuff here when everything is validated and its OK
}
};
jQuery('#modal-with-form form').validate(opts);
});
});
</script>
Hopefully you can understand what I have written and it works for you.
Arlind
Thanks for this, I will give it a try.
Feel free to ask anytime
.
include frontend theme psd files?
Hi oostyle,
all the front-end PSD files are included and some of the back-end too.
Art
Great Theme!
but unfortunately the front-end slider is broken in FF due to a table-cell bug in FF.
cheers
Hey krebenik-it,
thank you for reporting this issue, it will be fixed in the next update.
Art
After the latest update, when you have a fixed sidebar the height of the page gets messed up:
http://imgur.com/a/LVQefHi faisalah123
Thanks for reporting this issue, I have fixed it, please download this file:
http://cl.ly/Uh6gAnd replace here assets/js/, it will fix this issue, see in the demo:
http://themes.laborator.co/neon/layouts/fixed-sidebar/Arlind
this solution affects part of my web application where I have a fixed footer on some pages (bottom: 0) and your min-height hack changes in height depending on the page and doesn’t show the footer bar.
is there another solution? if not how can I change my footer bar according to the min-height you set?
Thanks!
The main reason min-height is applied is because to make the Sidebar menu stick always to the end of document, so if you want to stick the footer to the end you can simply do this with css by applying:
display: block; position: absolute; left: 0; right: 0; bottom: 0;
So the height of main content container will always touch the end of page.
Arlind
Do you have any detailed information regarding browser version compatibility for non-IE Browser, e.g. Chrome 20+ or something like that?
As I recently noticed, there are people out there using Firefox 7.0 . which doesn’t fully support your theme or parts of it. It doesn’t have to be the exact number but if you can estimate which older versions of the browser are functional that would be nice.
Kind regards Alex
Hi Alex, we don’t have a detailed information how the theme works on the older versions of Chrome, Firefox or Safari we have never tested it on older versions just on the current ones of these browsers, on the version that we’ll launch today we have only fixed IE problems.
Art.
Is it possible to change chat sidebar to non static ??? if yes, please tell me how.
thanks
Hi nouras,
How do you think to change chat sidebar to non-static, can you give me an example because I have not clear what you are asking exactly?
Arlind
I mean if chat sidebar have more data I want a user to be able to scroll down within the sidebar . Just like the other sidebar on the left.
Just remove fixed class from this element:
<div id="chat" class="fixed" data-current-user="Art Ramadani" data-order-by-status="1" data-max-chat-history="25"> to <div id="chat" class="" data-current-user="Art Ramadani" data-order-by-status="1" data-max-chat-history="25"> It will show native scrollbar of the browser. Arlind</div></div>
Using the Time & Date Picker in a modal causes the date picker drop down menu to show behind the modal; the z-index is too low.
Hi noud89, we haven’t noticed this bug before, we’d thank you for your suggestion. Unfortunately we have forgotten to fix this in the update which is on the way, for the next update it will be fixed.
Art
RTL is not showing fine, is it supporting online or not?
Hi umarmughal, the overall structure of RTL is showing fine but it does have some style leaks which we’ll fix in the next updates, the online version is the actual version of RTL.
Art
First of all, awesome design and an admin theme. I have noticed an issue in most browser on Mac OS (haven’t tested on Windows). When on the fronted home page, scrolling down to the bottom, and looking at the testimonial and client-logo carousels, they keep on changing height on every slide and the text of the testimonials keeps on falling stacking on it self (1 word per row) for a few seconds, every time a slide changes. Can’t seem to figure out what is causing this. If you have any tips on fixing this, would be much appreciated
HI NemesisX, thank you for your kind words first, I just checked this issue and the problem you’re talking about is appearing in Safari to me, I tested it on Firefox and Chrome and it works fine, this week we will launch the new update with some bug fixes and some new features, stay tuned and get notified when the new update comes.
Art
$portfolio_items.isotope('reLayout');
in document ready doesn’t seem to work in chrome and safari (causing the portfolio images not to show up properly (they are not tall enough until the document is resized or category changed)). The issue isn’t present in firefox, opera nor ie10+
$portfolio_items.imagesLoaded( function() {
$portfolio_items.isotope('reLayout');
});
seems to fix it though
Hi NemesisX, good you managed to fix it on your own, we’ll be collection all the issues at the end and fix them on the upcoming updates.
Art
Hello, some admin themes are also offering php version, are you planning to add this great and time saving feature?
Thanks
Hi kiwii, for now we’re not planning to release a PHP version but maybe in the next updates we’ll see if it is necessary to add this feature too.
Art
Hi,
I would like to know if you can make a frontend template especially for me?
Do you have a website?
Thanks, Alain
Hi acppca, for freelance work please contact us directly at info at laborator dot co
Art
I’ve got a problem with the data table, where the table just doesn’t look right. I sent an screenshot to support and the answer was … “Just contact the author of the component” ...
Anyone here notice anything strange with the datatable?
Hi scuty,
Maybe we can help you with that, can you send that screenshot to us so I can tell you what to do?
Arlind
Where should I send the screenshot?
Not sure what browser you guys use, but if you go on the “Data Table” section, you’ll see the “records per page” going over the “Rendering engine” table header. You can see this on the theme preview, here on theme forest.
Also the menu button sometimes disappears from the bar and you get stuck in the minimal mode. If you have any tricks for that, please share with us.
Thanks, Great theme!
HI scuty, we have been working on the new update which is on the way (review mode), the Data Table bug has been fixed you can check it online.
We use Chrome on Mac OS but recently we have checked the theme in all the most known browsers and fixed some bugs, where does the problem appear on the menu also can you tell us which browser you’re using.
Art
The menu bug I can’t reproduce it here, only on my setup … Maybe I am doing something wrong. For the Datatable, did you guys remove the filter? It’s not there anymore.
Hi scuty, the filter is still there and working fine, take a look at the demo.
Art
You are right, it was my cache, chrome loves to hold on those JS files … Thanks for your time!
FYI, you are missing the ‘dataTables_processing’ class definition in you css to support the server calls. That is way it datatable was messed up when was used to get content from server.
Hi scuty, thank you for your information we appreciate it.
Art
For those of you who are suffering from an incompatibility with IE9 on versions prio to 1.5, this is why: IE up to version 9 can only handle up to 4096 css selectors per css file and the neon.css that aggregates all .less files into one big css file just exceeds this limit. All definitions after the 4096th selector will be ignored and therefor the styling is totally broken in IE9.
As v1.5 splits the entire css into multiple parts this limit is no longer an obstacle as long as you don’t add too much additional css to these files. IE <3
Many thanks for this clear explanation, you did also a favor for us, I didn’t knew that IE9 or earlier version can accept such number of selectors.
Glad that it worked for you.
Arlind
Hello,
First of all, thanks for this amazing template. Unfortunately i’ve got a problem with the modal when the left menu is fixed. The modal box is under the gray layer and cannot be clicked. Seems to be a position:absolute problem or a z:index conflict.
Thanks in advance !
Best regards,
Mmmh solved it gotta put the modal html outside .page-container
Yes that is correct, that should be outside of the page-container wrapper.
Thanks for your kind words!
What’s up with the montserrat font directory? I don’t see it included anywhere in your examples.
However I do see it included via an @import url via http://fonts.googleapis.com/css?family=Montserrat:400,700
Is there a reason why you’re not leveraging the local files and instead relying on an external source?
How does this font differ from Noto Sans?
Hi patbaker82,
We have developed Neon theme all the time using Montserrat, but we have seen many issues with font rendering, like bold and italic texts so when we have tested Noto Sans, it looks better than Montserrat, thats why we have switched to it. So, the montserrat directory should be something of the past that we have forgotten to remove. Anyway, you may still use it if you want, but the results will be better with Noto Sans font.
Arlind
Thanks!
Great 
I’m sorry, I do not speak English well. good job! You can also do this for joomla? I can commission a new graphic design for my site?
Hi bunzolo, actually Neon is just a backend HTML template and because of the CMS (WordPress, Joomla, Drupal) do not allow to change the whole look of the admin area we’re not planning to release it for any other use.
Art
hello
I would like to receive the PSD’s updated files as seen in the previews …
My email is caio@reverbcity.com
thank you
Hi caioarias, the other PSD files that I have not included are the UI pages and the new updates, the layers are not named and the groups are messed up a little bit, but anyway here are the links to download these files:
New update files:http://cl.ly/1L3o0l3w350U
The UI Pages (buttons, alerts, tables etc…):
http://cl.ly/3b183J0s1Y32
Art.
Hi,
What font is used for the logo?
I have opened a few of the psd files in GIMP but I see no text layers to use to modify the logo.
Thanks
Hi thomasdriskill, the font used for the logo is Montserrat with a little modification.
Art
Hi,
Not sure if you’ll be able to help with the following. I’m trying to use Highchartson the modal, but it stimply doesn’t like it. It won’t load for some reason withint the modal but will load if I just put it onto a regular page.
So when I place the DIV with the specific Id to render the chart to on regular page, it will load, but when I put the DIV with the id to a modal, it just shows blank.
Any idea why this is? Appreciate your help.
Hi awso25,
Modal content is by default hidden until user initiates the modal window to open, so when you load the JavaScript for Highcharts it wont render because the modal is hidden, thus it cannot make calculations until the DIV layer is visible on the page.
My suggestion are that you need firstly to show the pop up, then render the chart, this might help you to create the idea how to:
jQuery(document).ready(function($)
{
$("#your-link-to-modal").on('click', function(ev)
{
ev.preventDefault();
jQuery('#modal-1').modal('show');
// Here you include the code to render the High charts, after the modal is shown
});
});
Hope it helps you.
Arlind
Are there any plans for UI PSD templates? What comes with the template currently is pretty useless as far as building a complete admin system via PSD and handing off to a developer.
Hi fluentd, the PSD UI was not included in the last versions because it was un-rendered and layers were messed up, anyway I have put together all the PSDs I could find: http://cl.ly/3b183J0s1Y32
Art