Home Forums WoodMart support forum Instagram API

Instagram API

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #466691

    Homelicious
    Participant

    Hi,

    for some reason the instagram app i have on the front page stopped showing the photos it only shows the oldest and newest

    Attachments:
    You must be logged in to view attached files.
    #467130

    Hello,

    Please add this code to the functions.php of the child theme:

    add_action( 'image_sideload_extensions', function($allowed_extensions) {
    	$allowed_extensions[] = 'heic';
    	return $allowed_extensions;
    });

    If you have any questions please feel free to contact us.

    Best Regards

    #467200

    Homelicious
    Participant

    Ηι,

    The code was placed but no changes were made

    #467412

    Homelicious
    Participant

    i fixed the problem ok

    #467423

    Homelicious
    Participant

    Will there be an update for this issue?

    #467683

    Hello,

    Our developers are checking the issue at the moment and keeping it in control.

    Have you solved the problem?

    Best Regards

    #467704

    Homelicious
    Participant

    Yes with code at functions.php

    #467870

    Hello,

    We are glad you have solved the issue.

    If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Instagram API’ is closed to new replies.