thesnowjunkies
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom loop with multiple taxonomy queriesActually, the following code helped me get where I was going…
<?php $today = date('Ymd'); $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts($query_string . '&showposts=30&meta_key=calendar_date&meta_compare=>&orderby=meta_value&order=ASC&meta_value=' . $today); ?> <?php if (have_posts() ) : while (have_posts() ) : the_post();?> <!-- OUTPUT OF QUERY --> </div> <?php endwhile; else: ?> No events were found. Sorry! <?php wp_reset_query(); endif;?> </div>
Forum: Fixing WordPress
In reply to: Custom loop with multiple taxonomy queriesJust tried it. It returned zero results.
I just uninstalled it. No fix.
Forum: Plugins
In reply to: [Yoast SEO] Yoast breadcrumbs/bbPress 2.2Awesome. I will follow along that thread. Thank-you.
Forum: Fixing WordPress
In reply to: Foreach Loop and PaginationThis does help, but the get parameter might be too complicated for me to figure out. Don’t suppose anyone can point me towards some sample code?
Forum: Fixing WordPress
In reply to: Image Upload ProblemsSmush.it as well here. Thanks for the help!
@neckar — I’m with you. Great plugin, although over the last three years, I’m realizing that plugins in general cause me more headaches than help.
Daaaaaaaang. Great plugin, but without custom posts I gotta uninstall.
Exactly the same thing for me as well. Going to try and roll back.
Same problem here. Looks like there’s no solution after 2 months. Dang.
Forum: Fixing WordPress
In reply to: Random 404’s on the backendI’ve been having this problem for months before 3.0 upgrade. I would say about 1/2 the time my backend crashes.
Are you on Dreamhost?
Yeah, I’ll probably just make it worse rolling back. I did find I have the same results as xecutable with things working fine in Chrome.
Just to give u a bit of an update. Apparently this might be a firefox problem as well as Google Chrome has no problem loading 300 tables in 1sec while takes 30 sec for FF.
I also have found that I can’t do an export dump. When I click on the button, it just goes to a blank screen. Not sure if the two are connected. I just performed a backup five days ago with version 1.7
I forgot to mention that this just started happening when I updated to the newest version of the plugin. I’m going to try and roll it back to version 1.7 and see what happens.
Hello, I am having a similar problem with the freezing. I also have around 300 tables and receive this error:
A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.
When I hit continue to complete, everything seems to work.
Besides this glitch I’m having, this is an amazing plug-in!
Forum: Fixing WordPress
In reply to: Frequent “Page Not Found” errors on admin pagesI am having the exact same problem. Upgraded to 3.0 and it is still happening. Have checked the majority of my plugins and come up with nothing.
Would love to hear anything about this.
Forum: Fixing WordPress
In reply to: Page Template Missing in 2.8Thanks for the response, but this I’m talking about the page template that shows up when I’m writing pages. Not sure what the drop down links are for.