I suspect this is already resolved in the plugin, but I added a check for the new function in wp-content/plugins/fusion-builder/shortcodes/fusion-image.php:285.
if ( ! empty( $image_id ) && function_exists( 'wp_image_add_srcset_and_sizes' ) ) {
$content = wp_image_add_srcset_and_sizes(
$content,
wp_get_attachment_metadata( (int) $image_id ),
$image_id );
} elseif ( function_exists( 'wp_make_content_images_responsive' ) ) {
$content = wp_make_content_images_responsive( $content );
}
Related Posts:
- Change admin startpage to Pages-page?
- Is it possible to set a page template on a dynamic home page (articles list)?
- Can’t change parent page
- Redirect “Sorry, you are not allowed to access this page.” to Home
- How to display thumbnail and excerpt of a page on homepage?
- Custom /page/2/ template (different from index.php)
- Is it possible to have a landing page based on the visitors location?
- Making a wordpress page the index on the site?
- How to change only the home page / front page url on wordpress
- is_home() returns TRUE on page template
- Site url is not showing the home page
- How can I get the homepage from the loop?
- My custom template page not loading content inside it?
- Add a static page that links to homepage
- Can I change the “Home” text in the menu?
- Parent page shows no child content
- Displaying posts on homepage – Template Page
- creating single page with 2 columns while theme is 3 column
- Limit the amount of main pages
- “Can’t update in WordPress”
- On the list of Pages, clicking to Edit a particular page redirects to the list of trash
- Different template parts when on different pages
- URL redirect to home page issue in word press site
- How to change default home link title?
- Static Home Page resets to Front Page
- Why my home page doesnt work?
- How to detect if some page template has been selected
- Page view displays not properly after update wordpress
- pagination does not work with query_posts. Help! [duplicate]
- Tags are automatically converted if they match post names. Stop It!
- How to display text of a page in home or custom page?
- How to set a default page for load first time?
- How do I create a page that displays the homepage?
- For some reason my posts are not showing up on my front page [closed]
- How to configure WordPress to handle 75,000 pages?
- How to disable posts and use pages only
- What is the difference between $paged and $page?
- multi page password protection
- Create a “Dummy” parent page for a hierarchy in page listing?
- Password protected post or page – error message by wrong password?
- Get next/previous cousin page
- WordPress 4 and wp_editor() Not Showing Visual/Text tabs
- Get Order of Meta Box in a Page/Post
- Check to see if page exists problems
- Modify Page Title before output via wp_page_list
- Form action redirect to the same page
- How do I create a separate page for each author?
- Front Page not showing on Pages
- WordPress pages with hierarchy
- How to incorporate Documentation into wordpress?
- How to have custom tinyMCE buttons break onto next line when too long
- Get all pages that are published
- Add a predefined page to site
- creating and styling a within a page
- What are trackbacks?
- How to enumerate a list of posts?
- Weird issue with is_pages() with array
- Missing ‘Page Attributes’ in page edit
- How can I redirect to my custom page without loading the Dashboard itself?
- check first and last child pages wordpress
- Special Character Appearing in my WordPress Pages Content
- Prioritize visible content – Page speed issue on Google insights
- How can I check user capability when a page loads (via functions.php)?
- Read more on pages WordPress
- Bad pages redirection
- Remove_filter (‘the_content’, ‘wpautop’) only pages
- Weebly Migration to WordPress [closed]
- Need to create a custom page on a website
- Do I have to widgetize my pages?
- Password Protect Pages Not Working
- Can I connect a page to a taxonomy?
- wp_nav_menu: output featured image of each page listing
- Change displayed “page name” to distinguish multiple pages with the same title
- How to transfer a site to hosting?
- Add the same content to multiple pages
- Front Page post mirroring revisions to other pages, constantly updating itself
- Microsoft Security Essentials is blocking my WordPress website in IE11
- Cannot use old slug – it just 301s to site home page
- Display inner pages like posts.[Like how post excerpt works]
- include exception inside theme for empty widget area
- How to display time when page is created and edited
- Add text to the bottom of particular pages
- Access wordpress pages using a self signed shared ssl
- Page loads all pages of the image gallery with pagination
- Group Pages based on Parent in Admin Area
- How to exclude page in pages module
- get id custom tables on current page
- static page with buton that opens collect email form
- Subpage Conditional
- Multiple WordPress Pages
- How to create an user defined page?
- I have over 3000 child pages – but I need a different main page
- How to enable automatic search results in WordPress
- How to make a conditional statement that checks if the page is the child of a certain page?
- Is it possible to keep the page title from actually appearing at the top of the page?
- Missing page on wordpress “Pages” dashboard [closed]
- Split Page Links
- Ask for template when adding a new page
- How to view front-end of WordPress website, using Atom?
- Custom template is not showing up in templates dropdown list after re-naming it