Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3390365
Classic editor problem
Closed

Comments

  • tm_archinea85 started the conversation

    Hi,

    After installing the soledad layout, I have a problem when editing posts (with classic editor, I prefer classic layout). Half of the window is empty which is annoying when editing and working on a post.

    I tried uninstalling all plugins but it doesn't work.
    Only after switching the theme to another, the editor looks like before.

    Attached files:  archinea-pl-editor-problem-2023_06_11.jpg

  •  2,485
    PenciDesign replied

    Hi,

    For this case, please send me your WordPress admin account in a PRIVATE reply.
    I'll log in and try to help you check this problem.

    Regards,
    PenciDesign.



  •   tm_archinea85 replied privately
  •  2,485
    PenciDesign replied

    Hi,

    I've updated your site by modifying the following file:

    wp-content/themes/soledad/editor-style.css

    Please clear all the browser cache and check again.

    Regards,
    PenciDesign.


  • tm_archinea85 replied

    Hi, great! Thank you very much! :)

    I have one more question, although I realize that it is not related to the Soledad layout.

    Do you know any simple way to automatically add a space between images inside the post (but in the form of a <br> or a separate <div>). Images loaded in bulk to a post have no spacing, so I can't display AdSense ads between them automatically.

    Of course, I will understand if you can't help.

    Regards :)

  •  2,485
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .post-entry img {
        margin-top: 30px; /* top spacing */
        margin-bottom: 30px; /* bottom spacing */
    }

    Regards,
    PenciDesign.



  • tm_archinea85 replied

    Hi, 

    1) Thanks for reply, but to show automatically AdSense ads i have to create a new line (not a margin, padding, etc..), i suppose by a <br> or new <div>, which will be create automatically after every image added to the post (because ads are displayed after paragraphs.. for example after 5, after 15.. and etc..).

    2) I installed a new update to Soledad theme and I have problem when editing posts again (with classic editor). Half of the window is empty which is annoying when editing and working on a post. You edited .css before. Can you send me a ediited part of the code. I won't have to write about the same problem after every update :)

    Regards,

    Tomek



      

    Attached files:  archinea_screen_2023_06_15.jpg

  •  2,485
    PenciDesign replied

    Hi,

    1. There is no perfect solution for this case, maybe you need to manually add the spacing and custom content for each section,

    2. I've updated your site again.

    Regards,
    PenciDesign.