evandavidpaul
Forum Replies Created
-
Forum: Plugins
In reply to: [Co-Authors Plus] [Plugin: Co-Authors Plus] Migrating complex site1. you don’t need to delete the plugin to remove the first author, you just can’t “remove” the first author. You have to click on the first author’s name and change it to another author. And this can only be done before the second author is added. So “remove down to one, then change the first”
2. In your author’s profile page there is a “display name” option that must be changed from first name to full name.
I am having this same issue with the password. It seems like everything is working and the user gets created, but the password the user enters does not work.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Contact Form 7 WP 3.1.1 Not WorkThe 3.1.1 upgrade wiped out all the fields under the “mail” box in CF7. Simply reentering these fields fixes the problem.
However, does anyone know if emails submitted while this was broken are retrievable? Could they be in an error log?
Forum: Fixing WordPress
In reply to: Same name for custom post and custom taxonomyI have gotten myself in a similar situation. I deliberately named a custom tax the same thing as a custom post_type and was using the posts that had the assigned custom tax to pull information from the corresponding custom post_type. This part worked great, but now I would like to display the custom post type itself.
If i just click “view post” from the edit screen it gives me a 404.
What is the rule we are breaking here? are their workarounds?
I have this same problem, but I caused it differently. 2.5.1 was working fine for me, but I migrated my site and after importing the posts had this problem. Downgrading to 2.1.1 worked but why?
What is the difference between the versions and will we be able to upgrade again?
Forum: Fixing WordPress
In reply to: xml import not transferring images to library.This plugin helps immensely http://ww.wp.xz.cn/extend/plugins/add-from-server/ you can relink the pictures back to the posts without having to re-upload. Not the fastest solution, but a pretty good one.
Forum: Fixing WordPress
In reply to: xml import not transferring images to library.I ran into this same issue, they’re not in the media library because that would get written in the database somewhere. Anybody know where?
Thank you very much and I am sorry. I was venting my frustration on someone who has helped me out which is not right. Your plugin is very useful and a small bug causing me headaches is not your fault at all.
Thank you again for the great plugin and I hope all your work goes smoothly.
For everyone having this problem open up the file users.php and edit line 373. Although this is only 1 of about 10 places in the code where an input box gets created, this is the one with the problem. You will blatantly see what is wrong once you finally find it.
for anyone needing an immediate fix, change the line to: $checked = ‘checked=”checked”‘;
To the plugin author, please for the love of god fix this before you update again or I will hunt you down instead of the bug.
Forum: Fixing WordPress
In reply to: automatically delete posts after x number of daysHi dwfgreg, did you ever find a solution to this. I’m running into a similar situation. I can’t add an expiration date to every post and need something that is automatic.
I have this problem as well. I even went so far as to edit the file, which i believe is named “functions.php” in the plugin. However I stupidly upgraded the plugin overwriting my change and now when I try to change it again it won’t work. Shame on me, but please please fix this plugin.
Forum: Themes and Templates
In reply to: Query posts by title?I also need to query by the post title velocity. Have you found any answers yet?
Forum: Plugins
In reply to: [Plugin: Clean Archives Reloaded] Javascript not workingFixed my own problem, my theme did not have the <?php wp_head(); ?> in the header.
Forum: Themes and Templates
In reply to: What is wrong: template to display all postsI’m not going to dig through that, but take any default theme and copy the main loop from the index file. done.