dsol828
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Call script on homepage onlyscratch that – think I’ve figured it out.
<?php if (is_front_page()) { ?> <script src="http://MYjsFILE.js"></script> <?php } ?>That’s what I’ve included in the “main index” page.
Anyone have reason to believe that won’t work?Forum: Plugins
In reply to: [Plugin: Facebook Comments for WordPress] Doesn’t work for meOuu so close!
Sure enough, it works when your plugin and the sidebar exist on the same page, just not on the FRONT page (since your plugin doesn’t exist there).Could I put that call into the php? where would I need to put it?
Forum: Plugins
In reply to: [Plugin: Facebook Comments for WordPress] Doesn’t work for meIt looks like its just when I include the like box.
Which looks like this:<script src=”http://connect.facebook.net/en_US/all.js#xfbml=1″></script><fb:like-box href=”URL” width=”280″ show_faces=”true” stream=”false” header=”false”></fb:like-box>
I saw in the FAQ that the issue is with the multiple calls to that JS?
There is no fix for that right? They can’t co-exist or call on the same file once?Forum: Plugins
In reply to: [Plugin: Facebook Comments for WordPress] Doesn’t work for meHi Graham,
I’m having an issue of late with the plugin.
Upon first load, the comments will load a facebook page in what appears to be an inline frame. (see link)
ScreenshotAfter a refresh, all is good. Any idea how to avoid this?
I’m also running a plugin called ShareThis to add the facebook/twitter icons to each post, and a script on the sidebar (facebook’s like box).Thanks in advance.
-Andre
Nevermind.
Problem solved.
Forum: Fixing WordPress
In reply to: Home link after moving blogI already changed those two fields directly in the database and they appear correctly in the general setting on wp-admin.
Still showing the old link.
Forum: Fixing WordPress
In reply to: Home link after moving blogbump…
No one has any fresh ideas here huh?
I’m guessing the issue is in the database since a quick look through most of the PHP’s (theme and WP) have turned up little.
Anyone know where else this link might show up other than the “siteurl” and “home” fields?
Forum: Fixing WordPress
In reply to: Home link after moving blogFor the most part, I followed the “moving wordpress to a New Server”.
However, in my database backup/dump, I hadn’t changed the “home” and “siteurl” yet. So after restoring the backup on the new hosting, I changed them directly in the database with phpmyadmin (which is “option 2” under “If you forget to change the locations”).
Forum: Fixing WordPress
In reply to: Home link after moving blogdoesn’t appear in either the theme header.php or wp-blog-header.php
The fact that the problem remains even with other themes means its not theme related right?
Forum: Fixing WordPress
In reply to: Home link after moving blogJust tried both.
Deactivating ALL plugins did not change the link.
Also switching to Twenty Ten did not change the link.Also forgot to mention in OP, the banner link is correct, just the home button in the menu.