Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beautiful work #1

Closed
baver11 opened this issue Jan 31, 2014 · 22 comments
Closed

Beautiful work #1

baver11 opened this issue Jan 31, 2014 · 22 comments

Comments

@baver11
Copy link

baver11 commented Jan 31, 2014

Hi, this is a beautiful theme, and thanks for making it available free of charge with MIT license.

There's only 3 things missing in this theme and that is:

  1. some sort of 3 column layout like here for messaging:

https://wrapui.com/items/preview/syrena/messages.html

  1. UI for a chat, you know with chat bubbles left and right, like you see in these examples: (but better styled for your theme)

http://themes.webinane.com/bars/widget.html
http://themeforest.net/item/flaty-premium-responsive-admin-template/full_screen_preview/5247864

  1. There doesn't appear to be an interface to view and reply to an email. (Clicking in mailbox on a mail does nothing)

I'd be willing to donate some money if you could implement these features. Let me know.

Regards,
wesley

@baver11
Copy link
Author

baver11 commented Jan 31, 2014

Hi again, I just downloaded the theme but see that it is not the same as displayed on your website preview. Is this an earlier version? Could you upload the newest version?

A beautiful MIT licensed theme is sorely needed for the open-source community, and if you do it, it will bring you a lot of publicity.

@almasaeed2010
Copy link
Contributor

Hello. I sincerely appreciate your comments about the theme. Unfortunately, this repository was made for a previous version of the AdminLTE theme. The current version is awaiting approval by the {wrap}bootstrap review team to be sold there. It's not going to be highly priced. In fact, the suggested price is $15.

However, your comments about improving the theme is greatly helpful.

Thank you.

Note: you are still free to use the previous version in anyway you want.

@baver11
Copy link
Author

baver11 commented Jan 31, 2014

Hi, thanks for your fast reply. That's just too bad - I won't be able to use your theme because it's not MIT licensed (the one you are going to sell) (or is it?) - the theme available on github does not have all the functionality needed. Thanks though, and good luck with it.

@almasaeed2010
Copy link
Contributor

The new theme is not MIT licensed.
And sorry to disappoint you

@almasaeed2010
Copy link
Contributor

The new theme is now licensed under MIT and is available for download on github

@almasaeed2010 almasaeed2010 reopened this Feb 1, 2014
@almasaeed2010
Copy link
Contributor

I will start working on the new features as soon as possible

@baver11
Copy link
Author

baver11 commented Feb 2, 2014

Thanks! Btw, I've just sent you a $100 donation.

@almasaeed2010
Copy link
Contributor

Your donation is greatly appreciated.

@gdespirito
Copy link

@almasaeed2010 how can i contribute with the development? If you need something, i'll be happy to help.

@agnihotri7
Copy link

i downloaded it from github but its js functionalities are not working like sidebar , dropdown menus etc .
any help?

@almasaeed2010
Copy link
Contributor

@gonzunigad sorry for the delay. Please email me at support@almsaeedstudio.com

@rockse
Copy link

rockse commented Mar 7, 2014

@agnihotri7 Hey man you need to run it via Xampp or Wamp. It will work fine then.

@agnihotri7
Copy link

@rockse the path for jquery was not currect ( href='/jquery.com........' )
it should be like ( href='http://jquery.com........' )
now it works.

@agnihotri7
Copy link

how can i add ajax loader in this theme?

@almasaeed2010
Copy link
Contributor

I don't understand your request. Please elaborate.

@agnihotri7
Copy link

@almasaeed2010 i want to show a processing image while response takes time.
what is called as ajax loader.

@agnihotri7
Copy link

i am changing ".contents" part using ajax when user clicks on left side sidebar links (like charts, tables, calendar).

now i want to show a processing image while request is being processed.

@ghost
Copy link

ghost commented Mar 11, 2014

The theme has this functionality already. ( click the refresh button on the content box and it will refresh ) Also what you are wanting to do can be done with just ajax, you shouldn't have to make any changes to theme.

@agnihotri7
Copy link

@tech-samuel i am not doing any change to theme .
but my functionality for ajax loader is not working .

@almasaeed2010
Copy link
Contributor

The classes used to create the overlay and the ajax loading image for a box are:

 > .overlay, > .loading-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    > .overlay {
        z-index: 1010;
        background: rgba(255, 255, 255, 0.7);
    }

    > .overlay.dark {
        background: rgba(0, 0, 0, 0.5);
    }

    > .loading-img {
        z-index: 1020;
        background: transparent url('../img/ajax-loader1.gif') 50% 50% no-repeat;
    }

You can find this code in the box.less file and the main AdminLTE.css file.
Thank you.

@agnihotri7
Copy link

Thank you.

@ghost
Copy link

ghost commented Mar 25, 2014

Can this be closed ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants