I think a quick thumbnail regeneration might be the cure for this. Try using Regenerate Thumbnails or a similar plugin, but backup your uploads directory before proceeding.
In order to just disable WP responsive images use this filter.
/**
* Disable WP 4.4 srcset
*/
add_filter( 'wp_calculate_image_srcset', '__return_empty_array' );
Related Posts:
- Run shortcode at certain resolution
- Reduce size of responsive title
- Post images are not displayed on the front page
- Where are the src and srcset sizes coming from?
- Generate responsive post thumbnails of same size
- Configure WordPress to Use Responsive Image Rendering
- Responsive loop with 3 columns inside row then 2 columns
- Add div after every 4 posts then every 2 posts for a responsive loop
- Saving Post redirects to 404 page when php $_GET variable in post body
- Removing backstretch image from pages/posts
- WP Knowledge Base Theme bug – Subcategories and Articles, Need to change WP_Query
- Display WP posts in 3 responsive columns
- Understanding responsive imagery
- How to fix ‘Notice: Undefined index:’ in PHP form action
- Remove update nags for non-admins [duplicate]
- How to determine if WP_DEBUG is enabled? [duplicate]
- Is the first item returned by get_posts() always the latest post?
- Combine CSS and JS files from plugins
- username_exists() function can’t be access without logging in
- Separate WordPress themes for each category page
- How can I remove “Proudly powered by WordPress” from twentyeleven without modifying footer.php?
- Using Cookie Data For WP_Query Loop
- how to add display_name from the users table to this query
- error importing localhost export file to server
- Get value of contact form 7 radio button [closed]
- How do I list the_tags() into HTML data-attribute
- WP Insert Post function – Insert Post Thumbnail
- get_usermeta() deprecated in favor of get_user_meta(). But why doesn’t it make use of it?
- Create dynamic pages from external JSON data without storing in Database?
- How can I hide Home in my menu in a specific page?
- WordPress custom slug (endpoint) and compare all links
- Only show search results with if current date is between two dates?
- Remove duplicates – array_unique()
- database interactions using OOP
- get_term_link() returns correct – But illogical error-messages disturb
- prevent default not stopping page refresh. Passing form information to and from php with ajax in a wordpress site
- Capture User Email Address When Filling Out Form
- get_posts() and WP_query limits ‘AND’ conditions to a maximum of 6 for meta value queries in WordPress
- How to modify a global variable in a function and use it on another function?
- How to send get request to file.php right and where to store that file.php?
- PHP echoes value without the use of echo
- Get URL from shortcode tag
- Display WordPress Post Content in 3 Columns
- How can i show post_class() within output loop?
- How to remove ?p= from wordpress short links
- Could use some help with Shortcodes
- Do I always need to call wp_get_current_user() before accessing $current_user?
- How to make function appear in sentence?
- Save html content of a widget textarea
- Widgets not showing on custom theme
- How to define a variable already defined in a plugin function?
- Array to string conversion on array_map
- Target post_date_gmt if it’s empty or not set
- Remove page title in product page using a function
- Custom query vars filters problem with pagination
- Output votes to div dynamically in wordpress
- How to use AJAX in WordPress in MYSQL query?
- Angular not defined [closed]
- Redirect to current user page upon link click
- Adding wp_list_categories to a specific div that was appended using jQuery
- PHP code snippet to remove microdata
- Search AJAX Filters – Multiple Query Loops Into One Loop (Optimization)
- WP_Query: How to get results from both meta_key options?
- Restrict post to current user in postmeta
- Generate a QR code when creating a new WordPress user
- Passing in MySQL prepare statement parameter separately throwing error
- Critical error on your site
- posts_per_page displays only 2 posts instead of 4 posts
- MYSQL TIMESTAMP when adding DATE_FORMAT then the output is blank, PHP conflict?
- ACF relationship on user profile page used for allowed access
- Retrieving and Displaying Data From a Table
- Error `this set of changes has already been published`
- Paged WP_Query is quitting on page 3
- How to locate parent theme functions and add functions to my wordpress child theme?
- Need help with format of nested array in MySQL
- How to add delete, approve, spam Links to Comments
- Adding user meta to post meta wp_insert_post() not working
- Showing the authors username and bio on custom author.php
- searching for members in wordpress
- Edit Post custom options not working
- jQuery doesn’t work in my php snippet
- Rearrange get_categories array compared to another array
- Changing code to remove 2 records for the first line
- use system script advertising in wordpress multisite
- Help with my first Metabox helper class
- how to manipulate HTML parameters using PHP conditions
- Can i show items based on the day with php?
- Dropdown Menu for Query_Posts
- How can I add page template after post of a post type?
- How to add custom checkout field in user details mail template
- Fatal error: Uncaught Error: Call to undefined function wp_nav_menu()
- How to edit homepage in WordPress?
- Adding Custom JQuery Menu Fresh Slide Out
- Errors while Loading Most Recent Version of jQuery
- How I can give a php page a style from my theme
- How to create a loop that will display one post and stop?
- Alternative to php echo within code
- Add multiple HTML attributes to an Elementor button
- Why does WordPress not send the user the email to add a password?
- How to put a class in the p tag automatically added by the_content() in the wordpress loop?