markhewes
Forum Replies Created
-
Thanks!
Perfect! Thanks so much. Could I also adapt this to exclude other field types? Credit Card, for example?
Forum: Plugins
In reply to: [User Post Gallery - UPG] Multiple file upload limited to 20 photosThat fixed it, thanks!
Forum: Plugins
In reply to: [User Post Gallery - UPG] Multiple image uploads on [upg-attach]Thanks for looking into it. I found the following code in the functions.php file. Is there a quick way to modify this, maybe using a foreach loop? I’ve tried a few things, but don’t have the coding skills to make it work.
//Attach post id if the gallery is attached to specific post.
if (isset($_POST[‘form_attach’])) {
add_post_meta($post_id, ‘form_attach’, $_POST[‘form_attach’]);
add_post_meta($post_id, ‘media_private’, $_POST[‘media_private’]);
//$response[‘srv_attach’]=”Media attached to “+$_POST[‘form_attach’];
}Thanks!
Forum: Plugins
In reply to: [User Post Gallery - UPG] Multiple image uploads on [upg-attach]I tried changing the the input field to multiple, but it doesn’t seem to be working correctly. For example, if I upload two photos, they will both be added as posts to UPG, but only the first one will display in the page gallery. If I edit the posts, I can see that only the first post has the “attached at” value for that page. The other photo has no “attached at” value. Is there a simple fix for the code to make sure all the photos receive the “attached at” value?
Thanks!
Forum: Plugins
In reply to: [Instagram for WordPress] set up instagram for wordpressPlugin was working fine on my site before the recent updates. I followed the instructions and set up Instagram oAuth client with no errors, but the widget just does not appear. I can see that the css and js files for the plugin are loaded, but when i look at the page html, where the widget div should be, there’s just nothing.
Widget should appear between the “Recent Posts” and FB like box widgets here: https://markhewes.com
I’ve tried reinstalling the plugin, haven’t installed anything else that would cause new conflicts. Any ideas?