Home Forums Basel support forum Instagram

Instagram

Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #92141

    twococlothing
    Participant

    Instagram

    #92181

    Hello,

    Here is demo how you can configure the Instagram element https://demo.xtemos.com/basel/instagram/

    You need to insert the element into your page http://prntscr.com/lnyhxa

    Best Regards

    #92963

    twococlothing
    Participant

    This does not help me much, because I still do not know how to display the Instagram images on the whole width.

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

    Hello,

    You need to make the row full width without the padding http://prntscr.com/lpd46o

    Best Regards

    #139954

    twococlothing
    Participant

    hey, you have to help me, please, why is no Instergram picture displayed on my website anymore?

    #139955

    twococlothing
    Participant

    hey, you have to help me, please, why is no Instergram picture displayed on my website anymore?

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

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

    add_filter( 'basel_intagram_user_ajax_load', '__return_true' );

    Next, find the file

    basel\inc\shortcodes\shortcodes.php

    Find this line:

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

    and replace with this line:

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

    Best Regards

    #140968

    twococlothing
    Participant

    Hey thanks for the css code, if I insert code, then my whole webpage will change.
    See picture 1 with css code and picture 2 See without css code.
    can you please have a look.

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

    Hello,

    You have not installed the child theme. Please follow the whole instructions, if you still have the problem, provide FTP into the private area.

    Best Regards

    #141034

    twococlothing
    Participant

    Hey, I’m not sure what to do.
    should I now install the child theme or what must exactly do so that works, that the website does not destroy anymore when I insert your CSS code?

    #141038

    Hello,

    Just follow these steps as provided:

    Install, activate the child theme and add this code to the functions.php of the child theme:

    add_filter( 'basel_intagram_user_ajax_load', '__return_true' );

    Next, find the file

    basel\inc\shortcodes\shortcodes.php

    Find this line:

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

    and replace with this line:

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

    Best Regards

    #141233

    twococlothing
    Participant

    hey, where in the theme do I add this because somehow not so clear yet you could help me there or send pictures as a guide?

    #141248

    Hello,

    Please provide the FTP access.

    Best Regards

    #141710

    twococlothing
    Participant

    The access data

    #141724

    Hello,

    Instagram has been fixed. Please check the site now.

    Best Regards

    #141914

    twococlothing
    Participant

    Hey, is it possible to change the arrow icon in the images of Istagram?

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

    Hello,

    You need to choose the icon from this source and provide link https://fontawesome.com/v4.7.0/ I will provide the CSS.

    Best Regards

    #141941

    twococlothing
    Participant

    here you will find the link for the selected icon

    #141976

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .instagram-widget .instagram-pics li .hover-mask:after {
    content:"\f16d";
    font-family:FontAwesome;
    }

    Best Regards

    #187227

    twococlothing
    Participant

    since the last update I no longer see Instagram.
    Can you please help me why?

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

    Hello,

    Instagram has changed the procedure and you need to configure the Instagram as per new instructions: https://xtemos.com/docs/basel/faq-guides-2/setup-instagram-api/

    Best Regards

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