Hey guys.
We add the instagram widget before our footer, and it has always worked well so far using:
$args = array(
‘before_widget’ => ‘<div class=”widget %s”>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h1 class=”widget-instagram-title”>’,
‘after_title’ => ‘</h1>’
);
$instance = array(
‘title’ => __( ‘Title’, ‘avia_framework’ ),
‘username’ => ‘our_username’,
‘number’ => 6,
‘columns’ => 6,
‘size’ => ‘small’
);
the_widget(‘avia_instagram_widget’, $instance ,$args);
Obviously, we use the actual username, that’s a dummy.
When updating to Enfold’s latest version, I can see the caching you introduced for the Instagram widget, however, I cannot get it to work. I just get:
“No images available at the moment”
Any ideas on how to get this back to work would be awesome.
Thank you!
Hey SCMHR_HomeOffice,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
You can close this thread.