• Resolved cesar1431

    (@cesar1431)


    Hello guys, thanks for the great work… to be honest, this plugin should cost us a few bucks. Anyhow… if you go to the page for my link above (you can creata a topic so that you see what i mean)… so, you will realize that i have no issues whatsoever with the Asgaros color scheme… just the editor is giving me this silly blue colour. Any ideas how anyone that does not even know what CSS is can resolve the issue… please?
    Thanks

    • This topic was modified 5 years, 5 months ago by cesar1431.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Asgaros

    (@asgaros)

    Hello @cesar1431

    The background-color is coming from another source – it could be your theme or another plugin. Actually its not possible to identify the source because all your css-scripts are getting combined into a single file by Autoptimize.

    You can try to add the following css-code to Forum – Appearance – Custom CSS, maybe it helps:

    .mce-toolbar .mce-btn button, .qt-dfw {
        color: inherit !important;
        background-color: inherit !important;
    }

    pro-tip; you can disable Autoptimize on a per-request basis by adding ?ao_noptimize=1 to the URL.

    if the problem is not there at that point, some autoptimize (re-)configuration might be needed to fix this. there are troubleshooting tips and info on how to exclude in the AO FAQ.

    hope this helps debugging,
    frank (ao dev)

    Plugin Author Asgaros

    (@asgaros)

    Thanks for the info! Yes, the color-change is coming from the Travesia theme. I suggest you to check its appearance-settings and/or also to contact its developers so they can have a look into it.

    Thread Starter cesar1431

    (@cesar1431)

    Ohhhhhhhhhhh man…. thank you all !!!! Specially to @asgaros . The trick worked.
    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Editor showing silly colours’ is closed to new replies.