adambundy
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] Front-end submit 12hr (AM/PM) time formatThat worked! Thanks Franky. Yes – I was really glad you ported this plugin over and rolled it into EME. Thanks again!
Forum: Plugins
In reply to: [Events Made Easy] Front-end submit 12hr (AM/PM) time formatHi Franky – thanks again for this. I’m trying to get this implemented, and it seems that maybe form.php needs to change as well – could that be? I have tried my front-end submit form, which seems to allow start and end time correctly, but then when I check the event created in the admin, any PM times are converted to AM (seem to be understood as 24hr time). Any idea what’s going wrong?
Thanks Franky!
Forum: Plugins
In reply to: [Events Made Easy] Front-end submit 12hr (AM/PM) time formatThank you Franky!
Forum: Plugins
In reply to: [Events Made Easy] Front-end submit 12hr (AM/PM) time formatExcellent! Thanks Franky. Is an easy way for me to implement that feature now? Could you tell me which file in trunk contains the necessary change?
Thanks much!
Forum: Fixing WordPress
In reply to: Page slug getting "-2" appended, would like to changeIt is (and was) empty. It seems that WP has some other way of protecting agains dup slugs?? Thanks @esmi
Forum: Fixing WordPress
In reply to: WP_Query orderby author specify secondary orderby criteria@esmi, you’re right – after further examination, I think that it orders the posts within a particular author’s posts neither by created date, modified date, or post ID. I am still digging but currently have no idea which criteria WP uses to order these posts. Anyone have any knowledge in this?
Thanks!
Forum: Plugins
In reply to: [NextGEN-Galleryview] Like its not even thereIm having this same issue. The plugin assets like the JS files get loaded, but it does not affect the gallery display at all. Is this related to the June 12 update to NGG?
I can’t get past the About screen. I have refreshed on it several times. Is there something I can edit in the files or dbase to allow me past the About page? This seems to be working properly on my other sites, but this one won’t ‘click over’.
Im having the same issue.
Forum: Plugins
In reply to: [Events Made Easy] Problem with CSS files loading in IE9UPDATE:
Not sure what was up here, but I have reactivated the plugin, now all seems well. ??? Gotta love IE.
Forum: Fixing WordPress
In reply to: Does WordPress 3.5 Still Support is_tree ?@dion, I was having an issue with a custom body_class addition in a project I inherited, and it had failed since upgrade to 3.5 as well. After reading this thread, I suspected that the root might be this same issue. Note to the dev team that this function was working before upgrade to 3.5 without the global $post declaration, just the commented out $typeNow. After I added the $post declaration, it works. Could you explain the reason and how I/we can avoid similar problems in other code?
function highest_parent_body_class($classes = '') { //global $typeNow; global $post, $typenow; $anc = get_post_ancestors($post->ID); if (count($anc)) { $highestParentID = end($anc); $highestParent = get_post($highestParentID); $classes[] = 'desc-'.$highestParent->post_name; array_pop($anc); $secondHighestParentID = end($anc); $secondHighestParent = get_post($secondHighestParentID); $classes[] = 'desc2-'.$secondHighestParent->post_name; } else { $thisOne = get_post($post->ID); $classes[] = 'root root-'.$thisOne->post_name; } return $classes; } add_filter('body_class','highest_parent_body_class');
Thanks!
UPDATE: OK, the biggest issue here was my mistake (syntax error), but now I get the play button, but clicking it does nothing (no request or error or activity of any kind in net panel). There is a playlist player outside this ajax-loaded content that plays the same track URLs fine, so I know its not a bad file URL. Any idea what could cause this?
Thanks!
I am having the same issue here (HTTP error). It cropped up about a week ago. Oddly, before I tracked it back to this plugin, a database repair/optimize cured the issue temporarily. Disabling the plugin has restored image upload/crunch capability. Any word from the dev??
Thanks!
@sperks, add a ‘lists’ parameter to your shortcode like this:
[constantcontactapi formid="1" lists="57"]