134 comments found.
Kopyov, still using this great theme. However I’ve noticed an issue for awhile (and I think it was mentioned in an earlier comment): on an iPhone/iPad, i’m unable to click/touch in a textarea and type in it. Something is stealing the “touch” or “click”. I also see symptoms in a normal browser (Safrai or Chrome): if you select some text, in either a textarea or else where (with a visible textarea on the screen), then if you click within the selection, the selection highlight does not disappear. And it should. This works fine on pages without a textarea.
I tracked the problem down to the jquery.ibutton.js file. in fact there is question/solution for this on StackOverflow:
http://stackoverflow.com/questions/12780282/jquery-ibutton-plugin-causing-elements-to-be-not-clickable-in-ios-6Unfortunately this did not fix the problem for me. So for now, I simply comment out the jquery.ibutton.js file. But it might be worth taking a look at. Maybe you’re able to find a fix, or replacement for iButton.
I remember there was a problem with ios6 and ibutton, but it was fixed. Anyway, thanks for the info, i’ll double check ibutton plugin 
Thanks!
A small typo in plugin.css, line #244:
.cleditorMain iframe {border:none; margin:0; padding:0-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-box-sizing: border-box;max-width: 100%;}
should be…
.cleditorMain iframe {border:none; margin:0; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-box-sizing: border-box;max-width: 100%;}
There’s a missing ’;’.
oh, thank you for the tip!! Will fix that asap
Hi Kopyov, i need your help. Man, how can I decrease the space between the forms? ex: 2 input texts
you mean vertical spacing between the rows?
Yes
.control-group { ... }
class in main.css file, it’ll reduce whitespace
Hello kopyov, i need build a MLM but i don’t know really how to start. A big company here in brazil apparently uses your amsterdam template, can you check if this is your job? here is: escritorio.bbom.com.br , and the most important: and how can i use this template? you recommend some MLM software? thanks bro!
Hi/
Yes, seems like it’s Amsterdam. But i am not familiar with any MLM software, sorry. This kind of template can be used with different applications, but requires additional development.
Thanks
Any idea till another update Kopyov?
well, Amsterdam was updated 10 days ago
Mostly updated plugin versions.
Thanks
Hi, Thanks for your work, it’s just great ! I have a little question : where can I find the data concerning the calendar ? I mean the events ? I can’t find where they are.
Thanks in advance
Hi.
You can find it in custom.js file, approximate line #107
Thanks
Hi,
We are using the Layout 1 of this theme. For some reason the content inside the Page Header > H5 is coming in 2 lines instead of 1. It is happening for small content like ‘Main Page’.
Am also sending you a mail regarding this along with a screenshot for your reference.
Looking forward to your reply.
Thanks in advance.
Hi. I need to see your code before i can tell you what’s wrong there. Could you please show me your page?
Have sent you the link through you profile page.
Just bought and may I say, I’m in love with the theme. I have a quick question though, is it possible to implement a faster chatting UI, instead of having to goto message page, etc. but like you can stay on same page and chat for example: facebook chat.
It’d really be useful!
Sorry for delay with response.
Yes, already have a concept, will try to add it in one of upcoming updates 
Great, also in a update can you add a profile page?
Yes, already have a draft for it 
awesome. One you get that done I’ll be able to use this as my backend admin panel for upcoming software 
hows it going? any eta till an update?
Sorry, don’t have a time right now for new features, too much work
Yesterday i updated Amsterdam with some plugin updates, regarding new features – i’ll add them within a month. Thanks
Hi Kopyov,
Could you include in next theme update last select2 release (jQuery form plugin) ?
Currently theme plugin version is 3.1, and this one is buggy (cannot set back placeholder using javascript).
Last plugin version is 3.4.1, so If tryed to do update myself (replaced jquery.select2.min.js file). But if I do that, select display and javascript are “broken” :
Please help :’(
Thanks!
Hi there. Definitely yes, i’ll update plugin version. Will try to do it this week!
Thanks
Hi there, any news about that? Thanks!
Sorry for delay, been very busy, thank for remind me.
Already working on it, should be available for download later today, i’ll let you know 
New update is in queue for review and should be available shortly. Thanks for your patience.
Awesome! You rocks 
Hey,
cpild you update it to the latest bootstrap version?
Thanks.
Yes sure, update is ready, will be uploaded this week. Thanks!
Okay i wait for it then
Hopefully it comes fast
Thanks!
Hm how is it going? 
Should be available in an hour, currently in queue for review 
Done, item was updated.
google translate: Good night! Can I change this template in visual studio 2012? I’m new to programming’ll try make the necessary changes … using asp.net and C #. This template perfect for my needs … congratulations …
Hi there.
This template is html/css only with integrated jquery plugins, based on Twitter Bootstrap framework. You can edit it in any editor which supports html 
invalid json on the file manager too
Hi. I’ll update live preview tomorrow, seems like one of plugins causes redirect. File manager works fine, i turned it off in live preview, because previously i had a few issues with file manager accessibility.
Thanks!
Seems your live preview got hacked?
has a redirect to star-movie.net in it
Hello
What is driving the colors for the graphs/charts? Is that purely flot autogenerated colors? they seem to match well but i can’t figure out where they are coming from in your pages (if indeed custom or somehow influenced).
Thanks Jeff
Hey.
All colors are in /js/plugins/charts/jquery.flot.js file:colors: ["#ee7951", "#6db6ee", "#95c832", "#993eb7", "#3ba3aa"]
Perfect, thanks!
Hi. I liked so much this template. But ahm.. is this used for wordpress or something? Because i’d like to use the design in my web app. Is there a way to do that?
Hi.
This is html/css/js tempalte only. In theory it can be used with any application, but you will need an additional implementation and development.
Thanks!
Hi,
URGENT Firstly, thank you for this wonderful theme and the excellent service so far.
We are facing a small issue. We are using the dropdown select field in our UI. What’s happening is when we are calling data to this field dynamically by binding it in, we are losing the styling provided by you. It remains fine if data is not call dynamically to this field.
We have some thing called SelectList in the MVC. We have dropdown list and bind its datasource as the SelectList and set the style of the dropdown.
MVC – Model View Controller – a design pattern used in developing applications for web applications. Microsoft provides the pattern itself and we just need to use them
Could you please let us know what might be the issue here?
Looking forward to hearing from you soon.
Thanks and best regards.
$.uniform.update();
Where do we need to call this? On document load?
in custom.js file. If you added jquery code for loading remote data, call it after or inside it
We are adding data to dropdown in jquery, i tried adding this $.uniform.update(); before and after page load and it is not working
What we are doing is, we are binding it via its datasource as a SelectList. The SelectList is a list in MVC and in code behind we fill the id and names of the statuses.
When we are calling the data, we are not reloading the entire page.
Any idea what to do here? What does the uniform.update() function exactly do?
Hi,
Is it possible to use your template as a website instead as a backend admin. I really like your design and I would like to publicly display some data where the user does not have to register or login to see the data. Also is it easy to integrate it with wordpress? Thanks.
Hi.
Does this come with a PHP file, and what does that file do? Also, does it come with a login page, if so what does it look like?
Thanks
Kopyov,
We are using this template and have noticed significant performance hits to browsers older then IE10. This performance hit is actually demonstrated in the link to your demo. If you click on your name at the top right hand corner to produce the dropdown you will notice in IE8/9 it takes roughly 1-2 seconds to just show the dropdown. Do you happen to have a fix for this issue? If you also try the bootstrap/jquery tabs in your demo you will notice it takes a while to switch between them versus instant on IE10/Safari/Chrome/Firefox.
Thanks in advance!
There are some issues with loading, because by default all plugins and js files are included + pretty much css code. If you’ll be using only necessary files, everything will be perfect. I am working on some code updates and after update i’ll update demo preview.
Thanks
I have cut your javascript includes down to about a quarter of what it has in it by default and that has made no difference.
I figured you may know the library that was causing this issue 
You can also clean up css files, remove import, minify them. Also minify js files.
Anyway, checking live demo and i don’t see such issues like 1-2 seconds delay, everything works fine here.
I would check IE8 again because it does happen
I have tested this on several VM’s as well as several pc’s here in the office.
Thanks anyways though
Yeah, this template is a bit overloaded with features, i tried to combine full set of bootstrap components + adding extra features and libraries. In the end it seems like 50% of these features are useless 
Hi,
In your WYSIWYG editor, the cut / copy / paste functions are not getting activated when we select ant text?
Could you please let us know whats the issue here?
Thanks in advance
Hi.
For security reasons, some browsers do not support script driven access to the clipboard. I suggest you to hide those buttons and use keyboard shortcuts or mouse context menu instead
Could you please guide us how to hide those buttons?
controls: // controls to add to the toolbar "bold italic underline strikethrough subscript superscript | font size " + "style | color highlight removeformat | bullets numbering | outdent " + "indent | alignleft center alignright justify | undo redo | " + "rule image link unlink | cut copy paste pastetext | print source"This is a toolbar controls, just remove unnecessary items from here