Home Forums WoodMart support forum Slide and Instagram problem

Slide and Instagram problem

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

    Oriol Duarri
    Participant

    Hello,

    I have a problem on my website (only sushi.es). The instagram plugin does not work, when before it did, at the bottom of the web (attached capture of the web and console error).

    ThankYou

    #141256

    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

    #141280

    Oriol Duarri
    Participant

    It finally works!
    Thank you very much!

    #141289

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

    Best Regards

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

The topic ‘Slide and Instagram problem’ is closed to new replies.