Title: Zoinks! Graphics's Replies | WordPress.org

---

# Zoinks! Graphics

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 164 total)

1 [2](https://wordpress.org/support/users/zoinks/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/zoinks/replies/page/3/?output_format=md)…
[9](https://wordpress.org/support/users/zoinks/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/zoinks/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/zoinks/replies/page/11/?output_format=md)
[→](https://wordpress.org/support/users/zoinks/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Admin Interface] Tags link under Posts missing when using custom admin menu](https://wordpress.org/support/topic/tags-link-under-posts-missing-when-using-custom-admin-menu/)
 *  [Zoinks! Graphics](https://wordpress.org/support/users/zoinks/)
 * (@zoinks)
 * [3 months ago](https://wordpress.org/support/topic/tags-link-under-posts-missing-when-using-custom-admin-menu/#post-18813220)
 * Any headway on this? I’m having the same issue with missing Tags.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Default Featured Image] Featured Images for Posts and/or Pages?](https://wordpress.org/support/topic/featured-images-for-posts-and-or-pages/)
 *  Thread Starter [Zoinks! Graphics](https://wordpress.org/support/users/zoinks/)
 * (@zoinks)
 * [5 months ago](https://wordpress.org/support/topic/featured-images-for-posts-and-or-pages/#post-18752261)
 * Thanks! Appreciate your change of heart on this, and looking forward to it being
   integrated in 2026.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Default Featured Image] Featured Images for Posts and/or Pages?](https://wordpress.org/support/topic/featured-images-for-posts-and-or-pages/)
 *  Thread Starter [Zoinks! Graphics](https://wordpress.org/support/users/zoinks/)
 * (@zoinks)
 * [5 months ago](https://wordpress.org/support/topic/featured-images-for-posts-and-or-pages/#post-18751382)
 * I was able to “reverse-engineer” one of your FAQ code snippets to achieve what
   I was looking for on the front end: Having default featured images just for my
   posts, not for my pages. Here’s the revised code…
 *     ```wp-block-code
       add_filter( 'dfi_thumbnail_id', 'dfi_skip_page', 10, 2 );function dfi_skip_page( $dfi_id, $post_id )	{	if ( is_page() ) { return 0; } // invalid id.	return $dfi_id; // the original featured image id.	}
       ```
   
 * However, my suggestion still stands to make it an Admin option to select either
   Posts or Pages or both in the wp-admin Settings.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] “Sorry this is not a valid image” for WEBP?](https://wordpress.org/support/topic/sorry-this-is-not-a-valid-image-for-webp/)
 *  Thread Starter [Zoinks! Graphics](https://wordpress.org/support/users/zoinks/)
 * (@zoinks)
 * [7 months, 2 weeks ago](https://wordpress.org/support/topic/sorry-this-is-not-a-valid-image-for-webp/#post-18655989)
 * Sweet! Thank you!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] “Sorry this is not a valid image” for WEBP?](https://wordpress.org/support/topic/sorry-this-is-not-a-valid-image-for-webp/)
 *  Thread Starter [Zoinks! Graphics](https://wordpress.org/support/users/zoinks/)
 * (@zoinks)
 * [7 months, 3 weeks ago](https://wordpress.org/support/topic/sorry-this-is-not-a-valid-image-for-webp/#post-18649003)
 * Thanks so much, that code did the trick!
 * Just wondering… This has obviously been an issue since early 2023, so when will
   it be worked into the plugin core, rather than as an add-on fix?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Moderate new users](https://wordpress.org/support/topic/moderate-new-users-2/)
 *  Thread Starter [Zoinks! Graphics](https://wordpress.org/support/users/zoinks/)
 * (@zoinks)
 * [10 months ago](https://wordpress.org/support/topic/moderate-new-users-2/#post-18551576)
 * Perfect, just what I was looking for! Thanks!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Disable register page?](https://wordpress.org/support/topic/disable-register-page-2/)
 *  [Zoinks! Graphics](https://wordpress.org/support/users/zoinks/)
 * (@zoinks)
 * [1 year ago](https://wordpress.org/support/topic/disable-register-page-2/#post-18413664)
 * I too would like to see an answer to this question.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Use Any Font | Custom Font Uploader] Font’s not working on mobile or desktop – cleared cache and absolute path](https://wordpress.org/support/topic/fonts-not-working-on-mobile-cleared-cache-and-absolute-path/)
 *  [Zoinks! Graphics](https://wordpress.org/support/users/zoinks/)
 * (@zoinks)
 * [2 years ago](https://wordpress.org/support/topic/fonts-not-working-on-mobile-cleared-cache-and-absolute-path/#post-17684717)
 * carshowfanatic.com
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Use Any Font | Custom Font Uploader] Font’s not working on mobile or desktop – cleared cache and absolute path](https://wordpress.org/support/topic/fonts-not-working-on-mobile-cleared-cache-and-absolute-path/)
 *  [Zoinks! Graphics](https://wordpress.org/support/users/zoinks/)
 * (@zoinks)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/fonts-not-working-on-mobile-cleared-cache-and-absolute-path/#post-17678534)
 * [@crubenstein11](https://wordpress.org/support/users/crubenstein11/) I am experiencing
   similar issues. Can you please post details about your solution? Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Single Page Builder For The Events Calendar] Developer Websites](https://wordpress.org/support/topic/developer-websites/)
 *  Thread Starter [Zoinks! Graphics](https://wordpress.org/support/users/zoinks/)
 * (@zoinks)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/developer-websites/#post-17534268)
 * Typo aside, same issue for both websites:
 * With Surfshark ON, this error…
 * 403Forbidden
   Access to this resource on the server is denied!
 * Only with Surfshark OFF do the sites pull up normally. FYI.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Single Page Builder For The Events Calendar] Developer Websites](https://wordpress.org/support/topic/developer-websites/)
 *  Thread Starter [Zoinks! Graphics](https://wordpress.org/support/users/zoinks/)
 * (@zoinks)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/developer-websites/#post-17534238)
 * Actually appears that my Surfshark VPN doesn’t play nice with your websites. 
   While the VPN is enabled I get errors making it seem like the sites are down.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP News and Scrolling Widgets] Undefined array key “unique”](https://wordpress.org/support/topic/undefined-array-key-unique/)
 *  Thread Starter [Zoinks! Graphics](https://wordpress.org/support/users/zoinks/)
 * (@zoinks)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/undefined-array-key-unique/#post-16589938)
 * [https://judychamberlain.com/press/](https://judychamberlain.com/press/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FileBird - WordPress Media Library Folders & File Manager] Filebird functions into WP functions.php ?](https://wordpress.org/support/topic/filebird-functions-into-wp-functions-php/)
 *  Thread Starter [Zoinks! Graphics](https://wordpress.org/support/users/zoinks/)
 * (@zoinks)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/filebird-functions-into-wp-functions-php/#post-15744682)
 * Awesome, that did it! Thanks!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolbar Publish Button] Simple Custom CSS and JS](https://wordpress.org/support/topic/simple-custom-css-and-js/)
 *  Thread Starter [Zoinks! Graphics](https://wordpress.org/support/users/zoinks/)
 * (@zoinks)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/simple-custom-css-and-js/#post-15738054)
 * Anyone…? Your plugin description says it works with custom posts, but there’s
   no option to specify if it’s missing any custom post types. Such as “post-type-
   custom-css-js”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FileBird - WordPress Media Library Folders & File Manager] Filebird functions into WP functions.php ?](https://wordpress.org/support/topic/filebird-functions-into-wp-functions-php/)
 *  Thread Starter [Zoinks! Graphics](https://wordpress.org/support/users/zoinks/)
 * (@zoinks)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/filebird-functions-into-wp-functions-php/#post-15720515)
 * Thanks! Looking forward to hearing back.
 * Including the code in header.php is a temporary solution. I’d much prefer to 
   have all my customizations in functions.php

Viewing 15 replies - 1 through 15 (of 164 total)

1 [2](https://wordpress.org/support/users/zoinks/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/zoinks/replies/page/3/?output_format=md)…
[9](https://wordpress.org/support/users/zoinks/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/zoinks/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/zoinks/replies/page/11/?output_format=md)
[→](https://wordpress.org/support/users/zoinks/replies/page/2/?output_format=md)