653 comments found.
hi,
Let me start by saying this is a very brilliant theme.. good job
My question is, in the login page, I needed a larger login box, so I set the height of ”.loginWrapper” in the main.css file.. but then the footer was floating in the middle of the page!
Things work fine if I change to ”.Wrapper”, but the footer just floats with ”.loginWrapper”.. How do solve this?
Thanks
Thanks!
If you’re changing the height of login box, you need to change top margin then for .loginWrapper
Fixed height is required to keep the login box vertically aligned
Any plans to support wireframing tools? (Mocklfow, Moqups)
Sorry, but no, don’t have such plans
Hi – This might be a silly question, but can it be used for Wordpress? And if yes, how does one implement it? 
How do I validate combobox (select) ? Thanks.
You mean dual listboxes? which validation are you using?
Double post
Excuse me, but I do not speak English well. Using the form wizard with the fields validated the form does not work well.
also the text field works only with name = req how can I fix this?
Well, i need to see your code/page and check what you did there
On my side everything works fine,
TNX Kopyov for help me!! this is the link http://test.bunz-project.com/BRAIN/CMS/wizard.php class=”validate[required]” – is not works but if name=”req” – the fields validated is good
sorry for my bad english
I see, this validation plugin requires a unique name for the input field, based on that there are a few options like to set a custom message or something like that.
For example this rule:
rules: {
bazinga: "required",
email: { required: true, email: true }
}
Means that input with name=”bazinga” is required
Does you update the theme in the near future? Have you a date?
Would the elfinder will be updated on theme? The elfinder 2.0 is out and have very useful functions like the multiupload with drag&drop: http://elfinder.org/
Thanks for your answer!
Yeah, new update will be released in a month after i’ll release a new theme. I have already necessary styles for elfinder 2.0, so it will be replaced for sure
That’s really cool! I’m curious about it!
- Can you insert an example in the theme to work with the plupload? To hand over the data/temp files etc. (with a submit button or without)?
- Will there be another WYSIWYG Editor include in the new release? I think http://elrte.org/demo would be the best to integrate because you have already include the elfinder (the same developer) – so the system for the user is the same and in this WYSIWYG Editor is a file-upload integrate.
Thanks for your great work! 
Hey.
1. I think no, because it depends on the plugin options which you can add yourself and setup plupload for your needs.
2. Definitely i will, but don’t know which one.
Thanks 
“Yeah, new update will be released in a month after i’ll release a new theme. [...] 27 days ago”
Have you any date in mind we can wait for? 
A new theme is 90% done, trying to finish it asap and get back to updates. Sorry for delay, i hope in the middle of October i’ll upload an update 
Thanks!
I’m curious about it! 
Can you hold the month october? If not, it’s ok! Only to know so i can plan the project
!
Please contact me via email
The update must be big after this time! 
Yeah, it will
Sorry for delay with it, too busy at the moment 
Can you imagine any date? Up to now i think It’s Brain is the best Admin Template on Themeforest from http://themeforest.net/category/site-templates/admin-templates
Do you have a list of the features that we can plan our project optimal? Thank you!
Hey. Sorry for delay.
Unfortunately no, i am trying to find a time besides my full time job to get it done, but no luck until now, it’s around 70% ready.
1. More advanced jquery ui functionality
2. All plugins and libraries update
3. Some new features
4. Bootstrap version.
5. Other options and fixes
That’s all for now
Hi, if you tray in the demo the dual boxlist with ie 8/9 not run??
Everything works fine on my side, just checked on 2 workstations
Hi, I purchased this few months ago, i was wondering, is it possible to setup a multi-user functionality with this? any recommendations?
Hi,
I believe you can do this, as it’s an html template, but i am not sure since i don’t know exact specifications
Ok, thanks. I was hoping maybe you knew any PHP scripts that work well with the template.
Unfortunately i can’t suggest you anything, sorry. Didn’t work with such functionality
I try to pull the form wizard into a dialogbox but it loses the CSS , any idea why?
Could you please show me your page online? I will check what’s wrong there.
Thanks
Hi. I’m loving this theme. I’m trying to get it to work with codeigniter. How do you change the login button action/link that it goes to?
Hi.
Thanks!
It’s just an action attribute of the form, you can use php or any other page instead of index.html, if that was the question
yeah i found that action attribute a couple minutes after i posted this ha. is it possible to change the url it goes to? for instance when you enter a for username and a for password it takes you to the url you have in in the action attribute but also adds ?login=a&password=a. is there a way i can controll that part of the url?
I have found the solution I need. Thanks!
Where are the files from “File upload” after click “Upload”?
On http://www.plupload.com/ i have read that it create temp files and there must be a submit button to transfer the data.
I just want the upload after click on “upload” without temp files and without click “submit” in /uploads/.
How can i do this?
Plupload works with php connector, you can set the path to your files directly in upload.php file.
I am not sure you can upload files without click on Upload button without changes in plugin core
Hi Kopyov,
Really love this template, but just wondering will this template work on IE 6 , IE 7, as I still need to support both browsers unfortunately
.
Thanks,
Johnny
Hi.
Sorry, but any of my themes doesn’t support IE7 and IE8 , it takes too much time to adapt it, i just believe it doesn’t worth it, sorry.
HI, Great theme. In an input field, is there anyway to make it so that the first letter only is uppercase? This will be for first and last name fields.
input[type=text]:first-letter { text-transform: uppercase; }
or use text-transform: capitalize;
Did not work.
Hello again and thanks for the reply.
I have another problem, I am trying to use a portion of the theme for a facebook application. the problem is when i access the page with https:// at the beginning of the address I loose the fonts, the tabs and more. What am i doing wrong. Please can you assist me
Thanks
Could you please show me that page so i’ll be able to check what’s wrong there?
Thanks
Hi,
Please could you tell me how i could get the page to remember the last tab after reload
thanks
Hello, please i would like to know how to get it to remember the tab after the page reloads ?
thanks
hi.
Current tabs don’t support such feature, unfortunately. In the next update i will add standard jquery UI tabs, the support it. Update will be uploaded very soon, i am working on it.
Thanks
Hi,
I am trying to add a new section to be displayed below the footer in which I want to display debug information from my application. However if I add a new element below the footer it always appears above it. See screenshot @ http://awesomescreenshot.com/02ac7u5d7.
Code I have placed after the footer is:
<div class="wrapper">
<div id="debug-stats">
My Content
</div>
</div>
However this always appears before it. How can I ensure this element always appears after the footer?
Thanks
Hi.
By default footer is placed at the bottom with absolute position. Just try to add bottom: 40px; for example, so it will have a 40px gap at the bottom
Thanks for the quick reply. Sorry tried this but it didn’t work. The div I have defined after the footer still appears above it though now there is a bigger gap between the footer and the bottom of the screen.
could you please send me a link to your page, i’ll check what’s wrong there?
It’s a local install on my machine. What’s the best way to let you see what’s going on? Are there some files or code I can send you?
I just tested on my workstation, add your code right after
<!-- Footer -->
<div id="footer">
<div class="wrapper">
<span>© Copyright 2011. All rights reserved. It's Brain admin theme by <a href="#" title="">Eugene Kopyov</a></span>
</div>
</div>
and change bottom: 0; to bottom: 40px; (example), everything works fine for me.
The other thing is that you need to have a fixed height of the block.
It was setting the height that fixed it. This was commented out of downloaded code. Thanks for the help. Much appriciated. Keep up the good work 
Glad it was solved!
Thanks 
Hi,
It happens on any page with liquid light template. I haven’t tested with other versions. Please check this screenshot http://cl.ly/image/2z2a2y1a0t3h
Oh, thanks for reporting, i’ll try to get an iPhone 4S and test it asap, iPhone 4 still looks fine for me.
Hi,
Something happends on iPhone (4S) in landscape mode that “footer” div style seems to be wrong and it appears over elements on “content” div. If I turn iPhone into portrait orientation the footer looks fine and below contents.
Cheers
Hi.
That’s weird, does this happen only on specific page or on the whole template? Also did you see the same issue in live preview?
I tested it on iphone 4 and everything works just fine
Hello. Great template. I looked at the icons page, its a lot off different css classes on the icons. Where is some documentation and overview on howto use the icons?
Hey there.
Unfortunately i didn’t create a page with icons classes, but i will add it in the next update, already got a few requests 