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

    (@craig-at-smash-balloon)

    Hey thestealthyfox,

    It looks like the CSS file for the plugin is not being included on that page. Could you check to see if the function “wp_head()” is included in your header.php template file for the theme?

    Thread Starter thestealthyfox

    (@thestealthyfox)

    Hi Craig – I’m using the Genesis theme with a child theme and from what I can see that function is included in the header.php template file.

    Any suggestions to what might be blocking the CSS file?

    Thanks, Hayley

    Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hmm it would be hard to tell what the issue might be without digging in to your theme’s source code. You could also just add the css file manually into the header using html:

    <link rel='stylesheet' id='sb_instagram_styles-css' href='https://www.thebridesideoflife.com/wp-content/plugins/instagram-feed/css/sb-instagram.min.css?ver=1.4.6' type='text/css' media='all' />

    Or you could just add this to the “Custom Javascript” area on the “Customize” tab:

    jQuery('#sbi_load').append("<link rel='stylesheet' id='sb_instagram_styles-css' href='https://www.thebridesideoflife.com/wp-content/plugins/instagram-feed/css/sb-instagram.min.css?ver=1.4.6' type='text/css' media='all' />");

    Thread Starter thestealthyfox

    (@thestealthyfox)

    Perfect – added the code into the Header Scripts section and works!
    Thanks so much ??

    Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    No problem! Glad to hear that fixed the issue. No obligation of course, but if you like the plugin and feel like leaving a super-quick review then we always really appreciate it!

    If you have any other questions or issues in future then just let me know and I’d be happy to help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Feed not showing despite adding new token’ is closed to new replies.