coreymcollins
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Colored Borders on Success/AlertStill no dice. Tried it several ways and it still shows up. I wish this were an option within the control panel, it’s kind of silly to be buried like this.
Forum: Plugins
In reply to: [Contact Form 7] Colored Borders on Success/AlertNo luck… still coming up with the border.
Forum: Plugins
In reply to: [The Events Calendar] Events With No End Date/TimeI guess that works, but it’d also be nice if you didn’t have to monkey around with an end date/time if you don’t actually have one.
I find that this plug-in also doesn’t delete past events, just removes them from the list. I think I’m going to start looking around for a different plug-in that will include those features.
Something else I’ve noticed – I run a site with several different bloggers posting articles. I don’t get notifications when someone comments on one of their posts, it seems – just when someone comments on one of mine, but even that doesn’t ALWAYS come through. If I reply to someone else’s post and someone replies to that, I do get a notification. Just seems like there’s some trouble making it there from time to time.
I figured this one out – be sure that you’re including wp_head and wp_footer in your documents. Once I popped those in, everything worked flawlessly.
I was able to dig around enough to fix the image size and padding, but I’m still not seeing my stats anywhere in the WP admin. I can see where they would be in the AddThis site’s admin, but not in the dashboard.
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Events category searchAlrighty, I found a… well, not a solution, but a workaround.
If you install Search Everything (http://wordpress.org/extend/plugins/search-everything/) and select “Search Metadata” in the options, events listed in The Events Calendar will now display in the search results. I originally installed the plugin to be able to search tags, but it works for this as well.
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Events category searchOne thing I noticed earlier today, though it might be any kind of breakthrough – you CAN search the events by searching for the title or actual post content. However, the additional info that’s added (Location, Venue, etc.) isn’t searchable.
Not sure if this will help point toward a solution or not, though.
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Events category searchI meant to come back and post again, but work has been nutso lately. Turns out, my “solution” didn’t actually work upon closer inspection. It was just giving me the posts in that category anytime I searched anything. Back to the drawing board… again.
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Events category searchI actually just figured out a way to do this!
At the top of my search.php file, I’ve implemented this code:
<?php $args = array( 'cat' => 12, ); ?>When I query the posts for the results, I call this:
<?php query_posts($args); ?>And voila! Works flawlessly, as far as I can tell.
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Events category searchThat’s really strange – I tried that solution, too, but I haven’t had any luck in actually making it work. I guess I’ll have to jump back in and look at it again.
Would you mind posting your code to see if I can spot the differences between yours and mine? I’ve got it querying posts in the new category I had created, but it comes up blank. It works for other categories, which is what’s really puzzling me.
Hoping that you have e-mail alerts turned on…
I checked your site and saw that searching events did work now. Could you share how you got this function to run? I’m having trouble with having my events show up in search results, too.
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Events category searchI wanted to chime in on this one because I’m having the same issue. I’m not getting results for the events, even when I tell the results to specifically ONLY posts in the events category. Is there a reason they shouldn’t be coming up? They are added as regular posts, so it would seem that they would pop up with the rest of the posts.
Would love to hear back on this one, as it’s really the only feature that’s holding me back from using this otherwise great plugin.
Thanks!
Forum: Fixing WordPress
In reply to: Add New Sidebar Information For Each PageI appreciate the response, but would you be able to point me a little further toward what I’m looking for? I’m looking at the WP_Query stuff, but it seems to be focused on grabbing posts and pages that fit certain criteria. What I’m looking to do is take certain information entered as part of a Page (wrapped in a DIV, perhaps?) and have it display in the sidebar rather than in the main body. I’m not sure if I was totally clear in my post, or perhaps there’s a specific part of the WP_Query that I should be looking at for that sort of information.
Thanks!
Forum: Fixing WordPress
In reply to: Display All Posts on New PageWell you’re just the hero of the day! I actually came across that page last night, but I couldn’t make sense of it and crashed shortly after. I knew WP was pretty versatile, but I didn’t know that it could reach this far. Definitely a handy tool to keep in mind for the future.
Thanks again!