mdrapkin
Forum Replies Created
-
Forum: Plugins
In reply to: [Recent FB Posts] No recent Facebook posts to show.My advance settings are as you require:
App Type: Web
Require AppSecret Proof for Server API calls: DisabledFor some reason it seems to be working now, although only the last post.
Forum: Plugins
In reply to: [Recent FB Posts] No recent Facebook posts to show.It stopped working for me too with the upgrade. Disappointing. All my configuration check out, too. Did I see somewhere that you no longer allow connection to personal Facebook pages?
I get the same message.
Forum: Plugins
In reply to: [Recent FB Posts] only showing items that were 'shared' on the facebook wall.Thanks, olliedc! That is a significant improvement and new posts are now being displayed.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] – How to control widget titleWell, I didn’t see a response, so I went ahead and hacked the widgets.php file, and fixed it for me.
In function ngg_widget_output, I changed the code to:
if ( $webslice ) {
//TODO: If you change the title, it will not show up in widget admin panel
$before_title = “\n” . ‘<div class=”widefat” id=”ngg-webslice” ALIGN=CENTER>’ . “\n”;
$before_title .= ‘
<h5 class=”widefat”>’;
$after_title = ‘</h5><hr>’;
$after_widget = ‘</div>’.”\n” . $after_widget;
}echo $before_widget . $before_title . $title . $after_title;
Crude, but it solved the problem. Doesn’t seem to pick up the widefat class that all the other plugins follow, and I suggest making a copy of this file prior to modifying it.
Now it matches our other plugins. I apologize for using such a heavy-handed solution.
mld
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] – How to control widget titleDid anyone get a solution to this? I’d like the NextGEN widget title match my theme:
http://www.drapkininstitute.org/
See “Gallery” in the right sidebar…
Thanks,
mld