Andy Mercer
Forum Replies Created
-
Forum: Plugins
In reply to: [Featured Galleries] Can you make gallery selection functional for tablets?I’m working on a large update to this plugin, and this is going to be one of the things that will happen in that update.
Forum: Plugins
In reply to: [Featured Galleries] HTTP 500 ERRORSince you mentioned paying someone to do this, I’m going to mark the thread as resolved.
Forum: Plugins
In reply to: [Featured Galleries] HTTP 500 ERRORI do offer that, yes. If you’d be interested, shoot me an email to [email protected] and we can discuss it.
You can see examples at:
https://www.andymercer.net
https://www.indygreekfest.org
https://www.rmasurveying.com
https://www.cwstudio.io, (Soon, the site is not done yet)- This reply was modified 8 years, 2 months ago by Andy Mercer.
Forum: Plugins
In reply to: [Featured Galleries] Thumbs in adminWorking on a redesign of the metabox. Changing to thumbnails is part of that, so this will be resolved by that.
Forum: Plugins
In reply to: [Featured Galleries] Attached imageI’m working on a redesign of the metabox from scratch to make it more similar to how the Media page itself works. This should be part of the redesign.
Forum: Plugins
In reply to: [Featured Galleries] Title for lightboxYes, you can put whatever title you want in. You just have to add it wherever you want it to appear.
Forum: Plugins
In reply to: [Featured Galleries] HTTP 500 ERRORWell the
">
might be an issue. Does the $post object exist?Forum: Plugins
In reply to: [Featured Galleries] not work with with the custom post typeNot sure what to tell you. Check your code for typos maybe. I know that the filter works because I just used it last week in a client site.
Try removing other plugins to see if there is a conflict.
Forum: Plugins
In reply to: [Featured Galleries] Attached imageHi madvic. Thanks for the suggestion and more importantly for actually writing some code. I’m sorry for not responding quickly. I don’t get notifications and it’s hard to remember to check frequently.
I don’t have a lot of time right now, but I’ll try to make some time to read through your code in depth this week.
Forum: Plugins
In reply to: [Featured Galleries] create shortcode function for galleryGlad it’s working, and yep, the examples are missing. Actually they probably should have PHP opening and closing around the first line also. I’ll fix that in the readme with the next update, thanks.
Forum: Plugins
In reply to: [Featured Galleries] create shortcode function for galleryYour code looks pretty good. The problem might be that you aren’t declaring the global $post. Try using
get_the_ID()
instead of$post->ID
.Forum: Plugins
In reply to: [Featured Galleries] Can you make gallery selection functional for tablets?Yeah, I’ll take a look.
Forum: Plugins
In reply to: [Featured Galleries] Attachment Details missing using WordPress 4.6.1Forum: Plugins
In reply to: [Featured Galleries] make custom fields with ids invisible in metaboxSince I haven’t heard from you in a week I’m going to assume that you aren’t interested and mark this as resolved. I’m not sure what is going on with the screenshot that I posted earlier, but I don’t see a way to edit the post.
Or, I’d mark this as resolved if the forums weren’t messed up right now.
- This reply was modified 8 years, 6 months ago by Andy Mercer.
Forum: Plugins
In reply to: [User Profile Picture] Visual Bug and FixThe only thing left that I can think of to improve would be moving the form itself down and replacing the native Profile section which isn’t editable.
I looked through the core template file and there aren’t any hooks down there. Might be worth opening a trac ticket to add a filter. It would be even cooler if the default HTML was moved to a filterable function, so that the section itself could just be replaced by the better editable version.