jeremyers1
Forum Replies Created
-
Forum: Plugins
In reply to: [Add Link to Facebook] Facebook Avatar's Not showing UPLooks like you are right about my theme.
I’m using Standard Theme.
This is the code in comments.php:
<ol class="commentlist"> <?php wp_list_comments('avatar_size=36&callback=custom_comment&type=comment'); ?> </ol>
I have submitted a help ticket to the Theme’s support site.
I have the same question. Anybody know what it does do? I thought it would do the same thing that Dutchintouch thought it would do…but it doesn’t.
I also cannot figure out what it does do. Anybody?
And by the way, Yoast, how about adding the option that Dutchintouch proposes.
For example: This attachment page: https://www.tillhecomes.org/wp-content/uploads/2011/06/popularity_contest.gif
Would redirect to the page it is actually on: https://www.tillhecomes.org/pastoral-popularity/
I am having same problem as peterson.julia. Did you find any fix?
I created an asset, and created a piecemaker. I inserted the code in functions.php and the following code in the proper place of my index.php:
<?php if( is_home() ) { display_piecemaker(array('id' => 1)); } ?>
All that shows up is a big giant blank space. When I right click on it, I see that there is a Flash element there, but nothing shows up.
Radiok,
You are amazing, and I love your plugin.
To anyone else experiencing this problem, sexybookmarks by Shareaholic also has an option at the very bottom to load the scripts in the footer. By checking this, the password strength indicator works again in PRP.
Radiok,
Yes, I have tried it with Chrome, IE, and Firefox. and I’m using 3.7.3, with WP 3.1.1
It was working a week or two ago when I checked it last.
If it matters, here are the pages:
https://www.gracebooks.org/wp-login.php?action=register
AND
https://www.graceground.com/wp-login.php?action=registerIt still allows registration, and curiously, once you get into the User Dashboard, and go to change your password, then the strength indicator works as usual.
Did you ever get this working? I am having a similar problem. I don’t use the Ajax plugin, just the Register Plus Redux, but the password indicator does not work.
Ok, well, it is one of the modules of JetPack that is doing it. I deactivated all of them except for Stats, and now I can reply to the comments. I suppose I could reactivate them one by one to see which one it was, but right now, I only want the Stats, and have already wasted too much time on this.
@foodmonger and @otto
I really want a plugin that does this also! I’ve been searching the web for one, but it doesn’t appear to exist.
It shouldn’t be too hard for Facebook comments on a blog post to appear in blog comments section also, right? All you would need is some sort of RSS feed for comments on individual Facebook posts. I’m surprised no one has made one, or if they have, I’m surprised Facebook is blocking such an application.
Forum: Installing WordPress
In reply to: Upgrade to 2.6 IE crashingIs podpress going to fix this? I LOVE podpress.
Forum: Fixing WordPress
In reply to: can’t edit or create posts after upgrade to 2.6I have the same problem.
HELP!
Forum: Fixing WordPress
In reply to: Strange character appearances in old posts (after db restore)I just had the same problem with my recent upgrade to 2.6.
The problem is in your wp-config.php file. It contains this line:
define(‘DB_CHARSET’, ‘utf8’);
Just remove this line, and that should fix it. At least, it did for me…
Forum: Fixing WordPress
In reply to: 2.3 Dashboard EmptyI was having this same problem with 2.33 and 2.5.
I followed the suggestion of honeycomb above, and deleted the index.php under wp-content/plugins and now I don’t have the problem any more.
Thanks!
Forum: Plugins
In reply to: Pages linking to external sites?I did get it to work, but I had to first create the page, and “publish” it as a normal WordPress page, and then go back and “edit” it to add the external link. But it worked fine once I did this.
Forum: Plugins
In reply to: Pages linking to external sites?I have the same problem and will try using
https://txfx.net/code/wordpress/page-links-to/ to help out. I haven’t installed it yet, but it looks promising.