strawberryjam88
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 401 Authorization error in FirefoxDid you ever resolve this issue? I seem to be having the same problem as well. But I’m also on Mediatemple which is quite fishy..
I’ve also updated to version 12.01.24. Upon using a background backup, I still get a Dropbox transfer pending message after the backup was made. A backup was made as I am able to download it. I will try again because the problem might be that my database/files are big, more than 1gb. Much thanks. 🙂
Perhaps completely unrelated, but this awesome plugin has stopped working for me for some time already.
I received the same errors as the above people on the latest of the plugin, but on the previous version of EZPZ, I was getting forever loading pages when clicking manual/background backup. I would get an email claiming a backup finished, but when I clicked the link, there would be a message saying there was no backup made after all. The same happened when using the scheduler.
I cleared my database settings for EZPZ and it fixed things. But only for a day or so and everything broke again.
Forum: Fixing WordPress
In reply to: Problem with display custom post types with custom pageI think the problem is that.. you can’t have a custom post type and page with the same name.
http://wordpress.org/support/topic/pagination-with-custom-post-type-listing
Forum: Fixing WordPress
In reply to: Pagination with Custom Loop sorted by Numeric Custom FieldSolved it with this piece of code:
http://pastebin.com/7iqiMiZpThe only problem is when you click the individual entries, the next/previous links aren’t sorting by my custom field. Is it possible to sort by my custom field only if clicked from the custom loop page? I don’t want to change the sorting site wide..
Forum: Fixing WordPress
In reply to: Text only centers on first lineHaha. Sorry to tie you guys up in a knot!
We’re a translation blog so we try to keep our content to the original as much as possible. Some of the original authors centered their posts, but obviously not everyone prefers that! 😉
Thank you for the suggestion ClaytonJames, but yes, I don’t know want it centered for every post. ^ ^
edit:
Just replace the <p with the <div. That easy!
Oh! Just tested this. I’m glad the editor is at least smart enough to wrap the div properly. 🙂 This solution is good, that way the author doesn’t need to remember or copy/paste style=”text-align:center;”.
Thanks guys!
Forum: Fixing WordPress
In reply to: Text only centers on first lineIt does work, but it would be nice if it just worked properly on something so basic, haha. I guess I’m not quite sure what kind of answer I was expecting.
I don’t mind it myself, but it may be a pain for some of the authors who don’t know HTML at all. I guess they will have to copy it down somewhere.
Thanks for the solution!