Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1396429

    Hi,
    I have a question – it is not so important – but I have this problem on many sites.

    I have changed the image size of the blog images in the sidebar.
    Now the images in the backend are to big, to see the text under the pictures.
    Here an example, what I mean.
    bw

    Would be great if I can change this.
    Thank you and best regards
    Barbara

    #1396450

    Hey walhai,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1396550

    Hi,
    with pleasure. Please find all informations in PC.
    Thank’s and best regards
    Barbara

    #1396644

    Hi,

    Thanks for that. I see that you are running the Simple Image Sizes plugin, maybe that is altering the images in question?

    Best regards,
    Rikard

    #1396868

    Hi Rikard,
    in which way should the plugin change the image size in the backend??
    In the frontend I need this size.

    Thank you and best regards
    Barbara

    #1396891

    Hi,

    I can’t tell you exactly how that plugin works unfortunately, but maybe there’s an alternative to create a new image size which you can use on the frontend? You might want to reach out to the plugin developers if you should need further help with it.

    Best regards,
    Rikard

    #1396993

    Hi,
    Okay, no problem, but I was talking about the backend!
    And I think this must be some enfold css or something similar.
    But it is just the backend, not so important, just complicated and not easy to find the labels for my customers.
    Thank you and best regards
    Barbara

    #1397033

    Hi,

    Images used on the backend are not duplicated, so if you change an image size, then they will change on the backend as well.

    Best regards,
    Rikard

    #1397202

    Hi,
    I found a solution maybe there is somebody else who needs this:

    Put this in the function.php in child theme:

    add_action(‘admin_head’, ‘blogbilder’); // admin_head is a hook blogbilder is a function we are adding it to the hook

    function blogbilder() {
    echo ‘<style>
    .widefat img {
    border: none;
    width: 50px;
    height: auto;
    }
    </style>’;
    }

    Best regards Barbara

    #1397222

    Hi,

    Great, thanks for sharing your solution.

    Best regards,
    Rikard

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