Title: thorque's Replies | WordPress.org

---

# thorque

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] Subscription mails cannot be sent](https://wordpress.org/support/topic/subscription-mails-cannot-be-sent/)
 *  Thread Starter [thorque](https://wordpress.org/support/users/thorque/)
 * (@thorque)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/subscription-mails-cannot-be-sent/#post-15038118)
 * Oh that was quite simple. The Mailpoet guys needs to review the page you entered
   during registration. If you have the page blocked for external visitors then 
   you don‘t get an approval. And I’ve ignored the notification mail from them. 
   After they reviewed my page and getting the approval all worked fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP YouTube Lyte] Thumbnail small size](https://wordpress.org/support/topic/thumbnail-small-size/)
 *  Thread Starter [thorque](https://wordpress.org/support/users/thorque/)
 * (@thorque)
 * [5 years ago](https://wordpress.org/support/topic/thumbnail-small-size/#post-14671722)
 * Hmm, seems to be fixed with a clean thumbnail cache in the settings. I will observe
   this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cost Calculator Builder] Preselect checkboxes](https://wordpress.org/support/topic/preselect-checkboxes/)
 *  Thread Starter [thorque](https://wordpress.org/support/users/thorque/)
 * (@thorque)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/preselect-checkboxes/#post-14633095)
 * Perhaps this can be a feature for one of the next versions?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cost Calculator Builder] Scripts and css are loaded on pages not using the cost calculator](https://wordpress.org/support/topic/scripts-and-css-are-loaded-on-pages-not-using-the-cost-calculator/)
 *  Thread Starter [thorque](https://wordpress.org/support/users/thorque/)
 * (@thorque)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/scripts-and-css-are-loaded-on-pages-not-using-the-cost-calculator/#post-14283774)
 * All css and js file you load into pages where the cost calculator is embedded.
   So it doesn’t matter if it there or not alls styles and scripts are there.
    And
   I think this is unnecessary.
 * BR
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video Conferencing with Zoom] Access meeting data in functions.php](https://wordpress.org/support/topic/access-meeting-data-in-functions-php/)
 *  Thread Starter [thorque](https://wordpress.org/support/users/thorque/)
 * (@thorque)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/access-meeting-data-in-functions-php/#post-13785158)
 * Ok, thanks. But how can I access the meeting info? I see no documentation how
   the single informations are named.
 * I have this function to add zoominar info to a contact-form:
 *     ```
       function add_shortcode_attributes_to_contact_form( $out, $pairs, $atts ) {
           $meeting = json_decode( zoom_conference()->getMeetingInfo("xxx"));
           $out["zoominar-name"] = $meeting?????;
           return $out;
       }
       ```
   
 * Is this possible to do this with this approach?
 * Thanks
    Thorsten
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Possible Bug: Missing IPTC data after uploading via Siri Shortcuts](https://wordpress.org/support/topic/possible-bug-missing-iptc-data-after-uploading-via-siri-shortcuts/)
 *  Thread Starter [thorque](https://wordpress.org/support/users/thorque/)
 * (@thorque)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/possible-bug-missing-iptc-data-after-uploading-via-siri-shortcuts/#post-12922096)
 * You don‘t know what Siri is? It’s the iOS assistant similar to Hey Google, Alexa
   or Cortana.
 * What I want to do I am described in my report. And now plugin involved. All is
   done with core WordPress features. Do you read the whole report?
 * What do you need for information additional to them I reported already?
 * BR
    Thorsten
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Update post meta data with IPTC during upload of media](https://wordpress.org/support/topic/update-post-meta-data-with-iptc-during-upload-of-media/)
 *  Thread Starter [thorque](https://wordpress.org/support/users/thorque/)
 * (@thorque)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/update-post-meta-data-with-iptc-during-upload-of-media/#post-12919137)
 * The relevant entry out of the database is this one:
 *     ```
       a:5:{s:5:"width";i:2400;s:6:"height";i:1350;s:4:"file";s:20:"2020/05/IMG_0300.jpg";s:5:"sizes";a:13:{s:6:"medium";a:4:{s:4:"file";s:20:"IMG_0300-640x360.jpg";s:5:"width";i:640;s:6:"height";i:360;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"IMG_0300-1280x720.jpg";s:5:"width";i:1280;s:6:"height";i:720;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"IMG_0300-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"IMG_0300-768x432.jpg";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:21:"IMG_0300-1536x864.jpg";s:5:"width";i:1536;s:6:"height";i:864;s:9:"mime-type";s:10:"image/jpeg";}s:9:"2048x2048";a:4:{s:4:"file";s:22:"IMG_0300-2048x1152.jpg";s:5:"width";i:2048;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:6:"awb_sm";a:4:{s:4:"file";s:20:"IMG_0300-500x281.jpg";s:5:"width";i:500;s:6:"height";i:281;s:9:"mime-type";s:10:"image/jpeg";}s:6:"awb_md";a:4:{s:4:"file";s:20:"IMG_0300-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";}s:6:"awb_lg";a:4:{s:4:"file";s:21:"IMG_0300-1280x720.jpg";s:5:"width";i:1280;s:6:"height";i:720;s:9:"mime-type";s:10:"image/jpeg";}s:6:"awb_xl";a:4:{s:4:"file";s:22:"IMG_0300-1920x1080.jpg";s:5:"width";i:1920;s:6:"height";i:1080;s:9:"mime-type";s:10:"image/jpeg";}s:28:"ab-block-post-grid-landscape";a:4:{s:4:"file";s:20:"IMG_0300-600x400.jpg";s:5:"width";i:600;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}s:25:"ab-block-post-grid-square";a:4:{s:4:"file";s:20:"IMG_0300-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";}s:13:"crp_thumbnail";a:4:{s:4:"file";s:20:"IMG_0300-230x129.jpg";s:5:"width";i:230;s:6:"height";i:129;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"9";s:6:"credit";s:18:"PICTOR PHOTOGRAPHY";s:6:"camera";s:9:"ILCE-6500";s:7:"caption";s:148:"Es gibt für das Smart Keyboard Folio auch eine etwas steilere Aufstellposition. Diese beträgt etwa 65° anstatt den 50° in der normalen Position.";s:17:"created_timestamp";s:10:"1581119063";s:9:"copyright";s:25:"(c) by PICTOR PHOTOGRAPHY";s:12:"focal_length";s:2:"28";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:3:"0.5";s:5:"title";s:20:"Smart Keyboard Folio";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Atomic Blocks - Gutenberg Blocks Collection] No shortcode available in AB Pricing](https://wordpress.org/support/topic/no-shortcode-available-in-ab-pricing/)
 *  Thread Starter [thorque](https://wordpress.org/support/users/thorque/)
 * (@thorque)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/no-shortcode-available-in-ab-pricing/#post-12459618)
 * Sorry for the delay. I have added an html block and add the html code. This works
   and is a valid workaround but far away from a nice solution.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Event Manager – Events Calendar, Registrations, Sell Tickets with WooCommerce] Organizer Logo as Featured Image](https://wordpress.org/support/topic/organizer-logo-as-featured-image/)
 *  [thorque](https://wordpress.org/support/users/thorque/)
 * (@thorque)
 * [7 years ago](https://wordpress.org/support/topic/organizer-logo-as-featured-image/#post-11795197)
 * Hi…
 * I am thinking that’s not optimal to use the organizer logo as featured image.
   Mostly the organizer is always the same (at least on my website, but I think 
   I am not the single one). If you share your event in social media the user only
   see the organizer logo, but this isn’t the interesting thing. The user needs 
   to be informed what the event is about and for this use-case its much better 
   to show a specialized banner for the event not the organizer.
 * As a work around I use the event banner as organizer logo. But this isn’t far
   away to be ideal. Perhaps you can add to fields: one for the organizer logo and
   one additional for the event banner aka featured image.
 * Thanks in advance
    Thorsten

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