| bio | website | andy-warren.net |
|---|---|---|
| location | Omaha, NE | |
| age | ||
| visits | member for | 6 months |
| seen | yesterday | |
| stats | profile views | 0 |
I am a WordPress enthusiast and developer in Omaha, NE. I love WordPress and continually learn new things about it that help make me a better developer. I began my career working with WordPress in January 2010 and have came leaps and bounds through work and great sites like Stack Overflow.
|
Apr 6 |
comment |
How to activate “Description” metabox for menu item programmatically? It may not be related the the original question, but a search on here for "nav description" brought this post as the first result. Which in turned answered the question that I came here with on how to display nav descriptions. Upvote for that. |
|
Apr 3 |
comment |
WordPress Gallery Has “Ghost” Image If I drop the gallery code in the WP Editor sans all options it displays no ghost images and returns all attached to the page. |
|
Apr 2 |
comment |
WordPress Gallery Has “Ghost” Image I don't have any actual galleries created in the WordPress backend. I'm only calling the images I want by their ID from the shortcode in the page template. There are no ghost IDs being called, I have checked that several times. Very bizarre to say the least. |
|
Apr 2 |
comment |
WordPress Gallery Has “Ghost” Image Yes, they still exist. I created a quick work-around, but in reality it only masks the issue rather than fixes it. jQuery('#gallery-1 br, #gallery-2 br, #gallery-3 br').remove();
jQuery("img[src='undefined']").parent("a").parent("li").remove(); |
|
Apr 2 |
awarded | Editor |
|
Apr 2 |
revised |
WordPress Gallery Has “Ghost” Image added 154 characters in body |
|
Apr 2 |
asked | WordPress Gallery Has “Ghost” Image |
|
Feb 28 |
answered | Remove first separator in wp_nav_menu |
|
Feb 28 |
comment |
Remove first separator in wp_nav_menu Are you putting that entire piece of PHP in a template file or in functions.php? Also, strip_tags is why you're not getting your span tags. Its only set to allow a or anchor tags. See answer below |
|
Feb 27 |
comment |
Remove Menu Page Giving Error Perfect. Thanks again. |
|
Feb 27 |
accepted | Remove Menu Page Giving Error |
|
Feb 27 |
awarded | Commentator |
|
Feb 27 |
comment |
Remove Menu Page Giving Error Thanks for the answer. I am also using the Members plugin for roles and capabilities; however it does not give options to remove or restrict some of the admin menu pages (like the ones in my function). So that is the reason for removing them via a function. |
|
Feb 27 |
comment |
Remove Menu Page Giving Error I have been over thinking this since yesterday afternoon. Post your comment as an answer and I'll accept it. Worked like a charm. |
|
Feb 27 |
asked | Remove Menu Page Giving Error |
|
Jan 29 |
answered | Recent posts on homepage |
|
Jan 25 |
comment |
Photocrati Theme Issue I have been in contact with my host a couple times. They do not seem to have an answer. I've 777'd the entire directory just for testing purposes, and that did not help. That of course if file permissions though. |
|
Jan 24 |
comment |
Photocrati Theme Issue I am not using that plugin. I read several things regarding cache issues also, but I am not using a cache plugin. Thanks for the answer though. |
|
Jan 24 |
comment |
Photocrati Theme Issue Here's the link to Photocrati: photocrati.com They currently own and maintain NextGen. I've tried everything under the sun to get this corrected, including disabling all plugins. The theme support team also can't figure this one out. I was hoping as a last straw here that somebody had maybe seen this before with this theme. I may be S.O.L. on this and just have to do a rebuild. |
|
Jan 24 |
comment |
Photocrati Theme Issue I just rolled back WP to 3.4.2, and unfortunately, that did not resolve the problem. |