Viewing 11 replies - 1 through 11 (of 11 total)
  • Moderator James Huff

    (@macmanx)

    That’s the current image editor. If it’s the same WordPress.com blog that you’re having trouble with, I recommend contacting their support folks via https://en.support.wordpress.com/contact/

    Thread Starter EnricoWPSeo

    (@enricowordpressseo)

    Thank you very much ??
    But I talk about www.ads-software.com, not about wordpress.com.
    The problem is with a website that have the same image editor of wordpress.com. But this website ist www.ads-software.com 3.9.1. I don’t understand… ??

    Thread Starter EnricoWPSeo

    (@enricowordpressseo)

    Ok, I see now that the Version 3.9.1 has that kind of Editor. So I think that the problem is with the Activ Theme. With this Theme I have this problem with text too:

    `https://seocopywritingit.files.wordpress.com/2014/06/wordpress-immagine.jpg

    Moderator James Huff

    (@macmanx)

    Right, WordPress.com runs the www.ads-software.com software with a few trivial customizations, so any similarities between the two are intentional and expected. ??

    Let’s work backwards here:

    1. What about your current image editor doesn’t “work well”?

    2. What do you expect it to do that it can’t?

    Thread Starter EnricoWPSeo

    (@enricowordpressseo)

    Hallo, thank you for your answer ??

    The problem it’s that the text can’t stay near the images, like in this example: Exemple of editing

    And there are problems with the formatting of text. I make but it don’t work, etc. Perhaps I think it’s a problem with the WordPress Theme, which is of the Company and perhaps not updated.

    Moderator James Huff

    (@macmanx)

    Ah, yeah, the theme should be providing some padding around images in posts.

    Try this in your theme’s CSS or a custom CSS plugin:

    .entry-content img {
    padding: 5px;
    }

    If that works, just adjust the padding to your liking. If it doesn’t, would you please give us a link to your site?

    Thread Starter EnricoWPSeo

    (@enricowordpressseo)

    Thank you very very very much!

    Where exactly have I to put that code?

    The theme had the name of the Company, so I think it’s by the same Company developed, but the person that spoke with me didn’t know it.

    Moderator James Huff

    (@macmanx)

    Hm, that’s odd that they didn’t know.

    If you’re using the Jetpack plugin, it has a handy custom CSS module for quick changes like this, or you could just add this to your child theme or main theme’s style.css file.

    I strongly recommend either using the Jetpack module or a child theme, as you could lose the custom change if added to the main theme if and when the main theme is automatically updated.

    Thread Starter EnricoWPSeo

    (@enricowordpressseo)

    Thank you, but with that code in style.css don’t change anything.

    I tried this code:

    /**/
    .media {
    float: right;
    }
    /**/

    But it’s just for allign the image on the right of the text.

    I’m not using the Jetpack plugin.

    The website is wed-water.com

    Moderator James Huff

    (@macmanx)

    The code won’t show any change in the editor, but you should be able to see a different when you preview or publish the post/page.

    Can you give us a link to a post/page where this didn’t work for you?

    Thread Starter EnricoWPSeo

    (@enricowordpressseo)

    Hallo, I don’t have used the images with that problem. Temporary I use tabelle to solve the problem. So there aren’t pages where it didn’t work. Perhaps, I can solve with a plug-in…

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘3.9.1, problem with Image Editor’ is closed to new replies.