GithubHelp home page GithubHelp logo

usmanhalalit / charisma Goto Github PK

View Code? Open in Web Editor NEW
2.6K 2.6K 1.2K 19.87 MB

Free, responsive, multiple skin admin template

Home Page: http://usman.it/themes/charisma

License: Other

CSS 6.02% JavaScript 5.83% PHP 29.31% HTML 58.44% Hack 0.39%

charisma's People

Contributors

akshayagarwal avatar bitdeli-chef avatar denjohx avatar dependabot[bot] avatar jonathanglima avatar mzkrelx avatar pupi1985 avatar sergiosaint avatar usmanhalalit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

charisma's Issues

fonts.googleapis.com ??

I have been debugging a warning from IE telling me that I'm loading insecure content. I traced it to:
@import url(http://fonts.googleapis.com/css?family=Shojumaru);
at the top line of charisma-app.css

I noticed that all the other files use https:// instead of http://

I assume this should be changed as well...

Related: would it be a good idea to have these font files local to the framework, considering this will likely be used for internal secure web applications, that may not have direct access to the internet, or may not want to pull down outside code for security reasons?

[email protected]

If I display out an email inside a dropdown form menu item it will not show the email instead it will display [email protected]. I can i disable this?

"Select all" checkbox not checking all checkboxes

I'm Using, below JS to toggle between checkboxes.
function toggle(source) {
checkboxes = document.getElementsByName('checkbox[]');
for(var i=0, n=checkboxes.length;i<n;i++) {
checkboxes[i].checked = source.checked;
}
}
Its working properly, but in webpage once the "select all checkbox" is clicked, the selection is not displayed.

Error

script of username and password doesn't work properly for some projects i have searched is some changes

<1 class="icon-user">
                    <div class="input-prepend" title="password" data-rel="tooltip">
                            <span class="add-on"><1 class="icon-lock"></1></span><input  class="inut-large span10" name="password" id="password" type="password" value="=admin123456" />
                    </div>
                    <div class="clearfix"></div>

                        <div class="input-prepend">
                            <label class="remember" for="remember"><input type="checkbox" id="remember" /> Remember me</label>
                            </div>
                        <div class="clearfix"></div>

                        <p class="center span5">
                            <button type="submit" class="btn btn-primary">Login</button>
                            </p>
                        </fieldset>

sorry if it is error from my side

How to make folding tabs by default?

Hello. Sorry my bad english.
Thank you for this template. It is just great tabs.
Click on the block button allows you to remove or minimize the tab.
Is there any way that zaopmnit last action with the element?
So that when you refresh the page tab leaving minimized or invisible?
Is there any way to show that tab immediately minimized?

default .htaccess causes problems with the rewrite rules

Just a quick comment... when trying to run the example demo pages on my server, I immediately get a server error because I don't have mod_rewrite, I assume...

here is the error:

...charisma/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration

It is simply solved by commenting out the rules in .htaccess, but I just thought I'd let you know, since the basic demo of the framework seems to work fine without those rewrite rules

Thanks... Great looking framework BTW!

Less

First of all, congrats for the excellent template. But why don't you use less for the css? Wouldn't it be much more easier to modify the theme / upgrade to future bootstrap version?

How can I get an empty element in the "Modern Select"

I converted my normal Select box to be a "modern select' by just adding data-rel="chosen", per your example. However, now I am not able to select the "empty" option that I had in my list. () Is there a way to get this option to appear in the list?

latest jquery doesn't working

Firstly - GREAT work - I'd bet it's the best free admin template on the Internet.

I think it's worth to keep that quality, and ensure that this admin template works with latest libraries. The new jQuery is quite good, fast, and mostly bug-free.

Well, maybe it could also by possible to use the new AMD style libraries, so there could be multiple library versions?

Slowly animation

Animations javascript in chrome 22.0.1229.94 are working very slowly, the IE 9 running smoothly.

Toggle Switch Button

Please can I know that how can we fetch the value from the Toggle Switch buttons.
means 'on' when it is on and of when it is off using jquery

Button is looking great with this class but please let me know how to fetch the value of the checkbox.

Thanks in advance.

responsive table can't scroll in my phone

Dear,

very nice work, I'm using it to do my project.
here is an issue. when I use the responsive table in my phone I found it can't be scrolled. But when there is more then 4 rows I can scroll it when i touch the 5th row, but the rows before it still can't be scrolled , the rows after it work well.

this issue doesn't appear in many phones.

thanks
Li Lei

ie6-7 display Issue

You did great ah, but I find not compatible IE6 and 7, shows that there is confusion. I am from China's web developers, In our country IE6 and 7 browser is the most widely used
, in order to can give users the best use of experience, I hope this problem can improve, thank you very much!

I see you index. HTML code has the following content, but it seems that there are other problems, should be CSS problems

The HTML5 shim, for IE6-8 support of HTML5 elements

<!--[if lt IE 9]>
  <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

ckeditor not working in lightbox

I am trying to add ckeditor in a lightbox. But the problem is it is not working properly. Textfield are not editable.Can you please fix this issue

Black background when printing with chrome

If i open the print dialog (ctrl+p) chrome always puts a black background on the page, which makes the content unreadable.
Tried to figure out where it comes from but was unsuccessfull.
printbugwithchrome

How about other browsers?

Custom sort on data table?

Using the table example provided in the Charisma project, how would one go about making the sorting characteristics of the table at initialisation time to be DESC on the Date registered column using the data table?

Here's documentation from the Data Tables website
http://www.datatables.net/release-datatables/examples/basic_init/table_sorting.html

However, when I insert my custom sorting, I get an error of "Cannot reinitialise DataTable." I added a unique id to the table with it matching what is provided in the code from datatables.net, but that didn't work.

Any help is appreciated.

Absolute path linked to "bs-css"

This had me scratching my head a bit.

I have this theme installed in a folder called charisma. My framework templates all have charisma at the start of the path for all the assets - images, JS, CSS etc. It includes this one specific CSS file:

<link href="charisma/css/bootstrap-cerulean.min.css" rel="stylesheet" id="bs-css">

Every time the page is loaded, it fails to format correctly, as the browser fails to find that script at this location:

http://mydomian.co.uk/css/bootstrap-cerulean.min.css

So where has charisma gone from the path? A bit of a mystery. If I remove the "bs-css" id from the link above, it works. Put the id back in, and page looks for this script in the wrong place again.

"Cerulean" is the default theme, and whatever script is setting the theme, sets the href attribute of the #bs-css link element, BUT uses an absolute path. Everything else in the entire admin theme uses relative paths - there are no assumptions that this package is installed on the root path of the domain.

modal dialog bug in IE 10

When a modal dialog box is clicked, the page turns black! But the dialog box does not appear! Press ESC to restore the page, but the page can not click! Must refresh the page down. This is the problem of IE10.

How to set a fixed width of a div, no content resizing

Hi,

Actually i try to implement a div with fixed width, which shouldn't be resized in charisma ui. I use the PHP version of charisma. I have removed all "-fluid" markups in header and the footer PHP-files.

Afterwards, i tried it with a div of the class "container" and a simple img-tag with a picture in it.

According to the Twitter Bootstrap Homepage, the class "container" should implement a fixed layout:

http://twitter.github.com/bootstrap/scaffolding.html

But it doesn't work. Charisma scales and resizes the content even of this div. Can someone help me?

the demo gallery.html has php code.

id="image-<?php echo $i ?>" class="thumbnail" it should be < id="image-1" class="thumbnail"> 1,2,3 and so on.

so when you click the thumbnail , it will load fail.

any way, thanks your sharing~ I like it.

Responsive Table Table Tool

Hello, I tried to add table tool, but unable.. Only i can do that if i use the example in datatables, but need to remove your table. Anyway to solve it?

composer support ,bower support

want to know if the project support the package tool download (composer , bower ...)? or we have to manually download it then modifying the pages for our projects ?

Cannot wrap TD tags with FORM

I've got an application that has a users table. The final column has an edit button that replaces the contents of the with something like this:

<form>
    <td><input></td>
    etc.
</form>

But some bit of javascript changes my HTML after the ajax call has successfully replaced the contents of the to something more like this:

<form></form>
<td><input></td>
etc.

For some reason, the table columns are being removed from their form. I suspect this has something to do with code that sorts the table columns. This would make sense in a dataTable, but the displacement happens even when there is no dataTable class.

I hope this is the right place to put this kind of issue. Any help would be greatly appreciated.

Sakthi

I have used in charisma master template "×" This symbols does not showing in my website how to show the "×" Symbols please help me

can't input data to mysql

hi, I got little problem ,,,
in charisma form, why I always failed to input data to mysql ,,,
can anyone explain to me ,,,

please help dude ,,,

Date Picker

in the list of features it says it has a Date Picker
can you please put an example of this in the UI features page?

(i'm still new in this web thing, I need examples)

use navbar-fixed-top menu item is not display

Use the navigation bar on the top navbar-fixed-top attribute menu item does not show how to solve?
Will have to consider upgrading to bootstrap 2.3.2

Thanks

I use Google Translate

bootstrap 3?

any plans to upgrade charisma to bootstrap 3?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.