Giter VIP home page Giter VIP logo

Comments (14)

riklaunim avatar riklaunim commented on September 10, 2024

check if the images that return 404 are in the package or if they are external ckeditor plugins not provided with ckeditor itself.

Left padding may have been caused by inline editor fix. That probably would have to be optional. I do not test it with grappeli.

from django-ckeditor.

SalahAdDin avatar SalahAdDin commented on September 10, 2024

Well, i'm using Django-Suit, not grappeli.
Before of the update, don't have this padding, now, i have.

See, with office2013 Skin don't have problem with the icons, but, with monoo i have proble.
skinsoffice2013

Is beautiful with this skin.

from django-ckeditor.

riklaunim avatar riklaunim commented on September 10, 2024

Try overriding ckeditor/widget.html template (source: https://github.com/riklaunim/django-ckeditor/blob/master/ckeditor/templates/ckeditor/widget.html ) and copy the code except the margin-left style.

from django-ckeditor.

SalahAdDin avatar SalahAdDin commented on September 10, 2024

And i don't know is the languages config works:

languages : {
        'ar' : 1,
        'en' : 1,
        'es' : 1,
        'ru' : 1,
        'tr' : 1
    }

is you want i can to do a pull request with Office2013 skin and margin-left fix.

Yes, margin-left should be auto.

from django-ckeditor.

riklaunim avatar riklaunim commented on September 10, 2024

any extras should be managed by users. Adding more and more pluings to the core package is not a good idea. Margin problem will be solved.

from django-ckeditor.

SalahAdDin avatar SalahAdDin commented on September 10, 2024

But, in server, could be difficult to put other plugins or skins.
I think that you should put the full monoo skin, I think that this is probably the issue with icons.

from django-ckeditor.

riklaunim avatar riklaunim commented on September 10, 2024

it would not be difficult to put static files and some JS configuration in you project. The point of plugins is that they are optional, additional.

from django-ckeditor.

SalahAdDin avatar SalahAdDin commented on September 10, 2024

The skinks are a folder, no js files.

from django-ckeditor.

riklaunim avatar riklaunim commented on September 10, 2024

So whats the problem?

from django-ckeditor.

SalahAdDin avatar SalahAdDin commented on September 10, 2024

In the server isn't easy put other folders. It's more easily use collecstatic with folder skin into the package.

from django-ckeditor.

riklaunim avatar riklaunim commented on September 10, 2024

I don't see any problems - on development you have staticfiles finders and on production collectstatic. That ought to allow you to put any plugins you want. If needed you may also fork this application and add needed plugins, package it and use in you projects.

from django-ckeditor.

SalahAdDin avatar SalahAdDin commented on September 10, 2024

Or maybe, i think, create a tree folder structure, same with your folder project and put then the skin folder, then, theory... When I do collecstatic, alll giles will be in the same folder.
Well, I think, jajajajajajsj I'm crazy

from django-ckeditor.

SalahAdDin avatar SalahAdDin commented on September 10, 2024

Now, don't works the office skin and the monoo skin works perfectly!

from django-ckeditor.

riklaunim avatar riklaunim commented on September 10, 2024

django-ckeditor 4.4.6 released with some fixes. Should be much better.

from django-ckeditor.

Related Issues (20)

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.