Not being added to links in tab
-
Hi, I am working on a site and the plugin works quite well in the normal content area of a post, but I am having trouble getting the icons to show up on content that is inside a tab or maybe it has something to do with the links being part of a custom field.
You can see it here on the “Product Documents” tab at the bottom.
https://clientdev10.dazil.com/?products=mi-5-multishot
I am using advanced custom fields with the function:
<?php echo get_post_meta(get_the_ID(), 'product_documents', true);?>
to retrieve the field data which is a wysiwyg field. I have also tried using ACF’s API functions such as:
<?php the_field('product_documents');?>
Which didn’t work either.
This is a custom theme with very few plugins installed.
Any insight on this problem?
https://www.ads-software.com/extend/plugins/mimetypes-link-icons/
- The topic ‘Not being added to links in tab’ is closed to new replies.