How do i make some of the details in the custom field enter by vendor display on vendors product after publication inside my website.
Please Guide me for that purpose. Thanks in Advance.
]]>The credit fields appear fine when updating details of an image via the Media Library, but I noticed the credit fields do not exist when editing an image from within the post content editor. It appears fine when inserting media, just not when editing media. I’m not sure if this is intentional, but thought I should bring up just in case this is a bug.
]]>Hi,
I already have ACF pro installed and i’ve uploaded an image and added the credit fields
Is they a final set required after installing the plugin to display the credits on the frontend?
Thanks
]]>Hi
Thanks for this plugin.
I want to know what is the output function of this plugin to add it to my theme template manually ? Or is there any shortcode so that I can echo it to my theme template ?
Please let me know.
Thanks
Aman
how do I add nofollow to the links?
]]>This plugin is exactly what I need! Thank you!
The only issue I am having is getting it to work with woocommerce… I sent you an email via your website, then realized the question should be posted here…
This is what I’m trying (and not working)…
//function cat_credit() {
//echo the_post_thumbnail_media_credit();
//}
//add_action (‘woocommerce_before_shop_loop_item_title’, ‘cat_credit’,15);
Hello,
This is a great plugin, and solves many problems across all of my clients sites, however one small bug seems to be persisting. On some pages, I can’t nail down a pattern, it seems ACF Media Credit isn’t working properly, and is interfering with the ‘the_content’ filter.
Any ideas?
]]>All works fine unless i add a class name into “Image CSS Class” in the image editor in the wysiwyg. I thought that it might be a way to let people choose between white credit text or black credit text overlaid onto the photo.
Anyway if I do it, the image wrapping div changes into a paragraph, and the span containing the credit disappears altogether.
In other words it goes from
<div class="alignnone media-credit wp-image-1095">
<img class="alignnone wp-image-1095 size-full" width="800" height="520" alt="group discussion" src="xxx/woman_braids.jpg">
<span class="acf-media-credit">
<span class="acf-credit">
<a target="_blank" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.philipwolmuth.com/', '? Philip Wolmuth');" href="https://www.philipwolmuth.com/">? Philip Wolmuth</a>
</span>
</span>
</div>
to
<p>
<img class="black-text alignnone wp-image-1095 size-full" width="800" height="520" alt="group discussion" src="xxx/woman_braids.jpg">
</p>
]]>
Any thoughts on adding a target="_blank"
attribute to the link? Seems like you’d want it in most applications of the plugin…