This item is by an Elite Author
displayinline
- Elite Author
- Sold between 100 000 and 250 000 dollars
- Author was Featured
- Exclusive Author
- France
- Has been a member for 3-4 years
- Referred between 100 and 199 users
- Bought between 1 and 9 items
2,994
Purchases
Buyer Rating:
4.79 stars
4.79 average based on 408 ratings.
-
5 Star
35186%
-
4 Star
399%
-
3 Star
133%
-
2 Star
10%
-
1 Star
40%
| Created | 10 April 12 |
| Last Update | 6 May 13 |
| Columns | 4+ |
| Compatible Browsers | IE7, IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| High Resolution | Yes |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files |
- admin
- agenda
- app
- cms
- columns
- extranet
- fluid
- intranet
- mobile
- modal
- notification
- progress
- responsive
- slider
- touch
© All Rights Reserved displayinline -
Contact Envato Support


Hello, Thank you for your kindless reply.
about the select, yes I changed the latest version andthe select of ‘check-list’ class doesn’t reduced automatically before touch an option but now after select an option the select doesn’t reduced. um.. Could you Help me?, thanks.
yes, it works well, thank you~!
Hi,
Having masterfully answered some of my previous queries, I was wondering if you could help me with another.
I am using the select boxes with some pretty long lists in some instances, so the scroll bars are appearing in the drop down as expected. The scrolling works great in FF, however in IE8 , although it essentially works there is visible flashing as he scroll bar redraws itself. This can be seen in the country drop-down on the documentation page for selects.
Is there any way to smooth out the rendering?
Thanks Marcus
Hi!
I checked this, and it seems it is caused by a delay in the handling of the scroll event by the browser… Nothing much to do, unfortunately.
I will search a bit more to see if I can find some solution, I will notice you if I do!
Ok thanks, I appreciate you taking the time to look into this anyway. Damn IE!
Hi, I need the selects to be a set width which is easily done by setting the style of the select to an exact width by pixels.
The problem I’m having is that the widths differ between browser, i.e. I set the correct width as it should look in Firefox but when I load the same page in Chrome the width is longer, and not just by a few pixels, but by 20+ pixels?!? How can I fix this? I need consistency between browsers. Thanks
Hi,
I just checked and it seems that in some cases, the template may add some margins to the wrong browser (some of them need special care).
I just fixed it, you can download the improved plugin here.
Tell me if this fixes your issue!
Thank you, this has solved the issue. BTW I am extremely impressed by your template, plus the level of support you provide!
It would be great to have a better bug tracker though, as I’ve found it difficult to see if anyone has mentioned certain bugs (all of which I’ve found you have fixed already – except this one – until now). Thanks
Hi Displayline,
I have an issue with the switch/checkbox replacements in IE8 /9 and latest chrome(browsers I checked). All fine in firefox. As soon as I click on one of the switch replacements the whole page becomes “read-only”, meaning I can’t select any text on the page, no copy and pasting. I haven’t looked through some of the posts here but haven’t found a similar issue yet. Do you know of an issue with these select replacements, is there a fix?
Thanks
Hi,
I just checked, and indeed the text selection is not restored once the drag is over. I fixed the plugin, you can download the latest version here.
Thanks for reporting!
Hi displayline,
Thanks a million! Can you please tell me what you did and why this occurred or point me to the code please? I would really like to see what causes this.
Thanks man you’re the best!
Glad I could help
The issue was caused before the document onselectstart method was not reset after the drag event if it was not defined before. So instead of this:
if (ieSelectStart) { document.onselectstart = ieSelectStart; }I wrote this:
Cool thanks for sharing!! Any news on 1.4? Can you give us a some idea of what you’ve been working on?
Working on it! It will mostly consist of enhancements and bug fixes, with a few new features
Hi, when I use the element plugin CONFIRMATION , this is displayed and works well in browsers on desktop computers, but when I try the same application on tablets (eg iPad) the plugin is displayed, but does not respond, does not work, the other touch events the ipad if they work.
Thanks.
Hi,
I just checked, and everything works fine on my iPad. Maybe your issue is related to a special case in which the plugin fails to work correctly.
Do you have an online demo that I can check, or can you send me the code you are using? This will help me diagnose what may cause this
Thanks,
please give me an email to send sensitive ling info to our developement.
So, the WYSIWYG Plugins, in tablet mark only html codes
Thanks a lot, my e-mail personal is: javier.baez@javierbaez.com
Mail sent!
About the wysiwyg editor, the plugin included in the template seems to have no support for touch screens – if you need one that has, take a look at CKEditor, that’s one of the most powerful editor around
Hello, and thanks for the great theme. We love the theme but are having an issue with IE, when using IE7 or 8. We are seeing an error in “respond.min.js” on this statement:
M.styleSheet.cssText=F
The error is:
“Invalid argument.”
F in this instance is the “480.css” stylesheet contents, in pure text form (not sure where this is getting passed in). “M.styleSheet.cssText” is equal to ”” before this assignment. I am not sure if it’s trying to load the wrong CSS or what.
Any help is greatly appreciated!!
Hello!
Well, I never seen this error pop out before, and I couldn’t replicate it, so it’s hard to tell what’s wrong… There is even no mention of it on the plugin’s bugtracker.
I updated the plugin to its very latest version, and included the template’s required changes, you may try to use it to see if it solves the issue: get the compiled version here, or if you still have the issue, the full version here for easier debugging.
Tell me if you still have the issue!
Hi again, I’ve noticed another issue with the select in that “update-select-list” does not reset the selected value if an item has already been selected before calling “update-select-list”.
These are my reproduction steps:- I populate a select using an AJAX call and then trigger the “update-select-list” to force an update to the list. This works fine.
- Now I select a value in the select.
- I have some action that then empties the select options with the .empty() method.
- Then add a new option as a placeholder plus any further new option values e.g. “Please select …”, “2 people”, ...
- Then trigger “update-select-list”
- The text shown in the select is still that of the selected value.
This should be reset to either the first option if no option has a “selected” attribute or to the option with the “selected” attribute if it exists.Hi,
The special event update-select-list is dedicated to the options list, if you want to update also the select’s displayed value, just chain a change event:
$('#select').trigger('update-select-list').change();And everything should work fine
Hi,
I’ve tried your AJAX login example in
http://themeforest.net/item/developr-fully-responsive-admin-skin/discussion/2085628?page=30#comment_2552620but it isn’t working as expected.
I’ve found one difference (maybe typo) already: Inside Package/html/login.html the password field is named “pass”, in your PHP script you refer to a field named “password”. Maybe there are other errors, too, i haven’t found already. But although I’ve corrected the naming, nothing is working.
The problem is: When both fields (login/pass) are filled and there is – of course – no error message displayed, the processing stops after displaying “Checking credentials…”. I’ve integrated some breakpoints within your PHP script, none of them is reached.
The name of the login page in my case is login.html (renamed by mod_rewrite) to login.php.
Any help would be very nice.
Hi,
This example was specific to this user’s request (I had additional details provided by mail), so you must adapt it to your setup. If you want the complete final (and working) script, here it is: http://pastebin.com/Sa9gYJHH
The only thing you need to change is the SQL request part (lines 28-79), to match your own users table and database driver – the solution used there (PDO/MySQL driver and password encoding with hash) is quite common, you may have very few to change.
Tell me if you need more details!
Many thanks for your answer and the final code.
The problem is solved, it was caused by a too early output from my PHP framework, so the headers of the Ajax code couldn’t be sent. The Firefox add-on “Tamper Data” helped a bit to research the wrong placed output, too.
Hi again,
I am using your tables like the demo in tables.html and having the following questions:
1. There is a table column consisting of a checkbox for marking all other checkboxes as checked, called “check-all”. But nothing happens after clicking it. I’ve searched the name “check-all” within the CSS /JS code, but didn’t find anything in the code.
2. I want to sort the whole table by default in descending order out of the database (highest ID first). There is a database field with a unique ID. That’s no problem, but if you change the sorting by clicking on another field (e. g. Name), the sorting changes and can’t be switched back into the default sorting without displaying a unique ID (but nobody needs to know this ID). Is there a way to arrange a special hidden table column with the unique ID in background for processing and sorting, but displaying nothing (or a different value instead for this hidden column)?
3. Do you have any suggestions for integrating a dynamic on-the-fly adding and removing of table columns (or moving existing columns to another position) like done in MS Windows tables, similar to moveable widgets in jQuery dashboards? Maybe there is a special library or you do have other tips.
4. While searching this comment section I found out, that you have updated several JS files (developr.input.js, developr.modal.js, developr.navigable.js, developr.scroll.js, developr.wizard.js) in the last weeks. Is there a list of all updates available? I just want to get sure, that I’m not missing any update and avoid running into several already solved issues.
Many thanks in advance.
Hi!
Here are my answers:
1. This is just an example layout, but you can easily implement this with a few lines of jQuery:
$(document).ready(function() { $('#check-all').change(function() { $(this).closest('table').find('tbody tr > :first-child :checkbox').prop('checked', this.checked); }); });2. You may combine DataTables hidden columns with custom column rendering to achieve this. You will find many detailed examples on the plugin’s website
3. Well, I have never done this before, but there are probably many plugins for that… Though I don’t know one I can recommend you actually, sorry!
4. There is no list (yet I could make one), but you can get all template plugins in their latest version in this archive. I hope to release an update with all of these soon
Hope this helps!
Thank you for your help.
1 is working fine.
I’ll try #2 later.
About #3: If I’ve found a good and fast enough solution I will let you know.
And I’m really looking forward for your update, since your template is one of the best I have ever seen.
(lines beginning with # are not processed by this comment area)
About #1: Thank you, it’s working fine.
Hi,
regarding your solution for #1:
This solution works only if you are using classic checkboxes. If you are using styled checkboxes (class=”checkbox”), this code isn’t working:
Of course I can build a little for-loop myself, but your solution looks smarter and maybe it only needs a little fix.
Hi,
In fact, you just need to trigger a change event if you are using switches, so the code would be:
$(document).ready(function() { $('#check-all').change(function() { $(this).closest('table').find('input[name="checked[]"]').prop('checked', this.checked).change(); }); });And it should work fine then
Hi,
we are using one modal window in jsp page (say add user form is opening in modal). We have some instructions in the modal and we have used icon-info class to show the icon before the text. The icon is appearing fine in firefox and chrome, but the icon is getting cloned every time we open the modal in IE ( 9, 8 ).
This same behavior is replicable for all icons in IE if those are used in modal popup. Can you please check?
Hi!
This may happen if the automatic setup is ran several times on the same set of elements. If added a cleanup in the setup function which targets IE, it should fix your issue – get the latest setup.js version here.
Tell me if it solves your issue!
Fantastic work!
Cheers friend! Good luck to your sales
Thanks a lot!
Any update on the new version getting released. Seems there has been a lot of fixes in the js files. Thank you!
Hi!
I am working on it, hope to release it soon
In the meantime, you can download all updated template scripts here if you want!
So the download isn’t exactly the same as the live preview, for example, there isn’t a button to reverse the side menu UI. Can you update the download please.
Hi,
This switch was designed for the demo, this is the only difference with the final package
You can easily add it yourself:
<input type="checkbox" name="reversed-layout" id="reversed-layout" class="switch float-right" onchange="$(document.body)[this.checked ? 'addClass' : 'removeClass']('reversed');">It simply toggles the class reversed on the body element.
Hope this helps!
Hi! I need to load data into tabels with AJAX Do you have a code for that in theme?
Hi!
You may use the server data loading feature of the plugin Datatables bundled with the template, it is quite powerful.
Hope this helps!
You do fantastic work.
I have a question about the themes colors, a follow up to your response to HectorH30 from about 8 days ago.
I want to make the theme blue instead of grey/black. Can you give me more detail on how to do it?
Thanks.
Hi, and thanks!
This is quite simple, you just need to be methodical:
Repeat for every element you want to change.
Hope this helps!
Hi, I am back with a small problem with the datepicker. The format I get from it is European day/month/year I need to have US: year-month-day Note that mysql needs – instead of / as separator. Is there an option in the js or somewhere so that I can get this without translating the result of the datepicker for every time my client use it? Best!
Oups, I found out myself on the website of the plugin developer.
// A callback function to call when a date has been selected. // Possible values: a function with two arguments: target, newDate // For example: $(".datepicker").glDatePicker( { onChange: function(target, newDate) { target.val ( newDate.getFullYear() + "-" + (newDate.getMonth() + 1) + "-" + newDate.getDate() ); } });Where i can see modal windows options? It is said there are 40+ options… where is the list?
Hi,
You will find a comprehensive reference of all modal options in the documentation, in Features references / Displaying messages / Modal window – scroll down to the bottom of the page.
Tell me if you need more details!