Hey @recetteitalienne,
There are a few issues here:
– You are using the first CSS I provided which will hide all of our feeds on Desktop
– With our new updated feed shortcodes, the classes are missing. Referring back to my previous ‘correction’ message with some updates, please do the following:
Change the shortcodes to be the following:
[instagram-feed feed=2 class='sbi_sidebar']
and in the footer use
[instagram-feed feed=2 class='sbi_footer']
Do note that you can also make a separate feed to put in the footer to make it look different, in that case, make sure feed= is set to the correct id for that feed.
Make sure you remove this CSS that I provided previously:
@media only screen and (min-width:576px) {
#sb_instagram {
display: none !important;
}
}
And instead use the latest one I sent:
@media only screen and (min-width:576px) {
#sb_instagram.sbi_footer {
display: none !important;
}
}
@media only screen and (max-width:575px) {
#sb_instagram.sbi_sidebar {
display: none !important;
}
}
As for the profile picture issue, please first try going to Instagram Feed > Settings > Feeds > Clear All Caches. Also clear any caches on the website. If you have further issues you may have errors with your account connection and in that case you can get further assistance by reaching out to us using our support form here.
Best regards,