Hey Jonne,
The only link to Instagram in our plugin is through the “Follow on Instagram” button underneath your “Load More” button. It looks like the url for this link is the correct one: https://instagram.com/mokumsurfclub.
You have two other links on the page that use the “www” that are causing this redirect. You may need to contact the theme author or plugin author that is creating those links.
Let me know if this isn’t what you’re seeing!
Thanks,
Craig
Hey Craig,
Thanks for the reply. The url is not right. ‘Www’ is missing. Can it be solved?
Kind regards,
Jonne
Ahh sorry I was misunderstanding. I see now that the correct address has a “www”. We will change this in an update. In the mean time, you can add this to the “Custom JavaScript” area on the “Customize” tab:
jQuery('.sbi_follow_btn a').attr('href',jQuery('.sbi_follow_btn a').attr('href').replace('https://','https://www.'));
This will fix that link.
When can we expect this update?
Thanks!
Kind regards,
Jonne
Hey Jonne,
There isn’t a timeline for the next release at the moment but if you wanted to fix this in the source code, you can find the url on line 150 of the instagram-feed.php file.
Hopefully that helps!
– Craig