Home Forums WoodMart support forum Instagram not showing images

Instagram not showing images

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #465869

    replique.project
    Participant

    Instagram not showing images.
    Settings are done by this tutorial – https://xtemos.com/docs-topic/how-to-setup-instagram-api/

    #465945

    Hello,

    Instagram has changed the integration process now the only API is available, please read and follow the instruction on how to configure that:
    https://xtemos.com/docs/woodmart/faq-guides/setup-instagram-api/

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

    Best Regards

    #465973

    replique.project
    Participant

    The API is connected.

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

    replique.project
    Participant

    Any updates?

    #466241

    Hello,

    Please deactivate all plugins except these ones:

    WPBakery Page Builder or Elementor
    Woodmart Core
    WooCommerce

    Please switch to the parent theme if you use the child.
    If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.

    If the issue still persists, please confirm the permission for the plugin’s deactivation, switching to the parent theme. As soon as we complete the testing we will enable all back.

    Kind Regards

    #466314

    replique.project
    Participant

    Created a test copy.
    Left only these plugins activated:
    WPBakery Page Builder or Elementor
    Woodmart Core
    WooCommerce

    and switched to the parent theme.

    #466889

    replique.project
    Participant

    Did you manage to see?

    #466943

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

    replique.project
    Participant

    Still not showing images.

    #467038

    Artem Temos
    Keymaster

    It needs some time to refresh the cache. Please, check how it works now.

    Kind Regards

    #467110

    replique.project
    Participant

    Its working. Thank you.

    #467204

    Artem Temos
    Keymaster

    Great, you are welcome!

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

The topic ‘Instagram not showing images’ is closed to new replies.