justina9
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Literally a 2-second questionif it is not theme related, it is usually caused by plugins:
this line is causing it, and it seems to be facebook related:
<meta property=”og:site_name” content=”<img src=”http://justinandellen.com/site/images/Title/Justin+and+Ellen.png” title=”Justin and Ellen” alt=”Justin and Ellen” style=”border: 0 none ;”/>” />deactivate all plugins; if this solves the problem, reactivate one after the other to find out which one is causing the trouble.
THANK YOU!!!
Thanks, Otto. Great plugin you’ve created. I’m up and running…thanks for your time!
I did, although I’m not sure if I did it right. If it were only the comment plugin that was not working, I would understand…but it seems as if there is no connection being made to facebook at all (e.g. the front page has the facebook status plugin, but is currently blank).
<div id="comment-user-details"> <?php do_action('alt_comment_login'); ?> <?php else : ?> <p><label for="author"><?php _e('Name', 'arras') ?> <?php if ($req) _e('(required)', 'arras') ?></label><br /> <input type="text" name="author" id="s1" value="<?php echo $comment_author; ?>" size="40" tabindex="1" minlength="2" <?php if (get_option('require_name_email')) : ?>class="required"<?php endif ?> /> </p> <p><label for="email"><?php _e('Mail (will not be published)', 'arras') ?> <?php if ($req) _e('(required)', 'arras') ?></label><br /> <input type="text" name="email" id="s2" value="<?php echo $comment_author_email; ?>" size="40" tabindex="2" <?php if (get_option('require_name_email')) : ?>class="required email"<?php endif ?> /> </p> <p><label for="url"><?php _e('Website', 'arras') ?></label><br /> <input type="text" name="url" id="s3" value="<?php echo $comment_author_url; ?>" size="40" tabindex="3" class="url" /> </p> <?php endif; ?> </div>Otto – your help is much appreciated. Thank you.
Oh, my apologies! http://www.justinandellen.com
Click on any of the front-page posts. Clearly a work in progress.
I’ll post my footer (using the arras theme). Both the header and footer.php files contain the calls, but I’m not sure if they’re in the right location. Does it matter?
<?php arras_before_footer() ?> </div><!-- #main --> <div id="footer" class="clearfix"> <ul id="footer-sidebar" class="clearfix xoxo"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer') ) : ?> <?php endif; ?> </ul> <div class="footer-message"> <p class="floatright"><a class="arras" href="http://www.arrastheme.com/"><strong><?php _e('About Arras Theme', 'arras') ?></strong></a></p> <?php echo stripslashes(arras_get_option('footer_message')); ?> </div><!-- .footer-message --> </div> <?php wp_footer() ?> <?php arras_footer() ?> </div><!-- #wrapper --> </body> </html>