• Resolved napleswebguy

    (@napleswebguy)


    I’ve been using this plugin since version 0.4 and LOVE it and use it on EVERY site. But with the newer versions its gotten to “fancy” for my liking. Whats the stable version I can drop back too that still works with the latest wordpress but not have all the “extras” please?

    Also, could you send me a link to download it as well.

    Thanks!

    https://wordpress.org/plugins/my-custom-css/

Viewing 12 replies - 1 through 12 (of 12 total)
  • Anonymous User 357386

    (@anonymized-357386)

    With latest release u can disable all extras… i can’t understand what is the problem.
    I’ve spend more of my free time for new feature like backup, text zoom, template, auto-complete ecc.
    Anyway, u can download any older release from here: https://wordpress.org/plugins/my-custom-css/developers/

    Thread Starter napleswebguy

    (@napleswebguy)

    I didnt notice the “advanced” link to disable everything….that does help bring it to a place I like best….

    Thanks

    Anonymous User 357386

    (@anonymized-357386)

    u’re welcome 🙂

    regards…

    Thread Starter napleswebguy

    (@napleswebguy)

    Maybe in next version you can add a toggle to hide the search/replace bar and the font/theme bar as well….http://prntscr.com/9kbd1p…

    Also, why an error for using !important?
    http://prntscr.com/9kbdoi

    Thanks!

    Anonymous User 357386

    (@anonymized-357386)

    isn’t an error, yellow is an “advice”.
    error is in red.

    yes, can be a good idea, for next release, a “disable all” setting 🙂

    Thread Starter napleswebguy

    (@napleswebguy)

    Yes, that would be great!

    So why the yellow “advice” flag for using !important?

    Thread Starter napleswebguy

    (@napleswebguy)

    Or better yet, can it be removed somehow?

    I use !important a lot and hate see the yellow flags….

    Anonymous User 357386

    (@anonymized-357386)

    for disable warning (for all, u can’t disable only for…) u can edit plugin css (editor plugin, or via css) and add these:

    .ace_gutter-cell.ace_warning {
        display: none;
    }

    this setting is part of ace editor: https://github.com/ajaxorg/ace/wiki/Syntax-validation
    i don’t know why it put warning for important, but “many important” isn’t a good way to work.
    maybe u can try to best select your css rule.

    Thread Starter napleswebguy

    (@napleswebguy)

    Great thanks!

    Anonymous User 357386

    (@anonymized-357386)

    eg: one of my latesst css backup: http://www.*** (no more useful)
    i don’t use any important here.

    regards…

    Thread Starter napleswebguy

    (@napleswebguy)

    Sometimes !important is needed to override the theme stylesheet

    Anonymous User 357386

    (@anonymized-357386)

    my plugin, usually, is put in template just before body.
    so, it override all other css rule (CSS = Cascading Style Sheets).

    something, other plugin can be loader after my plugin (nextegen gallery, for example). only for this can be necessary to use !important

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Latest version’ is closed to new replies.