-
AuthorPosts
-
February 2, 2023 at 5:36 pm #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.
Would be great if I can change this.
Thank you and best regards
BarbaraFebruary 2, 2023 at 6:43 pm #1396450Hey 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,
RikardFebruary 3, 2023 at 3:31 pm #1396550Hi,
with pleasure. Please find all informations in PC.
Thank’s and best regards
BarbaraFebruary 4, 2023 at 11:37 am #1396644Hi,
Thanks for that. I see that you are running the Simple Image Sizes plugin, maybe that is altering the images in question?
Best regards,
RikardFebruary 6, 2023 at 6:14 pm #1396868Hi 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
BarbaraFebruary 6, 2023 at 8:33 pm #1396891Hi,
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,
RikardFebruary 7, 2023 at 4:09 pm #1396993Hi,
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
BarbaraFebruary 7, 2023 at 7:24 pm #1397033Hi,
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,
RikardFebruary 8, 2023 at 5:32 pm #1397202Hi,
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
February 8, 2023 at 7:01 pm #1397222 -
AuthorPosts
- You must be logged in to reply to this topic.