Home › Forums › Basel support forum › Instagram
- This topic has 20 replies, 2 voices, and was last updated 4 years, 10 months ago by
Elise Noromit.
-
AuthorPosts
-
November 27, 2018 at 11:17 pm #92141
twococlothingParticipantInstagram
November 28, 2018 at 9:07 am #92181
Elise NoromitMemberHello,
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
November 30, 2018 at 11:10 pm #92963
twococlothingParticipantThis 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.December 1, 2018 at 2:40 pm #93078
Elise NoromitMemberHello,
You need to make the row full width without the padding http://prntscr.com/lpd46o
Best Regards
August 23, 2019 at 3:40 am #139954
twococlothingParticipanthey, you have to help me, please, why is no Instergram picture displayed on my website anymore?
August 23, 2019 at 3:44 am #139955
twococlothingParticipanthey, 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.August 23, 2019 at 11:35 am #140052
Elise NoromitMemberHello,
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
August 28, 2019 at 4:58 pm #140968
twococlothingParticipantHey 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.August 29, 2019 at 4:28 am #140994
Elise NoromitMemberHello,
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
August 29, 2019 at 7:21 am #141034
twococlothingParticipantHey, 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?August 29, 2019 at 7:28 am #141038
Elise NoromitMemberHello,
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
August 30, 2019 at 7:16 am #141233
twococlothingParticipanthey, 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?
August 30, 2019 at 8:34 am #141248
Elise NoromitMemberHello,
Please provide the FTP access.
Best Regards
September 2, 2019 at 1:58 pm #141710
twococlothingParticipantThe access data
September 2, 2019 at 2:42 pm #141724
Elise NoromitMemberHello,
Instagram has been fixed. Please check the site now.
Best Regards
September 3, 2019 at 5:09 pm #141914
twococlothingParticipantHey, is it possible to change the arrow icon in the images of Istagram?
Attachments:
You must be logged in to view attached files.September 3, 2019 at 5:57 pm #141922
Elise NoromitMemberHello,
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
September 3, 2019 at 10:26 pm #141941
twococlothingParticipanthere you will find the link for the selected icon
September 4, 2019 at 7:11 am #141976
Elise NoromitMemberHello,
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
April 15, 2020 at 1:59 pm #187227
twococlothingParticipantsince the last update I no longer see Instagram.
Can you please help me why?Attachments:
You must be logged in to view attached files.April 16, 2020 at 11:39 am #187483
Elise NoromitMemberHello,
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
-
AuthorPosts
- You must be logged in to create new topics. Login / Register