134 reputation
9
bio website
location Ohio
age 36
visits member for 2 years
seen May 13 at 13:31
stats profile views 57

May
13
comment wp_editor on front end media upload jquery live error
the editor is just in a hidden div. However, I am not sure what I did but noe the media upload thick box shows up after pressing the "Upload/Insert media" at the top of the wp_editor. I do need to tweak what is displayed within the thick box. So I am wondering if there is a better way to handle the image and video uploads than using the default thick box.
May
10
asked wp_editor on front end media upload jquery live error
Dec
3
revised How to set a custom post type to not show up on the front end
added the code I used to fix my issue in addition to code provided by another user
Dec
3
accepted How to set a custom post type to not show up on the front end
Dec
3
comment How to set a custom post type to not show up on the front end
Thanks! All of my slideshow 404 errors in Google are now gone. I added public => false, has_archive => false and publicly_queryable => false and they no longer show up as 404 errors. I did add the code you provided to my functions.php file "just in case". Thanks again!
Dec
1
comment How to set a custom post type to not show up on the front end
The slideshow uses wp_get_attachment_image_src to pull in the images within a loop so there is no link to the slideshow custom post type. I did just set the "public" parameter in my register custom post type method to false. I'll see if that helps. Thanks for your input!
Nov
30
accepted An adiitional function fires on my AJAX submit
Nov
30
answered An adiitional function fires on my AJAX submit
Nov
30
asked How to set a custom post type to not show up on the front end
Nov
29
comment An adiitional function fires on my AJAX submit
Just added my AJAX function. Do you need the PHP functions as well?
Nov
29
revised An adiitional function fires on my AJAX submit
added my AJAX function
Nov
27
accepted Setting pagination for images attached to a post
Nov
27
asked An adiitional function fires on my AJAX submit
Nov
27
accepted How to use filter on comment submission/insert
Nov
27
answered How to use filter on comment submission/insert
Nov
19
comment How to use filter on comment submission/insert
Just did as you suggested and still no luck on my comment types. I even copied the entire wp_notify_postauthor method from pluggable.php to my plugin file and added an elseif for one of my comment types and nothing happened. The description of the method indicates that it accpets "comment", "trackback" and "pingback' as comment types, could this be my problem? Maybe since my comment types are not default values it won't recognize them?
Nov
18
asked How to use filter on comment submission/insert
Oct
31
awarded  Popular Question
Oct
25
asked Ajax response is always 0
Oct
1
comment Setting pagination for images attached to a post
Thanks for this! I should have mentioned that I am also using the prettyPhoto jQuery gallery plugin. The galleries could have a load of images in them as well. So the question is how to do I paginate but still keep them all in the gallery that pops up. Or should I be using some kind of lazy loader for images? Not sure how the code you presented would fit into using the prettyPhoto gallery plugin. Thanks!