sonicparke
Forum Replies Created
-
Unfortunately, I never found a solution so I just removed the stories for now.
Hmm…Bummer. So is there a sub-plugin of SFC that will grab the recent Wall activity of a fanpage and display it?
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] Fan Box not showing correct infoI guess a URL might be helpful.
https://mspatulsa.com/I did and most of it looks like it’s working now. I’m having issues with the upcoming events plugin though. Using the user ID it displays only dates and not the same ones that I see on the actual FB page.
Thanks for the help!
Thanks for the response. I realized that everything with SFC works fine in other themes just not the one I’m using. It totally breaks everything except the Login which is the default WP admin “theme”. So basically it’s the theme’s fault. Nothing from SFC works with the theme so there’s something killing it. I’m not sure if it’s killing something in the Base plugin or with xfbml or what.
I’m actually having trouble getting a lot of the widgets to show up.
Widget Config
Code & PageYes. Is there another piece of the plugin I’m missing maybe? (screenshot) That was my first problem which I thought would fix it but it didn’t. I can’t really see what’s going wrong. It looks like it should work.
Thanks. I’m still having trouble getting it to work. Here’s my code. Maybe you can see what I’ve done wrong.
<?php //IF USER IS NOT LOGGED IN else: ?> <div id="comment-user-details"> <?php do_action('alt_comment_login'); ?> <p> <label for="author">Name<?php if ($req) echo "<span>*</span>"; ?>: </label> <input type="text" class="medium" id="author" name="author" value="<?php echo esc_attr($comment_author); ?>" /> </p> <p> <label for="email">Email<?php if ($req) echo "<span>*</span>"; ?>: <em>Will not be published</em></label> <input type="text" class="medium" id="email" name="email" value="<?php echo esc_attr($comment_author_email); ?>" /> </p> <p> <label for="url">Website:</label> <input type="text" class="medium" id="url" name="url" value="<?php echo esc_attr($comment_author_url); ?>" /> </p> </div> <?php endif; ?>
I’ve got the same problem also. I’d love to know how you solved it.