Giter Site home page Giter Site logo

cooladmin's People

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

cooladmin's Issues

Problems with opening a simple Href

Good morning,
I found this dashboard and I liked is very simple and to the point. I made some tweaks to test some random stuff and for some reason I'm having problems with opening a simple Href code.

Right now I just put the normal a href code to open a Batch program that I create in to a new windows (target="_blank") and doesn't open nothing. The Batch program I have it located in the root where the index.hmtl is located and also in a separated folder inside the root. So far nothing that I had done is worked.

Thanks for the attention and for the help in this topic!

Regards

missing calendar page

This is a great template. I really like the clean and clear. As i was exploring the demo site and repo, I see a menu item (but href is only empty anchor) but not a sample page.

Is there suppose to be a calendar page?

Help to include in django project

Hello, I am developing a basic Django web backend and I would like to know how can I include this template into my django project step by step?

Thank you very much

Project status

Hi, i love this template but is there continuity with the project?

Is abandoned?

Regards!

click on mailto href shows white page because the page thinks it will get redirected

If I create a tag like this and click it

<a href="mailto:[email protected]">Sometext</a>

then the page fades out, because it thinks it redirects. Well, because that is a mailto href the page keeps being white.

For that I have made a workaround:

<a data-href="mailto:[email protected]" href="#">Sometext</a>

and the javascript:

window.addEventListener('load', function() {
   document.querySelectorAll('[data-href]').forEach(function(item) {
      item.addEventListener('click', function(e) {
        window.location = e.target.dataset.href;
      });
    });
});

Would be nice if you could fix it. This workaround should help anybody having the same issue.

PS: Might not work in IE, haven't tested it yet.

Navbar and select2 Dropdown not working

I integrated CoolAdmin theme in my Angular project but the dropdown menu not working even I install all the .js file including jQuery.js and Bootstrap.js.

I confirmed that all these js files are loading properly.

Please help me.

Modifying issues and queries for your CoolAdmin template

Hello,nging

We are trying to change the Font colour and size using Visual Studio. It is happening in Designer, but when we run the project, no change happens.
Also we would like to make the Menu role driven. for example, if Admin of our .NET applicaiton logs in, he/she u.will see all Menu items. But other users will see only some menu items depending upon their role. Please guide on how can we do it.

Finally, if we want to change the logo, how can we do the same?

Thank yo

Modal goes behind the header and Fade screen

Hi, I have implemented this template to the asp.net mvc project and it works pretty good. There is one issue I came across while incorporating the model to my page. I have a layout view where I have all the master page content and the main content goes to individual view. When I tried to call the modal with the following code;
<button type="button" class="btn btn-secondary mb-1" data-toggle="modal" data-target="#mediumModal"> Medium </button>

<div class="modal fade show" id="mediumModal" tabindex="-1" role="dialog" aria-labelledby="mediumModalLabel" style="padding-right: 17px; display: block;"> <div class="modal-dialog modal-lg" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="mediumModalLabel">Medium Modal</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">ร—</span> </button> </div> <div class="modal-body"> <p> There </p> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</button> <button type="button" class="btn btn-primary">Confirm</button> </div> </div> </div> </div>

The modal goes behind the header and the fade screen comes forward so you can not close the modal. Please advise how can we resolve this issue.

image for reference.
2020-04-28_1033

Thanks,
Ali

Unable to use datatable from datatable.net

I tried using bootstrap data table from data table.net for a project am working on using cool admin template, but Its not working I have tried everything I know, yet not working, please how can this issue be resolved. Thank you.

Charts aren't displayed in django admin view?

I am trying to integrate this tempalte to my admin view using django but for some reason none of the charts are displayed, everything else works. Any helps on this would be appreciated. See the image for more reference.
Screenshot 2019-07-23 at 13 14 45

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.