Title: screen-b's Replies | WordPress.org

---

# screen-b

  [  ](https://wordpress.org/support/users/screen-b/)

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] How to include event posts in normal archive loop?](https://wordpress.org/support/topic/how-to-include-event-posts-in-normal-archive-loop/)
 *  Thread Starter [screen-b](https://wordpress.org/support/users/screen-b/)
 * (@screen-b)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/how-to-include-event-posts-in-normal-archive-loop/#post-17518479)
 * Hello [@cheskatec](https://wordpress.org/support/users/cheskatec/),
   my posts 
   are not collected on the front page, but on anoter custom page. There you can
   find all posts including events. But they are not shown, when I want to display
   both types in a category archive, though they are categorized with the same categories.
   I used a function for this feature:
 *     ```wp-block-code
       /*
        * Original Gist: https://gist.github.com/niconerd/4445c5e205ef1de3690f6094159e9f88
        */
   
       function tribe_enable_post_categories( $args ) {
       	$args['taxonomies'][] = 'category';
       	return $args;
       }
       add_filter( 'tribe_events_register_event_type_args', 'tribe_enable_post_categories' );
       ```
   
 * index.php and archive.php use the same routine to run the loop. For testing I
   deactivated archive.php but the result is the same: on my blog page the events
   are visible, within category page not.
   The events are stored in the table wp-
   post in the database. These post’s categories are related in the wp_term_relationships
   table. But obviously are they ignored.
 * —————–
 * Finally: I did some more research and found the solution:
   [https://thomasgriffin.com/how-to-include-custom-post-types-in-wordpress-archive-pages/](https://thomasgriffin.com/how-to-include-custom-post-types-in-wordpress-archive-pages/)
 * It is a wordpress core thing. But maybe you could integrate this into your feature“
   Show events with other posts”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OSM - OpenStreetMap] Block Editor](https://wordpress.org/support/topic/block-editor-18/)
 *  Thread Starter [screen-b](https://wordpress.org/support/users/screen-b/)
 * (@screen-b)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/block-editor-18/#post-15927299)
 * Sorry, next day the feature appeared on the screen.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[VS Event List] ICal subscription](https://wordpress.org/support/topic/ical-subscription-2/)
 *  Thread Starter [screen-b](https://wordpress.org/support/users/screen-b/)
 * (@screen-b)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/ical-subscription-2/#post-15192215)
 * Thanks a lot.
    I finally activated UTC via plugin – first didn’t get, what you
   meant. And 30 feed postst made it!
 * Have nice holidays!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[VS Event List] ICal subscription](https://wordpress.org/support/topic/ical-subscription-2/)
 *  Thread Starter [screen-b](https://wordpress.org/support/users/screen-b/)
 * (@screen-b)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/ical-subscription-2/#post-15191391)
 * Time setting is Berlin, what is right and the same as in my thunderbird lightning
   calendar, where the strange times occur.
 * And page is for example this one:
    [https://weltweitwissen2022.de/der-kongress/programm/tag-1/](https://weltweitwissen2022.de/der-kongress/programm/tag-1/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[VS Event List] ICal subscription](https://wordpress.org/support/topic/ical-subscription-2/)
 *  Thread Starter [screen-b](https://wordpress.org/support/users/screen-b/)
 * (@screen-b)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/ical-subscription-2/#post-15191317)
 * Ah, great hint, thanks. I set to 20 now. But it does not work, sorry.
 * Times are totally wrong, also, I notice just by now. (11.30 instead of 9.30 by
   example)
 * I already switched everything off an an again.
 * But take a break – it does not have to work before Christmas :-).
    -  This reply was modified 4 years, 7 months ago by [screen-b](https://wordpress.org/support/users/screen-b/).
    -  This reply was modified 4 years, 7 months ago by [screen-b](https://wordpress.org/support/users/screen-b/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[VS Event List] ICal subscription](https://wordpress.org/support/topic/ical-subscription-2/)
 *  Thread Starter [screen-b](https://wordpress.org/support/users/screen-b/)
 * (@screen-b)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/ical-subscription-2/#post-15191084)
 * Hi Guido,
 * I mean, I have events for three days: May, 4th, 5th and 6th 2022, but in my Thunderbird
   calender only appear events for 5th an 6th.
 * Jubee
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page-list] depth=”1″ has no effect](https://wordpress.org/support/topic/depth1%e2%80%b3-has-no-effect/)
 *  [screen-b](https://wordpress.org/support/users/screen-b/)
 * (@screen-b)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/depth1%e2%80%b3-has-no-effect/#post-14858275)
 * Same with me.
    “This plugin hasn’t been tested with the latest 3 major releases
   of WordPress.” The output is no longer a list, but shows <div></div> instead,
   whithout hierarchy. It’s a pity. This is one of my favorite plugins and should
   be part of Gutenberg blocks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Adminimize] customizer hiding never works](https://wordpress.org/support/topic/customizer-hiding-never-works/)
 *  [screen-b](https://wordpress.org/support/users/screen-b/)
 * (@screen-b)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/customizer-hiding-never-works/#post-14817812)
 * +1 Same with me.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Kale] How to disable connection to Google Fonts servers](https://wordpress.org/support/topic/how-to-disable-connection-to-google-fonts-servers-2/)
 *  Thread Starter [screen-b](https://wordpress.org/support/users/screen-b/)
 * (@screen-b)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/how-to-disable-connection-to-google-fonts-servers-2/#post-11866711)
 * Sorry, the site is not yet open to the public.
    Can I send a personal message?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Kale] How to disable connection to Google Fonts servers](https://wordpress.org/support/topic/how-to-disable-connection-to-google-fonts-servers-2/)
 *  Thread Starter [screen-b](https://wordpress.org/support/users/screen-b/)
 * (@screen-b)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/how-to-disable-connection-to-google-fonts-servers-2/#post-11857938)
 * Hi, Diego,
 * I added the code you suggested:
 *     ```
       add_action( 'wp_enqueue_scripts', 'child_theme_styles' );
   
       function kale_dequeue_unnecessary_styles() {
           wp_dequeue_style( 'kale-fonts' );
           wp_deregister_style( 'kale-fonts' );
       }
       add_action( 'init', 'kale_dequeue_unnecessary_styles' );
       ```
   
 * In total:
 *     ```
       <?php
       /**
       * Child theme stylesheet einbinden in Abhängigkeit vom Original-Stylesheet
       */
   
       function child_theme_styles() {
       wp_enqueue_style( 'kale', get_template_directory_uri() . '/style.css' );
       wp_enqueue_style( 'mk_kale', get_stylesheet_directory_uri() .'/style.css' , array('parent-style'));
   
       }
       add_action( 'wp_enqueue_scripts', 'child_theme_styles' );
   
       function kale_dequeue_unnecessary_styles() {
           wp_dequeue_style( 'kale-fonts' );
           wp_deregister_style( 'kale-fonts' );
       }
       add_action( 'init', 'kale_dequeue_unnecessary_styles' );
   
       ?>
       ```
   
 * Thanks
    Jutta
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Kale] How to disable connection to Google Fonts servers](https://wordpress.org/support/topic/how-to-disable-connection-to-google-fonts-servers-2/)
 *  Thread Starter [screen-b](https://wordpress.org/support/users/screen-b/)
 * (@screen-b)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/how-to-disable-connection-to-google-fonts-servers-2/#post-11856094)
 * Hi Diego,
    Unfortunately – no, it did not work. Best regards Jutta
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Leaflet Maps Marker (Google Maps, OpenStreetMap, Bing Maps)] Maps Marker Settings](https://wordpress.org/support/topic/maps-marker-settings/)
 *  Thread Starter [screen-b](https://wordpress.org/support/users/screen-b/)
 * (@screen-b)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/maps-marker-settings/#post-11844390)
 * Hello!
    Thanks – that did it for me 🙂 Jutta
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Kale] How to disable connection to Google Fonts servers](https://wordpress.org/support/topic/how-to-disable-connection-to-google-fonts-servers-2/)
 *  Thread Starter [screen-b](https://wordpress.org/support/users/screen-b/)
 * (@screen-b)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/how-to-disable-connection-to-google-fonts-servers-2/#post-11844383)
 * Thanks for your replay.
 * I already installed other fonts via child theme.
    I do not not need the meta 
   link to Google fonts. How can I delete it?
 * Regards
    Jutta
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Leaflet Maps Marker (Google Maps, OpenStreetMap, Bing Maps)] Maps Marker Settings](https://wordpress.org/support/topic/maps-marker-settings/)
 *  Thread Starter [screen-b](https://wordpress.org/support/users/screen-b/)
 * (@screen-b)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/maps-marker-settings/#post-11824807)
 * PS for others with the same problem:
    The saving problem was a Strato security
   item. I found this helpful hint: [https://blogs54.de/blog/2013/05/wordpress-und-der-503-error-bei-strato/](https://blogs54.de/blog/2013/05/wordpress-und-der-503-error-bei-strato/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Leaflet Maps Marker (Google Maps, OpenStreetMap, Bing Maps)] Maps Marker Settings](https://wordpress.org/support/topic/maps-marker-settings/)
 *  Thread Starter [screen-b](https://wordpress.org/support/users/screen-b/)
 * (@screen-b)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/maps-marker-settings/#post-11824795)
 * Hi, Robert,
    OK, I solved the saving problem. But now I want to change the basemap
   from OpenStreetMap to stamen for an existing layer. Or From OpenStreetMap Colored
   to Black and White? How to do this? The bulk change tool does not offer Stamen…
 * Thanks,
    Jutta

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

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