Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #255976

    Good day,
    i’m a Swiss graphic agency and your big fan. Your theme is really great!
    I never had a problem ’til today, but sudennly i can’t modify my text whit the advanced layout editor.
    The button for justify, change color ecc… are disappears and my text is white! And i can’t add pictures.
    I check other web site i made, but the problem is only whit enfold.

    Thank you,
    best regards

    #256050

    Hi SwissDesign!

    Thank you for using the theme!

    Please try this on functions.php:

    function ava_css_dashboard() {
    echo '<style type="text/css"> .js .tmce-active .wp-editor-area {color: #555;} </style>';
    }
    
    add_action('admin_head', 'ava_css_dashboard');

    Let us know if it works.

    Best regards,
    Ismael

    #257503

    Thank’s Ismael,
    i have tried to copy e paste this in functions.php, but i guess not in the right place. My programmer is not working this week and i can’t ask for help. I can still bother you please?
    Can teach me where exactly i must put this code?
    I’m sorry, but usually i do only the graphic part and some html…
    Thank you for the patience,

    Giacomo

    #257579

    Hey!

    Thank you for the update.

    Please add it at the very bottom of functions.php. Make sure to remove browser and plugin cache. If I am not mistaken, the patch to fix the text block should be out in a few days. Please wait for it.

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.