• Resolved milatovskaya

    (@milatovskaya)


    When astra pro addon is activated, background changes in wp editor. It is not convenient, how to fix it?

Viewing 15 replies - 1 through 15 (of 22 total)
  • Hello @milatovskaya

    The background or Global Color changes made through the Customizer are supposed to reflect on the backend as well under the Gutenberg editor.

    I hope that clarifies.

    Regards,
    Suman

    Thread Starter milatovskaya

    (@milatovskaya)

    but with a dark background it is impossible to work in wordpress editor

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @milatovskaya Don’t use that image site again here, it is spammy and malware ridden. Please use a reputable image sharing site instead. I have removed the link.

    Thread Starter milatovskaya

    (@milatovskaya)

    Hello @milatovskaya

    We are unable to view the screenshot.

    Can you update us if the Background Content is Black, is the Font/Text Color set to black too?

    If you are still confused please reach out to us through Support Portal.

    I hope that helps.

    Regards,
    Suman

    Thread Starter milatovskaya

    (@milatovskaya)

    Can you update us if the Background Content is Black, is the Font/Text Color set to black too?

    set website background and content background to dark
    and you recive in gutenberg all dark, this impossible edit page via gutenberg

    Thread Starter milatovskaya

    (@milatovskaya)

    image with problem

    why are you ignoring this?
    or are you sure it should be?

    Hello @milatovskaya

    Sorry for the delay, as we were on a weekend break!

    While as mentioned, if the Background Color of the Content is set to Black, we will need the Text Color to be white.

    Here’s a screencast on what I mean.

    You will notice the same view on the backend in the Gutenberg editor as you see on the frontend with the Astra.

    I hope that clarifies. Let me know how it goes.

    Regards,
    Suman

    Thread Starter milatovskaya

    (@milatovskaya)

    Thanks for your advice.
    …but my text color was white.
    no plugins installed, only astra theme and astra pro.

    Glad that the issue has been resolved, @milatovskaya!

    Do reach out to us if you need any help through our Support Portal for quicker resolution. 🙂

    And do mark the Support Topic as resolved.

    Thread Starter milatovskaya

    (@milatovskaya)

    Glad that the issue has been resolved, @milatovskaya!

    Do reach out to us if you need any help through our Support Portal for quicker resolution. 🙂

    And do mark the Support Topic as resolved

    problem resolved by buying another Gutenberg-friendly theme
    but thanks for you advise

    greysonwhy

    (@greysonwhy)

    I am likewise having this issue. My background is dark grey and my text is dark white on my site. In Guternberg, my background is dark grey, but my text is black.

    Nothing I can do will fix this. I followed all of the steps in the screencast in the previous post, but nothing changed.

    Thread Starter milatovskaya

    (@milatovskaya)

    I am likewise having this issue. My background is dark grey and my text is dark white on my site. In Guternberg, my background is dark grey, but my text is black.

    Nothing I can do will fix this. I followed all of the steps in the screencast in the previous post, but nothing changed

    you can use this as a temporary solution, but it still looks awful

    
    add_theme_support( 'editor-styles' );
    add_theme_support( 'dark-editor-style' );
    add_action( 'admin_head', function () { 
    	?>
    		<style>
    		body:not(.gutenberg-editor-page) h1,
    		body:not(.gutenberg-editor-page) h2,
    		body:not(.gutenberg-editor-page) h3,
    		body:not(.gutenberg-editor-page) h4,
    		body:not(.gutenberg-editor-page) h5,
    		body:not(.gutenberg-editor-page) h6,
    		body:not(.gutenberg-editor-page) #wpbody p {
    			color: #ffffff
    		}
    		body:not(.gutenberg-editor-page) a,
    		body:not(.gutenberg-editor-page) .button-link {
    			color: #ff7f00
    		}
    		</style>
    	<?php 
    } );
    
    greysonwhy

    (@greysonwhy)

    I appreciate the code! Unfortunately, I’m still pretty new to this stuff, so I don’t exactly know what to do with that. What is that modifying?

    Thanks!

    greysonwhy

    (@greysonwhy)

    I figured it out. That’s for functions.php, but, yeah, it’s still very ugly and messes with a lot of things.

    Unfortunately, if this isn’t fixed, I’ll have to look for a different theme, which makes me happy that I hesitated to buy Pro.

Viewing 15 replies - 1 through 15 (of 22 total)

The topic ‘Background in wordpress editor’ is closed to new replies.