Home Forums WoodMart support forum Instagram

Instagram

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

    digitalcapslock
    Participant

    Hi,

    We just got this text today: Instagram has returned invalid data.

    Instagram post are not showing. Please help!

    Website : http://www.frozenfrutas.nl

    #140442

    Eric Watson
    Participant

    Hello,

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

    add_filter( 'woodmart_intagram_user_ajax_load', '__return_true' );

    Next, find the line:

    if ( is_wp_error( $media_array ) && $media_array->get_error_code() === 'invalid_response_429' ) {

    in

    woodmart/inc/shortcodes/instagram.php

    and replace with this line:

    if ( is_wp_error( $media_array ) && ( $media_array->get_error_code() === 'invalid_response_429' || apply_filters( 'woodmart_intagram_user_ajax_load', false ) ) ) {

    Best Regards

    #140469

    digitalcapslock
    Participant

    We dont know how to do this, please fix this for us

    #140477

    Hello,

    Please provide the site admin access as well as FTP access to the private area.

    Best Regards

    #140599

    digitalcapslock
    Participant

    Hi here it is

    #140643

    Hello,

    The issue has been fixed. Please check it works now.

    Best Regards

    #140653

    digitalcapslock
    Participant

    perfect thanks!

    #140667

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

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

The topic ‘Instagram’ is closed to new replies.