Home Forums WoodMart support forum Instagram widget in Elementor – Carousel not working

Instagram widget in Elementor – Carousel not working

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #477660

    Madoo Webdesign
    Participant

    Instagram Carousel Posts aren’t shown in the widget. Only the single posts and reels are shown.

    #477827

    Luke Nielsen
    Keymaster

    Hello,

    In this case, is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?

    Kind Regards

    #479310

    Madoo Webdesign
    Participant

    Hereby the login:

    #479359

    Artem Temos
    Keymaster

    Try to add the following PHP code snippet to the child theme functions.php file to fix this

    add_action( 'image_sideload_extensions', function( $allowed_extensions ) {
    	$allowed_extensions[] = 'heic';
    	return $allowed_extensions;
    });
Viewing 4 posts - 1 through 4 (of 4 total)