manueler
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Slider Feed – Social Media Feed & Gallery Widgets] No images found!@studiowizjo excellent!
Forum: Plugins
In reply to: [Social Slider Feed – Social Media Feed & Gallery Widgets] No images found!@crhaag the file is in your root_web_folder/wp-content/plugins/instagram_slider_widget/istagram_slider.php
Forum: Plugins
In reply to: [Social Slider Feed – Social Media Feed & Gallery Widgets] No images found!@jasonkobies remember the fix is only for v1.4.1 to get general pics. Maybe you are trying to get some particular size and need another fixes.
Forum: Plugins
In reply to: [Social Slider Feed – Social Media Feed & Gallery Widgets] No images found!Aparently Instagram have changed the shared data. You can fixed temporarily modifing next lines (until the new version of this plugin)
In the file instaram_slider.php in v1.4.1
line 993
$entry_data = isset( $results['user']['media']['nodes'] ) ? $results['user']['media']['nodes'] : array();
replace with
$entry_data = isset( $results['graphql']['user']['edge_owner_to_timeline_media']['edges'] ) ? $results['graphql']['user']['edge_owner_to_timeline_media']['edges'] : array();line 1005
if ( 'hashtag' == $search ) {
replace with
if ( 'hashtag' == $search || 'user' == $search ) {If you need help you could conctac us… 🙂
eNeXTi Ingeniería