lsparks
Forum Replies Created
-
I’m having the same issue, it is defaulting to no e-mail and I can’t change it.
I also thought that might be the case, but it is happening on my local MAMP installation, the live production environment, and the staging environment. The behavior is consistent across 3 separate servers that have been independently configured.
OK, I tried that, and the event date it is outputting is different than the main calendar date. The calendar date is the 14th, and the date of the event and the date outputted with #Y-#m-#d is the 15th.
It does appear since the dates are fine on November 2nd, but not on the 6th or after it may be related to DST in some way. It is just odd that if I change to the list view instead of the calendar view the dates are all correct.
You can see it here.
I’m not sure what you mean, is there a particular array key I need to output in the template? I tried print_r() on the some of the arrays but rather than providing a list of the contents it just makes the whole calendar disappear.
I have not made any changes to the calendar.
You can see what I am talking about here:
http://sp.arks.me/go/yClick on the event for November 14. You will see on the main event page that the date is actually the 15th, so it is showing up correctly there.
If it was a server time issue, I would think both dates would be off. It should also be off in list view which it is not, its only an issue in calendar view.
Ah, just realized I was using WP 3.01 beta and not the “bleeding edge” WP 3.1 alpha. It does indeed work with the alpha versions of WP and QMT. Looks like WP 3.1 alpha is pretty unstable. I’m really excited for 3.1 to be wrapped up, I have quite a few projects that really need to be able to use multiple taxonomy queries in a stable release of WP.
I’m having the exact same issue. I tried the plugin which did not work, and after reading this thread I just downloaded the beta plugin and a nightly build which also does not work. The last parameter just totally overwrites the first one.
Ex: edit.php?post_type=casestudy&industry=banking&platform=twitter
That query returns a result set that is all of the case studies where the platform is twitter, and not the platform of twitter AND industry of banking.
Any updates on when this might be working in one of the nightly builds or the plugin?
Forum: Fixing WordPress
In reply to: Can’t use “thumbnail, medium, large” for images anymore?I am also running into this same problem. I definitely have GD library installed, and it does not seem to matter what format the images are in. Definitely frustrating.
Forum: Alpha/Beta/RC
In reply to: Missing current_page_parent css class for custom post typesI’m having the same problem as well, and have spent quite a while searching for a solution with no luck. Having no way to define a parent of a custom post type really limits their usefulness.