Questions tagged [images]
Images are used in different ways by WordPress.You can use a theme with images in layout, place images within your post/page content, display images next to visitor's name called avatars etc
3,579 questions
0 votes
0 answers
25 views
Why do Flickr images embedded into WordPress posts via custom HTML blocks display for some readers but not others? [closed]
I had to stop using WordPress's native image handling because I quickly exceeded the space they provide. So, I started embedding images from Flickr with the "Flickr embed" block, instead, ...
0 votes
1 answer
29 views
wordpress twenty twenty five portfolio updating one image updates other columns images [closed]
I am creating a blog and I added a portfolio page to my wordpress blog. But it is mysterious when I add a image to a column, it updates other two columns also. is it possible to overcome this? Before ...
0 votes
1 answer
64 views
Prevent uploaded images from being cropped
How can I stop WordPress from cropping my uploaded images? I added these lines to do that: // functions.php add_image_size('thumbnail', 150, 150, false); add_image_size('medium', 300, 300, false); ...
0 votes
0 answers
42 views
Image gallery preview images are not updated
I want to replace post images in a 6.6.2 version WordPress site (including post feature images). Most images have been uploaded in image galleries using WPBakery's Media Gallery Masonry Grid element. ...
1 vote
0 answers
51 views
How to easily delete image from database
Im trying to delete images from database, as its accumulating too many duplicated images, tried using some wp plugin but none has really worked, please is there any easier way to go about this? ...
1 vote
1 answer
159 views
Critical error on image display
All of my sites are working except displaying images, attachments, etc. The sites are part of a multisite. The respective path parameters are: upload_path: wp-content/blogs.dir/N/files - where N is ...
0 votes
2 answers
90 views
CSS background image shows in Firefox but doesn't show in other browsers [closed]
Site was built using Underscores and Laragon as local. I moved it to Bluehost using WPVivid plugin. 2 background images show in Firefox but not showing in other browsers after migration. Chrome Dev ...
1 vote
0 answers
40 views
hexagonal image gallery. Am I on the right track? [closed]
I like to make a page where I display 10 images which all have a hexagonal form. Now to make this work I see now 2 options. Use this : https://blockdevelopercookbook.com/recipes/custom-image-block-...
0 votes
0 answers
44 views
WordPress Media Uploads on IIS Returning 500 Error (After Cloning to Staging)
WordPress Media Uploads on IIS Returning 500 Error (After Cloning to Staging) Issue: WordPress media uploads appear in the Media Library but fail to load when viewed directly, returning a 500 Internal ...
0 votes
0 answers
30 views
Why Logo Size is Large?
I set the logo size to 200px 200px but on the site logo is bigger. It is set to image size 626px 626px function theme_support() { $defaults = array( 'height' => 200, ...
0 votes
0 answers
46 views
Open Graph to RSS Feed
We are trying to add open graph tags to our company's RSS feed: https://www.pairfum.com/feed/ However, we are struggling to create a code snippet that we can add to our child theme's functions.php In ...
0 votes
0 answers
38 views
Is possible to open directly the core WP image editor on a modal?
I'm trying to do a modal where I can edit the thumbnail of a specific post, and I wanted to know if it's possible to call and use the Core WP image editor inside this modal and be able there to Crop ...
1 vote
0 answers
48 views
Link post thumbnail image when automatically creating Woocommerce product from a Wordpress post [closed]
I'm attempting to create a fuction that programatically creates a product when a post is created. I can't figure out how to associate the post's thumbnail image with the product image. (If I attach ...
0 votes
2 answers
82 views
How to delete Full Size options from post Add Media?
This is what I have in my Wordpress post edit -> add media options. Now I need to delete Full Size from this select options, because that size not generated, so it not exist ! How I can to do this ?...
0 votes
1 answer
105 views
[Solved]: Extend the list view in gutenberg editor?
Is it possible to customize the list view in the WordPress Block Editor? I would like to place an icon if a custom attribute contains a specific value, similar to how it is implemented in the core ...