lawyer01
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Slow initial load/page load on SafariI resolved it^^
It was actually a plugin causing this problem cause it could load properly, deactivate everything.. try again, the start activating plugins one by one to isolate the one that is causing this.
Forum: Fixing WordPress
In reply to: Slow initial load/page load on SafariThanks for quick reply.
Its really hard to isolate the problem because right now it works fine but later in an hour it will be impossible to enter the page as it will load for 30-40sec.
I have installed two plugns: “wp super cache”, “Improve my load times”
as a result of this issue and it havent help. It have been tested on several machines and the issue remains on Safari (as well iPhone and iPad)Forum: Fixing WordPress
In reply to: List posts with post thumbnailthank you!
Forum: Plugins
In reply to: [Plugin: Custom Post Type UI] Filter loop by categoriesOh, and whats the code to print all the taxonomies, that comes with the posts?
Forum: Themes and Templates
In reply to: Reverse comments order?replace
<?php foreach ($comments as $comment) : ?>with
<?php foreach (array_reverse($comments) as $comment) : ?>
Forum: Themes and Templates
In reply to: Pagination on custom page templatesI had almost the same problem.. and my solution was:
<?php if (is_page('6')){ echo "<a href='/category/something/2/'>« Older tips</a>"; } else { echo "<a href='/category/something/page/2/'>« Older news</a>"; } ?>
Allright thanks!
And how do i remove “Linklist” that is printed on top of all links?Forum: Plugins
In reply to: How can users get a editable list of favorite posts?Yes, totally works, everything you have described above is placed on my page too and works properly .. with:
WP Favorite Posts
Ajax login Gadget
TDO Mini formsForum: Plugins
In reply to: How can users get a editable list of favorite posts?try
WP Favorite Posts plugin
Forum: Plugins
In reply to: How can users get a editable list of favorite posts?Impressive site! The funny thing is that im making a recipes site myself and looking for the same thing as you. Anyways i can help you a bit so far:
At first youll be needing theese plugins/widgets:
– Ajax Login Widget ++
Allows easy-one-page user registration, login, and password retrieval (without users having to use backend dashboard)– TDO Mini forms
Im using this one so that users can post (add) recipes still without interacting with backend dashboard, its a form that submits posts directly from your page.Next step:
Im still researching this one – every user that have been registred have to get an individual page where favourite recipes can be saved.Step after that:
Will be to find a way for user to add recipes to his favorites-list. Maybe by placing a button to every post “Save recipe” etc..If you find a solution ill be happy to hear it!
Good luckForum: Fixing WordPress
In reply to: Mail sending limit?I’ve just talked to my host, they limited mailsending to 20/day .. sux ??
Forum: Fixing WordPress
In reply to: Mail sending limit?The mails are 15 one after another with maybe 1-2 minutes apart, hum.. its a busy blog what can i say ;P ill have to contact my host and see what they have to say.
Forum: Fixing WordPress
In reply to: Mail sending limit?I dont think there is anything wrong with Contact form 7 althought i have also installed Ajax Login Widget ++ and TDO Mini form, but the strangest thing is that it started working this mornning again.
my quess is that there is somen kind of limit or my host dont alow frequent mail sending..
Forum: Fixing WordPress
In reply to: Get notified by email when pending submission?thanks!
Forum: Fixing WordPress
In reply to: Get notified by email when pending submission?Thank you but wouldn’t that allow them to post without my aproval?
I still want to moderate but the only thing that im missing is that wordpress dont send any email notification when i have pending posts to aprove, so i thought that maybe there is some kind of setting for this.