Title: aymate's Replies | WordPress.org

---

# aymate

  [  ](https://wordpress.org/support/users/aymate/)

 *   [Profile](https://wordpress.org/support/users/aymate/)
 *   [Topics Started](https://wordpress.org/support/users/aymate/topics/)
 *   [Replies Created](https://wordpress.org/support/users/aymate/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/aymate/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/aymate/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/aymate/engagements/)
 *   [Favorites](https://wordpress.org/support/users/aymate/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MCE Table Buttons] Latest updates makes MCE table buttons disappear…](https://wordpress.org/support/topic/latest-update-makes-mce-table-buttons-disappear/)
 *  Thread Starter [aymate](https://wordpress.org/support/users/aymate/)
 * (@aymate)
 * [12 years ago](https://wordpress.org/support/topic/latest-update-makes-mce-table-buttons-disappear/#post-4785646)
 * Yep – confirming with Kokers. WYSIWYG fields created with ACF have no MCE Table
   button. Doh!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MimeTypes Link Icons] Warning when used with ACF](https://wordpress.org/support/topic/warning-when-used-with-acf/)
 *  Thread Starter [aymate](https://wordpress.org/support/users/aymate/)
 * (@aymate)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/warning-when-used-with-acf/page/2/#post-4721118)
 * It’s working. 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MimeTypes Link Icons] Warning when used with ACF](https://wordpress.org/support/topic/warning-when-used-with-acf/)
 *  Thread Starter [aymate](https://wordpress.org/support/users/aymate/)
 * (@aymate)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/warning-when-used-with-acf/#post-4721116)
 * Best. Juliette, you are amazing. If your ever in Perth, Western Australia I’ll
   buy you a beer!
 * Thanks you so much.
 * Jesse
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MimeTypes Link Icons] Warning when used with ACF](https://wordpress.org/support/topic/warning-when-used-with-acf/)
 *  Thread Starter [aymate](https://wordpress.org/support/users/aymate/)
 * (@aymate)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/warning-when-used-with-acf/#post-4721112)
 * Hey Juliette
 * I have deleted the contents of all but one accordion so you can see the repeated
   markup in each empty one.
 * Each accordion has a unique field referenced like this:
 * `add_filter('acf/load_value/name=bio_content', 'mimetypes_to_icons');`
 * > Just an idea: what about building the page content with output buffering turned
   > and then passing the complete content in one go to MTLI ? I think that would
   > bypass whatever strangeness ACF seems to be doing.
 * That makes absolutely no sense to me I’m afraid. 😉 Looks like I’ve got some 
   reading up to do!
 * j.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MimeTypes Link Icons] Warning when used with ACF](https://wordpress.org/support/topic/warning-when-used-with-acf/)
 *  Thread Starter [aymate](https://wordpress.org/support/users/aymate/)
 * (@aymate)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/warning-when-used-with-acf/#post-4721109)
 * OK ready! If you have a peek within the markup of each of the accordions (built
   with ACF), you will see the:
 *     ```
       <style type="text/css">
       <!--
       a[rel~="mtli_filesize7992kB"]:after {content:" (79.92 kB)"}
       -->
       </style>
       ```
   
 * If the field is a plain text filed, this style markup gets rendered on screen.
 * [wace1516.scsa.wa.edu.au/science/](http://wace1516.scsa.wa.edu.au/science/)
 * Thanks. Jesse
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MimeTypes Link Icons] Warning when used with ACF](https://wordpress.org/support/topic/warning-when-used-with-acf/)
 *  Thread Starter [aymate](https://wordpress.org/support/users/aymate/)
 * (@aymate)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/warning-when-used-with-acf/#post-4721107)
 * Just waiting for the DNS to propogate – thanks so much for thinking of me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MimeTypes Link Icons] Warning when used with ACF](https://wordpress.org/support/topic/warning-when-used-with-acf/)
 *  Thread Starter [aymate](https://wordpress.org/support/users/aymate/)
 * (@aymate)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/warning-when-used-with-acf/#post-4721067)
 * It’s on a local dev server right now… I’ll get you a link asap! Thanks.
 * Jesse
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MimeTypes Link Icons] Warning when used with ACF](https://wordpress.org/support/topic/warning-when-used-with-acf/)
 *  Thread Starter [aymate](https://wordpress.org/support/users/aymate/)
 * (@aymate)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/warning-when-used-with-acf/#post-4721035)
 * My apologies on starting this up again… I turns out that my unique field name
   solution was not actually working!
 * So – If I have multiple instances of ACF fields on a page, each being referenced
   uniquely like so in fuctions.php;
 *     ```
       add_filter('acf/load_value/name=field_one', 'mimetypes_to_icons');
       add_filter('acf/load_value/name=field_two', 'mimetypes_to_icons');
       ```
   
 * The fields _after_ the first one that includes MIME icons have the;
 *     ```
       <style type="text/css">
       a[rel~="mtli_filesize7992kB"]:after {content:" (79.92 kB)"}
       </style>
       ```
   
 * reference from the first field injected as inline styles…
 * Can you think of any further possible solutions?
 * Many thanks in advance…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MimeTypes Link Icons] Warning when used with ACF](https://wordpress.org/support/topic/warning-when-used-with-acf/)
 *  Thread Starter [aymate](https://wordpress.org/support/users/aymate/)
 * (@aymate)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/warning-when-used-with-acf/#post-4721028)
 * ta.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MimeTypes Link Icons] Warning when used with ACF](https://wordpress.org/support/topic/warning-when-used-with-acf/)
 *  Thread Starter [aymate](https://wordpress.org/support/users/aymate/)
 * (@aymate)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/warning-when-used-with-acf/#post-4721025)
 * Thanks Juliete
 * When I use the above, it injects this style reference to one of my attached files;
 * `<style type="text/css">a[rel~="mtli_filesize7992kB"]:after {content:" (79.92
   kB)"}</style>`
 * In each ACF field after the first that includes MIME icons etc…
 * The only way around this I have found is to target the specific field I wish 
   to include icons in by;
 * `add_filter('acf/load_value/name=my_field', 'mimetypes_to_icons');`
 * j.

Viewing 10 replies - 1 through 10 (of 10 total)