Discussion on CleanDream

Discussion on CleanDream

Cart 452 sales
Well Documented

dreamwirenl supports this item

Supported

78 comments found.

Hi please make, multiple select box.

Hi Ssepil,

I much work to do now for clients so in the future i will add it for you!

Very nice template, thanks!

Hi there! Great template but when I try to open the PSD and change the logo it tells me I am missing MuseoSans 900. I installed the 2 .ttf files you provided but they were MuseoSans300 and MuseoSans 700. 900 was not included. Could you please provide the TTF for this font so I can edit the PSD file. Thanks

Hi Sesmith2k,

Send me an email with the form on my profile so i can help you.

Hey Rory, another thing that i’m really struggling with is the Select Box.

There is a certain width defined for select box & image. I need select boxes of two different widths, one for name selections and the other for Number drop downs, which doesn’t need to be so big.

would really appreciate your help with this, trying to save some screen space :)

thanks.

Hi Ensuant,

I will add this or next week a second small size selectbox to the theme!

Hi, dreamwirenl Thanks for a great template!

Question: I need to use Autocomplete Search feature, similar to Facebook Search for some of the combo boxes.. any ideas on how this can be done?

Thanks much, sj.

Hi Ensuant,

With a plugin for jQuery UI see: http://jqueryui.com/demos/autocomplete/

I can add this but i have not much time these weeks so if you are patient it will be in a next update…

Hi Dreamwirenl, Nice theme, as I am using it with codeigniter to create the admin panel. I wonder how can I make the dropdown box accept keyboard input and scroll using keyboard arrows?

Hi Creative_Solutions,

The Author of the selectbox plugin in busy to add some keyboard navigation, so i am waiting when he have add that to the plugin.

If you have self some javascript skills maybe you can add it yourself? The plugin file for the selectboxes is: js / jquery.sparkbox-select.js

How can I make the search-option functionable? Which script i can use to index all content? I am asking before I buy this product! Very nice work :)

Hi FrontsideMedia,

I am not a programmer so i can not make some PHP code or someting for you to make that work. You shall hire a programmer to make that work.

Kind Regards, Rory

hi, i wanna purchase this but tell me – is it possible to add fluid layout as well?

No sorry.

Hi meriu,

The time is there! Now the option is there to make it fluid!

Kind Regards,
Rory

i’m glad you changed your mind ;-) i must buy another great template from themeforest but will think of this masterpiece next time;

thanks once again

I love this template. It is the first of 13 purchases that I am very pleased with. GREAT WORK !

One Question…I know this is probably a novice question but…what controls the “Hide” option on the tables. I have added a page to the site and have the table but can’t seem to get “Hide” to work. Thanks.

Thnx :)

If you click on the hide button then the box will collapse…

If you will send a e-mail with a live preview of your work then i can see what is going wrong. (on my profile you can send a email)

Kind Regards, Rory

No worries – found it in the most obvious of places…

For anyone else out there – line 128 of of the file itself if you want to apply to all tables.

Hi, great theme!

With regard to the jquery tableSorter, could you give me a quick pointer as to where I can set the sort order for a table please. I’ve tried adding the following js just before but this just removes the pagination:

$(document).ready(function() { $(”#table-all”).tablesorter({sortList: [2,0]}); } );

I have used tableSorter before and the above would sort on column 2. When I run this code I get a js error, s1 is undefined on line 573.

Any advice would be gratefully received. Regards

Hi,

Nice theme. wanted to know if I purchase your theme may I use it in one of my application which I am planning to sell on codecanyon.

Thank you.

Hi Naoshad,

The Regular license will not work for you. But look on the two pages under this text and you will find your anwser.

Simple explain: http://themeforest.net/wiki/buying/howto-buying/licensing/ Full explain: http://themeforest.net/wiki/support/legal-terms/licensing-terms/

Hi there!

I understand, no probs, thanks for your quick answer :)

Nice! Just Purchased.

Could you explain how to secure admin data.

I mean using secure login & password form, maybe i will be include in new update?

Your theme is very nice for a novice like me ;)

Hi Youplix,

I will not code a PHP login form, i am not a PHP coder so this is someting for yourself to do, sorry.

You can look on Google for tutorials how to make the login working with a database to store the users and passwords.

If i can help you with someting else, let me know.

How can I change the date format on the date picker to be MM/DD/YY instead of DD/MM/YY?

Hi lanceadpear,

Here is the solution:

Open inline.js and go to line 194 and change that to:

Date.firstDayOfWeek = 0;
Date.format = 'mm/dd/yyyy';
$(function() {
    $('input.datepicker').datePicker({
        clickInput: true,
        startDate: '01/01/1995'
    });
});

Another question … How can i use onchange=submit() in select form ? If i insert this, the submit start automatically …

I dont know what you wanna do…?

Hi there,

I’ve developed a web app using your DreamAdmin template, which I thought looked quite nice – but I must say that I like this new template better.

Do you think there would be much work in me converting my app over to your new template? It looks like they are structurally fairly similar?

I think it will be not to hard. Like you said: They two templates are fairly structurally the same.

Good template… but i have a problem using a form in a fancybox modal box. It work but when i submit the form it open a new window… there is a way to utlize the iframe option in fancybox like this This goes to iframe ? Thanks

Hi David,

If you add this in the js file:

$("a.iframe").fancybox({
    'width'                : '75%',
    'height'            : '75%',
    'autoScale'         : false,
    'transitionIn'        : 'none',
    'transitionOut'        : 'none',
    'type'                : 'iframe'
});

And then make your link:

<a href="URL" class="iframe">link</a>

Then it will work, i think. :)

form-button.css:

I would like to create form in a medium box with a label, single text input field, and the submit button on one line. When I try this using the default form-button.css using the following html markup, the alignment of elements becomes skewed (image of skewed form and code used below).

I would like to create a new button class for this specific need, but not sure where to start. Can you assist?

Image of skewed form: http://www.mediafire.com/imageview.php?quickkey=68ieilwyejccfuh Code:
<div class="box medium">
    <div class="title">
        <h2>Quick Participant Checkout</h2>
        <span class="hide"></span>
    </div>
    <div class="content forms">
        <form method="post" action="">
            <div class="line">
                <label>Barcode/CID/Email:</label>
                <input class="small" value="" type="text" />
                <button class="grey" type="submit"><span>Sumbit</span></button>
            </div>
        </form>
    </div>            
</div>

I will look for a fix for you.

How difficult would it be to use jquery DataTables with this theme so the style stays consistent?

Hi Counterform,

Why do you want to use Datatables?

I like the real time filtering of data offered by DataTables. See Search field in the following example:

http://www.datatables.net/release-datatables/examples/basic_init/table_sorting.html

I realize I could implement this solution myself. I will just have to dig in and learn more about CSS to get the theme right.

Ahh oke.

Cell sorting is already in the template. I will take a look if i can update the tables with a live search filter, it’s not a promise but i will look and maybe put it in a next update!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey