Home Forums WoodMart support forum Instagram Feed Images

Instagram Feed Images

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #480597

    isaak
    Participant

    Hi, i have connected the instagram account via api. The images are not showing, although if i hover i see reactions and comments and if i click it gets me to the correct post on instagram

    #480600

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for purchasing our theme and contacting our support center.

    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;
    });

    Kind Regards
    XTemos Studio

    #480604

    isaak
    Participant

    Hi, i added the snippet but the problem remains

    Thank you

    #480624

    isaak
    Participant

    It is no ok, i suppose it needed some time to synchronize.

    Thank you!

    #480625

    isaak
    Participant

    *now

    #480633

    Artem Temos
    Keymaster

    Yes, it takes some time to refresh the images. Feel free to contact us if you have any further questions.

    Kind Regards

Viewing 6 posts - 1 through 6 (of 6 total)