Hi, am interested in adopting this plugin. Thanks
]]>Hope you’re doing well. I am writing to inquire about the possibility of our
company adopting this plugin: https://www.ads-software.com/plugins/add-custom-fields-to-media/
Looking forward to your reply.
]]>Hi,
We would be interested in adopting this plugin & continuing it’s maintenance.
It would be great if you can let me know how we can take this forward.
:Vishal
]]>Hello do you want this plugin to be adopted ? We are ready to maintain this if you are ready.
https://www.ads-software.com/plugins/add-custom-fields-to-media/
]]>Thanks for useful plugin! I fix some PHP warnings that appeared in the admin panel –
92a93,94
> if ($media_custom_fields) {
> foreach ( $media_custom_fields as $custom_field ) {
94,100c96,100
< foreach ( $media_custom_fields as $custom_field ) {
<
< $form_fields[ $custom_field['unique_id'] ] = array(
< 'label' => $custom_field['name'] ,
< 'value' => get_post_meta( $post->ID, '_' . $custom_field['unique_id'] , true ),
< 'helps' => $custom_field['help']
< );
---
> $form_fields[ $custom_field['unique_id'] ] = array(
> 'label' => $custom_field['name'] ,
> 'value' => get_post_meta( $post->ID, '_' . $custom_field['unique_id'] , true ),
> 'helps' => $custom_field['help']
> );
101a102
> }
200c201
< if ( ( $_GET['delete'] ) ) {
---
> if ( isset( $_GET['delete'] ) ) {
241c242
< <?php $index_count++;} ?>
---
> <?php } ?>
https://www.ads-software.com/plugins/add-custom-fields-to-media/
]]>Great plugin, I use it in quite an interesting and unique way, but this is causing an issue. I populate the custom fields with jQuery once the image has been clicked: this works fine when on the image page in the media library section, however when doing this on the posts page from the ‘set featured image’ overlay/popup, the value isn’t being stored. WordPress or your plugin (I’m not sure which) would appear to be updating the values via AJAX once they’ve been input, but if updating the values via JavaScript or jQuery it doesn’t seem to pick up the changes. Could you give any insight into this please?
Thanks,
Theo.
https://www.ads-software.com/plugins/add-custom-fields-to-media/
]]>Hi there,
I am trying to add photo credits to featured images. I added the Unique ID’s on plugin settings, and added the code snippet to my content-single.php file (which I renamed content-credit to test it out), but I get this error:
Warning: Missing argument 2 for thisismyurl_has_custom_media_field(), called in /nfs/c03/h06/mnt/168254/domains/spoonuniversity.com/html/wp-content/themes/newstrick-child/content-credit.php on line 74 and defined in /nfs/c03/h06/mnt/168254/domains/spoonuniversity.com/html/wp-content/plugins/add-custom-fields-to-media/add-custom-fields-to-media.php on line 52
The code on my content-single.php looks like this:
<div class="meta-posted-by muted-small" style="border-top: 3px solid <?php echo $cat_color; ?>;">
<?php _e('Posted by ','color-theme-framework'); echo the_author_posts_link(); ?>
<meta itemprop="author" content="<?php echo get_the_author_meta( 'nickname' ); ?>">
<?php
if ( thisismyurl_has_custom_media_field() ) {
$credit_name = thisismyurl_get_custom_media_field( get_post_thumbnail_id( $post->ID ), 'credit_name' );
$credit_url = thisismyurl_get_custom_media_field( get_post_thumbnail_id( $post->ID ), 'credit_url' );
if ( empty( $credit_name ) )
$credit_name = $credit_url;
if ( !empty( $credit_url ) )
$credit_text = '' . $credit_name . '';
else
$credit_text = $credit_name;
$credit_text = '
' . $credit_text . '
';
echo $credit_text;
} ?>
Any idea why I’m getting this error?
Thanks so much for your help!
https://www.ads-software.com/plugins/add-custom-fields-to-media/
]]>I want to add the CSS Class field (from the advanced image settings) to the Media Uploader modal. Can this be done with your plugin?
https://www.ads-software.com/plugins/add-custom-fields-to-media/
]]>Is it possible out of the box to create a checkbox? If not, would it be an easy enough hack and how would I go about it. Thanks.
-Brandon
https://www.ads-software.com/extend/plugins/add-custom-fields-to-media/
]]>Hi,
I was unable to work with it if i have to insert a gallery in a post or even an image.
If i set the image as featured image, then it works perfectly.
How can i make it work if i want to insert a gallery and fetch custom fields for each image in the gallery
Thanks,
Ankur
https://www.ads-software.com/extend/plugins/add-custom-fields-to-media/
]]>When I activate the Add Custom Fields to Media plugin I get a bunch of PHP errors on the frontend. I checked to make sure the file got uploaded correctly. It is there.
Warning
: include(admin-functions.php) [function.include]: failed to open stream: No such file or directory in
/[...correct path...]/wp-content/plugins/add-custom-fields-to-media/add-custom-fields-to-media.php
on line
35
Warning
: include(admin-functions.php) [function.include]: failed to open stream: No such file or directory in
/[...correct path...]/wp-content/plugins/add-custom-fields-to-media/add-custom-fields-to-media.php
on line
35
Warning
: include() [function.include]: Failed opening 'admin-functions.php' for inclusion (include_path='.:/usr/share/php:..') in
/[...correct path...]/wp-content/plugins/add-custom-fields-to-media/add-custom-fields-to-media.php
on line
35
https://www.ads-software.com/extend/plugins/add-custom-fields-to-media/
]]>