Hey Chrispink!
Can you download the most recent update, 2.6.2, and let me know if it addresses your issue?
We have made some under the hood updates that will hopefully address your issue.
Also, try toggling the “Display Only Events” option – if that is somehow mis set (could happen during the update, if the value isn’t defaulted correctly) then many items could be hidden.
Thanks!
Richard
Hi Richard
Thanks for the reply. And thanks for a(n up to now) simple and affective plugin.
I’ve tried all that, updated the plugin, toggled “Display only Events” a couple of times.
Still no display on the live site. Showing fine on the Plugin Status page.
The function is called in the Sidebar as
ik_fb_display_feed($colorscheme,$use_thumb,$width);
the Safari error console is returning the following error, there is no error in Firefox:
Unsafe JavaScript attempt to access frame with URL http://kanda.boatingcommunity.org.uk/wordpress/wp-admin/admin.php?page=ik-facebook/include/ik_facebook_options.php&tab=plugin_status from frame with URL http://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FIlluminati+Karate%2C+Inc.%2F322657451083099&layout=standard&show_faces=false&action=like&colorscheme=light&height=45. Domains, protocols and ports must match.
Hey Chris!
That JS error comes from the Like Box, and isn’t related. It happens sometimes though!
Have you tried using the do_shortcode function and using the shortcode syntax? I’m wondering if there is a bug somewhere in the PHP function you are using.
Try and let me know?
Thanks!
Richard
Yes, Richard, that did the trick
<?
echo do_shortcode('[ik_fb_feed use_thumb="true" num_posts="5"]');
//ik_fb_display_feed();
?>
works
<?
//echo do_shortcode('[ik_fb_feed use_thumb="true" num_posts="5"]');
ik_fb_display_feed();
?>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
doesn’t (well produces the header but no feed)
Thank you. It would be nice to know what is going on but not essential I guess.
Hey Chris!
Thanks for letting me know.
Sounds like there is something wrong under the hood, most likely – I will keep this thread posted.
Thanks again,
Richard
Hey Chris!
It looks like there was a default post count in our code that was causing this (and probably other, similar) issues. There will be a quick patch coming out today that should address your problem with the PHP function.
Thanks for being responsive on this ticket!
Best,
Richard
Hey Chris!
I’m going to go ahead and mark this as resolved. Let me know if you need any more help!
Best,
Richard
No, that’s great Richard. Thanks for the superb support.