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


HI displayinline, how do i see a demo of the actual theme? i cant seem to find the link on your landing page
Hi!
You can see it here: display-inline.fr/demo/developr/template/ – the link is in the blue block just below the introduction text.
Hope you’ll like it
Hello displayinline, How can i implement a tree checkbox list using the developer template ?
Hello!
The template does not include a tree structure, but you can use an existing jQuery plugin such as jsTree or Treeview to build the tree, then just include your checkboxes in it.
Hope this helps!
Hi displayinline,
I stream you of questions, I’m really sorry, but I spent hours trying to solve the following issue, without success:
The form container’s width follows its own container’s width, but the text inputs stuck to 280px wide. How to fix this so that the text inputs become fluid ? Thank you very much !
Hi,
Most of the time, adding the class full-width to your input should be enough (it will make it fluid). Note that this doesn’t work if your input has siblings (icons…): in this case, you need to use a solution such as this one or this one.
Hope this helps!
Thanks ! Here is what works from an aesthetic point of view, and that’s what I was looking for, because the input field itself never gets wider than 280px:
Hi,
I have found that if you have a form with a styled Select menu and a text input field, if you make a selection from the Select menu and then start typing into the text field, the select menu selection changes to an entry where the first character matches the first character you type in the text input field. It seems that the select menu still has focus after you have made your selection and clicked away from it. This only happens in Firefox. Other browsers seem to behave OK.
Hi,
This is a known issue, some browsers are quite inconsistent on the way they handle focus and blur events on non-input elements. In this case (in Firefox), the focus event is triggered but not the blur event, and the select key bindings is not removed – which result in the issue you describe.
I am currently rewriting this part of the plugin to fix this, it should be available in the next update
Hi again!
I just finished my rewrite of the input styling plugin, you can download it here.
I tested it on many browsers and platforms, but if you notice any issue please report it to me
Thanks, I’ll give it a try.
Thanks for the great code, just 1 question. Is there a provision to invoke next and previous steps manually with the wizard. Say with the click of a button or manually calling it from a js function? So onclick – > next step is called
Hi!
Sure, just call the plugin API methods:
$('.wizard').showWizardPrevStep() $('.wizard').showWizardNextStep();You will find more details in the documentation, in Features reference / Form / Wizard
HI, is it easy to add Api calls. We have the api calls ready. Best regards sam
Hi,
This template is only a HTML/CSS skin for developers, it is not functional by itself. You will have to code the calls to your API and the dynamic features you need on top of it.
Tell me if you need more details!
HI, Thanks for the reply. I have the Api ready and php,curl,json. But I am stuck to link it to input text fileds etc. Is it posible to get help to ad it to the homepage ?
Hi,
I am sorry, but this is specific to your project and out of the support range for this template.
You need to find a developer to help you build you app – try posting a message on the forum, you will find some talented developers there
Having issues with the icons on the standard android web browser (4.0)—the entypo icons all show twice. As if it’s trying to do a shadow, but the off-set icon is placed beside the icon rather than behind it. Works fine on chrome for android though.
Hi!
Everything works fine on my Android device, hard to tell what’s going on with yours. Did you check the demo website to see it this happens to?
Also, you should check if your documents have a correct HTML5 doctype defined. In some cases, a missing doctype is known to cause similar issues.
About the default browser in Android, it seems to work differently on every device: I had several reports of Android users on bugs that only happen on their own device…
Tell me if you still can’t find a solution!
Hello,
I have another question regarding resetting of class easy-multiple-selection (Select object). How do you reset it programatically? I have the following code but only works when you go back and focus on the select object.
function resetmultiselectbyid(objID){ selObject=document.getElementById(objID) for (i=0;i<selObject.options.length;i++){ selObject.options[i].selected=false; } }By the way this question may have been asked already, the other question is: Is there a search here in themeforest where buyers can search for topics or questions like this from the seller?
Thank you again.
Hello!
When you change a select using javascript, you need to trigger a change event, so the styling plugin knows it needs to update. You can do something like this:
function resetmultiselectbyid(objID) { var select = $('#'+objID); select.find('option').prop('selected', false); select.change(); }About the comments search feature, this is something we’re all waiting for
In the meantime, you can use my support forum.
Hope this helps!
Hi,
do you plan updating to jQuery 1.9?
Hi!
The next update will use jQuery 1.9, sure. In the meantime, I think you can safely start using it with the current version: I made a quick test, and it seems to work fine at first sight.
The template did not use any deprecated function in 1.8, so it should run seamlessly with 1.9
Please tell me if you notice any glitch!
Hi displayinline,
Something strange happen when I use the mouse wheel in a page of my site. Here is the error reported each time by Firebug :
TypeError: a.event.handle is undefined, in setup.min.js Line 1
I have got the same error with setup.js (i.e. not minified).
This error doesn’t prevent the page from functioning.
Hi,
I have no errors showing here in Firebug. Can you give me the exact line in setup.js where it happens? Maybe I can guide you into fixing it
Here is the error (with setup.js, not minified) :
And here is the concerned file, mesinfos.php :
I think there is something wrong with this php file, because I don’t have this issue with the other php files. I checked every single line, but didn’t find anything abnormal. I mean, nothing different from the other files.
Thank you !
@simonschmitz
I use jQuery 1.9.0 and don’t have any particular problem.
You’ll get the latest version.
Hi,
I checked the latest version of the original code of this feature, and it seems you can replace this line by this one to prevent the error:
Tell me if this solve your issue, I will update the template then
Great ! Problem solved ! Thanks a lot !
Glad I could help, thanks for the feedback!
Hi – A query regarding form. Is there a class available to make input text control to look differently (say in RED shadow) to indicate that was required. I know there is required class available. But that only does the validation. But i would like to indicate to the user which are all required and which are all not via textbox color coding. can you please let me know if it is already available in handy.
Hi!
There is no built-in style for this, but you can easily add one. Changing the border-color is a bit complex, but setting a light red background is easy – just add this style:
.input.error { background: #fbb; }Then add the class error to any styled input:
Hope this helps!
Hello, I’m a newbie when it comes to using the jQuery Ajax feature. I’m trying to use it with the login box. Can you tell me exactly what I need to return in php as a success? It looks like it’s communicating with the php file, but I don’t know what to return. Is it suppose to be in JSON format? Any help would be appreciated. Thanks
Hi!
You can use this example I gave some time ago as a start point. You need to adapt it to your project, but it won’t require more than 2 or 3 changes
Hope this helps!
Yep, I actually had looked at that already… I just had a difficult time understanding what I needed to output in result. Luckily for me though, I figured it out by just adding
data.logged == 'true'instead ofdata.logged. Thanks though!Why is this template so bad on the iPad and iPhone? Very slow and jittery. Using iPad with retina and iPhone 5. Do you have another one that is optimized for Jquery.mobile
Hi,
The template works perfectly fine on every iPhone I checked, and is also perfectly smooth on my iPad 2 (slower than your retina version). If the template is slow to load, this may be because of a slow or busy connection.
Also keep in mind that this is a HTML template, which are always slower than native apps. But it is responsive and works on all devices with the same code, whereas native apps require multiple versions
Query:
Demo Page URL: https://medtexter.stripe01.cs12.force.com/mtSignInNew21. Goto “step 2” of wizrd 2. Under section “Credit Card Details”—> Exp Date 3. Have two dropdowns, a. Year, b. Month 4. Month list is being dynamically populated based on Selection in Year dropdown. 5. Year 2013, 2015, 2016, 2017 => Month list is “01 (Jan)” to “12 (Dec)” 6. Year 2014 => Month list is “07 (Jul)” to “12 (Dec)”
Issue: When we try selecting 2014, the list get reset correctly, and the first value in the list is selected (as desired) But when we try to select 2015 after selecting 2014, though the list refreshes and the selected value in the dropdown is reflected as “01 (Jan)” but the list content is not refreshed to show all the 12 options also all the present items in the list are selected (screen attached).
How to over come this.
https://dl.dropbox.com/u/14985576/Issue%20copy.PNGHi,
I checked your page, and indeed in some cases the select is only populated with half of months. But if you check the hidden select inside, you’ll see that it only has these values, so it looks like it is an issue with the page’s JS code, not with the template styling.
Somehow, the function which fills the select seems to drop a few months in the process. Maybe some var is not declared locally, thus mixing with a larger scope one.
Sorry I can’t help more!
Hi displayinlne,
I found this at the bottom of one page :
Should I add it to my index page ? Does this relate to the whole template ?
Hi,
This is the main template setup function, used by many plugins. It will be fired automatically (on document.ready), but in some cases calling it manually speeds up the whole load process – mostly when there are numerous scripts loading.
It’s up to you to include it or not on your pages: make some tests with or without it, to determine whether is has an influence or not.
I guess the most important is to add it to the first page (index), because the following ones will load the cached scripts. But I might be wrong !
... and another question : how can I make the calendar start on monday (as we usually do in France) ? Thanks !
Hi,
This is not possible with the version of glDatePicker included in the current version, but if you update to glDatePicker 2.0 you can set the option dowOffset to 1 to use Monday as the first day.
If you upgrade, you’ll need to use one of the default styles, as the current custom stylesheet for Developr won’t work. But I will include this version along with a custom stylesheet in the next update
it’s too bad… I’ll have to wait for the next update to start working on my calendar !
Sorry, I may have been unclear. I wasn’t talking about glDatePicker but about the fluid calendar (calendar.html, developr.calendar.js, calendar.css). I didn’t find any setting in developr.calendar.js relative to the day of the week the calendar should start.
By the way, is it possible to populate the fluid calendar with glDatePicker (current version) ?
Forget what I wrote above ! I found the solution…
Hi,
For those interested in easily populating the fluid calendar, I found a very handy php script:
I made some adjustments so that it matches the developr.calendar.css selectors. You can download the modified php script here:
Be cautious, the modified script takes three more parameters than the original one ! (list of parameters in the page header).
AMAZING THEME! I love it SOOO much! But! On the login page I removed all the script so it would not be quite so fancy and it will not allow logins to complete… any ideas why? Its like it is blocking the script from running any php I added to it!.
Hi, and thanks!
About the login script, once you remove all the bottom script it should behave as a standard form. Did you remove all of it, or did you strip only parts?
The only part I can think of that may prevent the form from being submitted is this one:
It may appear several times, depending on the version you picked. On you remove it (you may keep the occurrences used in form validation), your form should be sent as any HTML form.
Tell me if you still can’t have it to work!
Well see… I tried it but if I remove any of the code around that the form gets all bent-out-of-shape… So to speak. I can show you if you want to look at the site.
Sure, you can send me the link through my profile
Hi,
The calendar starts on sunday in USA and Canada only (see ISO 8601 norm). In the rest of the world it starts on monday. That’s why I made a second version of the calendar.php script, starting on monday. In the following zip file you’ll find both versions : calendar_sun.php for USA and Canada, and calendar.php for the other countries.
I added the display of days from the previous and next months, and fixed a bug in the original script according to which, if a month ends on saturday (like August 2013) the script will add a full row of the next month 7 first days.
Please note also that it takes now 4 parameters instead of 5.
Orginal script:
http://www.newmediacampaigns.com/page/create-a-jquery-calendar-with-ajax-php-and-a-remote-data-source
Extended:
http://aedifex.fr/developr_doc/assets/calendar.zip
Hi, and thanks for sharing, that’s awesome
I am sure this will be useful to many people!
For my Agendas and Calendars, I want the name/title of the event to be a single line that shows ellipsis (...) for overflow. I see how this is accomplished for the TIME element within each .agenda-event using the following three values:
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
However, when I try to add this to the .agenda-event of Agenda or the .cal-events > li of Calendar, it doesn’t behave quite right.
Agenda: In Firefox, it’s fine. In Chrome, it doesn’t show the ellipsis at all. In IE, it only shows the ellipsis if I mouse-over the event.
Calendar: None actually show the ellipsis.
Any help in getting the ellipsis to show properly? Thanks.
Hi,
The property overflow is probably overridden by the value defined in the mediaquery block for 768px and upper screens (around line 474): just set it to hidden here too, and it should work fine.
Tell me if you need more details!
I’m sorry, but line 474 of which file?
Whoops, sorry: I was speaking of the file calendar.css – I assumed you were working on this one so I did not mention it.
Tell me if you need more details!