Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    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

    Thread Starter jonneroeland

    (@jonneroeland)

    Hey Craig,

    Thanks for the reply. The url is not right. ‘Www’ is missing. Can it be solved?

    Kind regards,

    Jonne

    Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    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.

    Thread Starter jonneroeland

    (@jonneroeland)

    When can we expect this update?

    Thanks!

    Kind regards,

    Jonne

    Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Plugin redirecting to wrong url’ is closed to new replies.