Title: Norman Höhne's Replies | WordPress.org

---

# Norman Höhne

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/reeve/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/reeve/replies/page/3/?output_format=md) 
[→](https://wordpress.org/support/users/reeve/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NinjaFirewall (WP Edition) - Advanced Security Plugin and Firewall] ACF Forms payload gets blocked via POST Base64 policy](https://wordpress.org/support/topic/acf-forms-payload-gets-blocked-via-post-base64-policy/)
 *  Thread Starter [Norman Höhne](https://wordpress.org/support/users/reeve/)
 * (@reeve)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/acf-forms-payload-gets-blocked-via-post-base64-policy/#post-14233353)
 * Thank you very much for your fast reaction on this.
 * I can see that you’ve changed the regex slightly (word-boundary -> “set of whitespace
   and semicolon characters” before echo commands) which works perfectly with the
   ACF forms.
 * Thanks alot for your help!
 * Best,
    Norman
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Change schema type from WebPage to Article](https://wordpress.org/support/topic/change-schema-type-from-webpage-to-article/)
 *  [Norman Höhne](https://wordpress.org/support/users/reeve/)
 * (@reeve)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/change-schema-type-from-webpage-to-article/#post-12221520)
 * Must have been the late time here in Germany…
 * after deactivating and activating Yoast SEO it worked as intended.
    This is my
   code which is placed on the single custom post type template file:
 *     ```
       add_filter( 'wpseo_schema_article_post_types', 'nh_add_wpseo_article_schema_to_cpt');
       /**
        * Add Yoast SEO article schema for a custom post type.
        *
        * @author Norman Höhne
        */
       function nh_add_wpseo_article_schema_to_cpt( $post_types ) {
   
       	$post_types[] = 'your-cpt-slug';
   
       	return $post_types;
       }
       ```
   
 * Hope that helps everybody out and that the yoast team is extending its documentation
   of the Schema API.
    -  This reply was modified 6 years, 5 months ago by [Norman Höhne](https://wordpress.org/support/users/reeve/).
    -  This reply was modified 6 years, 5 months ago by [Norman Höhne](https://wordpress.org/support/users/reeve/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Change schema type from WebPage to Article](https://wordpress.org/support/topic/change-schema-type-from-webpage-to-article/)
 *  [Norman Höhne](https://wordpress.org/support/users/reeve/)
 * (@reeve)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/change-schema-type-from-webpage-to-article/#post-12221361)
 * I am experiencing the same issue. I’ve added the filter in my plugin that adds
   a custom post type for recipes but it does nothing instead of extending the places
   were the Article schema should occur.
 * Please dear yoast team, give us some more documentation.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meow Lightbox] Reduce bloat of icon utilization](https://wordpress.org/support/topic/conditionally-use-ionicons/)
 *  Thread Starter [Norman Höhne](https://wordpress.org/support/users/reeve/)
 * (@reeve)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/conditionally-use-ionicons/#post-10564687)
 * I just noticed the update and I’m glad you did it! That’s very nice and should
   boost speed and privacy. 🙂
 * Thanks for the support.
 * Cheers,
    Norman
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meow Lightbox] Reduce bloat of icon utilization](https://wordpress.org/support/topic/conditionally-use-ionicons/)
 *  Thread Starter [Norman Höhne](https://wordpress.org/support/users/reeve/)
 * (@reeve)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/conditionally-use-ionicons/#post-10516094)
 * Hey [@kywyz](https://wordpress.org/support/users/kywyz/),
 * these are some good news! Looking forward to see the new update in my dashboard
   🙂
 * Have a nice day!
 * Cheers,
    Norman
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meow Lightbox] Lightbox not working anymore – GET 404 minimal.html](https://wordpress.org/support/topic/lightbox-not-working-anymore-get-404-minimal-html/)
 *  Thread Starter [Norman Höhne](https://wordpress.org/support/users/reeve/)
 * (@reeve)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/lightbox-not-working-anymore-get-404-minimal-html/#post-9699590)
 * Hey Thomas,
 * amazing that indeed was it! Didn’t noticed you guys removed something. You should
   consider implementing a standard setting for the new version if people come from
   an old one with deprecated settings. That would help with confusion and bugs.
 * Kind regards
    Norman
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cache Enabler] Trailing Slash redirect is not working](https://wordpress.org/support/topic/trailing-slash-redirect-is-not-working/)
 *  Thread Starter [Norman Höhne](https://wordpress.org/support/users/reeve/)
 * (@reeve)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/trailing-slash-redirect-is-not-working/#post-9237394)
 * That’s good to hear [@codyarsenault](https://wordpress.org/support/users/codyarsenault/)!
 * Is there actually a workaround for this because this issue is very critical from
   my point of view.
 * Cheers
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Gallery Slider, Additional Variation Images for WooCommerce] Please fix outdated methods/functions](https://wordpress.org/support/topic/please-fix-outdated-methodsfunctions/)
 *  Thread Starter [Norman Höhne](https://wordpress.org/support/users/reeve/)
 * (@reeve)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/please-fix-outdated-methodsfunctions/#post-9205187)
 * Ah got you,
 * the deprecation error is visible on every page on frontend as well as everz page
   on backend.
 * That sad to hear. Maybe you just modify the MetaBox.php manually as I suggested.
   For me this works like a charm and it is according to the PHP7 guidelines.
 * Cheers
    Norman
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shariff Wrapper] Add Share Counts from an old non-SSL URL](https://wordpress.org/support/topic/add-share-counts-from-an-old-non-ssl-url/)
 *  Thread Starter [Norman Höhne](https://wordpress.org/support/users/reeve/)
 * (@reeve)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/add-share-counts-from-an-old-non-ssl-url/#post-9176649)
 * Hey JP,
 * thanks for the detailed reply and your opinion about it.
 * On the one hand I’m totally with you and the social networks. But on the other
   hand I’m very disappointed about their point of view. Some of the good old content
   will still be relevant over time but the ideas behind social networks is to publish
   regularly so that people will still participate. :/ For my opinion it’s not always
   necessary nor valuable to reinvent the wheel (content) over and over again.
 * So let’s hope they will finally do something and thanks alot for your time
 * Cheers
    Norman
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Gallery Slider, Additional Variation Images for WooCommerce] Please fix outdated methods/functions](https://wordpress.org/support/topic/please-fix-outdated-methodsfunctions/)
 *  Thread Starter [Norman Höhne](https://wordpress.org/support/users/reeve/)
 * (@reeve)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/please-fix-outdated-methodsfunctions/#post-9176586)
 * Hey Niloy,
 * sadly the page is still in development stage and not accessible. But the page
   is not very relevant anyways since the issue is officially declared as deprecated:
 * [http://php.net/manual/en/migration70.deprecated.php](http://php.net/manual/en/migration70.deprecated.php)
 * Cheers
    Norman
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Perfect Images: Regenerate Thumbnails, Image Sizes, WebP & AVIF] Fatal error after last update (5.0.1)](https://wordpress.org/support/topic/fatal-error-after-last-update-5-0-1/)
 *  [Norman Höhne](https://wordpress.org/support/users/reeve/)
 * (@reeve)
 * [9 years ago](https://wordpress.org/support/topic/fatal-error-after-last-update-5-0-1/#post-9106568)
 * Same here :/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meow Lightbox] does not work for me](https://wordpress.org/support/topic/does-not-work-for-me-20/)
 *  [Norman Höhne](https://wordpress.org/support/users/reeve/)
 * (@reeve)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/does-not-work-for-me-20/#post-8926397)
 * Hey there,
 * I’m having the same problem on a clients website. My Firefox browser as well 
   as the Firefox of my client wont do anything after clicking the images. Chrome
   works like a charm. But the Javascript Console isnt showing any errors
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Is BackWPUP compatible with PHP 7?](https://wordpress.org/support/topic/is-backwpup-compatible-with-php-7/)
 *  [Norman Höhne](https://wordpress.org/support/users/reeve/)
 * (@reeve)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/is-backwpup-compatible-with-php-7/#post-8790597)
 * Same with me. No updates on the plugin.
 * Has someone tested it productive? Is everything working like a charm after all?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[upPrev] Deactivate Thumbnail in backend](https://wordpress.org/support/topic/deactivate-thumbnail-in-backend/)
 *  Thread Starter [Norman Höhne](https://wordpress.org/support/users/reeve/)
 * (@reeve)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/deactivate-thumbnail-in-backend/#post-8603157)
 * Hey Marcin thanks for your reply,
 * actually I couldn’t find an HTML Element that carries this class on the posts
   table (wp-admin/edit.php) in backend but I could manage your idea with the following
   css class:
 *     ```
       .column-thumbnail {
           display: none;
       }
       ```
   
 * Thank you so far, I would be glad to see my idea in your plugin someday! 🙂
    
   Wish you a healthy start into the new year.
 * Kind regards
    Norman
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HootProof Like Box] Proper loading of styles](https://wordpress.org/support/topic/proper-loading-of-styles/)
 *  Thread Starter [Norman Höhne](https://wordpress.org/support/users/reeve/)
 * (@reeve)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/proper-loading-of-styles/#post-8445688)
 * I also wanted to add that you might consider to remove the FontAwesome Stylesheet
   from your plugin.
 * Due to the fact that many websites and plugins already load a Font-Awesome Stylesheet
   it is for some websites redundant and causes avoidable overload.
 * So please consider if it is really necessary. As far as I can see, you only use
   it for the “information icon” beneath the Widget Box. Is that correct?
 * Maybe use some unicode characters instead. For example:
    - [http://www.fileformat.info/info/unicode/char/2139/index.htm](http://www.fileformat.info/info/unicode/char/2139/index.htm)
    - [http://www.fileformat.info/info/unicode/char/1f6c8/index.htm](http://www.fileformat.info/info/unicode/char/1f6c8/index.htm)
 * Kind regards / Viele Grüße
    Norman

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

1 [2](https://wordpress.org/support/users/reeve/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/reeve/replies/page/3/?output_format=md) 
[→](https://wordpress.org/support/users/reeve/replies/page/2/?output_format=md)