Title: treebranch's Replies | WordPress.org

---

# treebranch

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Twentig Supercharged Block Editor – Blocks, Patterns, Starter Sites, Portfolio] Button outside menu](https://wordpress.org/support/topic/button-outside-menu/)
 *  [treebranch](https://wordpress.org/support/users/treebranch/)
 * (@treebranch)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/button-outside-menu/#post-14163792)
 * Hi dear Twentig team,
 * is this option also available for Twenty-Twenty? I would really like to turn 
   the last menu item into a button. I can add a CSS-class myself, but having it
   built in as an option would make it easier 🙂
 * Kind regards and thanks so much for the superb plugin. Donated already and will
   again 🙂
 * Treebranch
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twenty] Are there resources where I can see sites USING Twenty Twenty?](https://wordpress.org/support/topic/are-there-resources-where-i-can-see-sites-using-twenty-twenty/)
 *  [treebranch](https://wordpress.org/support/users/treebranch/)
 * (@treebranch)
 * [6 years ago](https://wordpress.org/support/topic/are-there-resources-where-i-can-see-sites-using-twenty-twenty/#post-12970528)
 * Hey Matt,
    here is my version: [https://www.vezveze-kandu.de](https://www.vezveze-kandu.de)
   I use a child theme, some custom functions and also I have adapted Anders Noréns
   Recent Posts widget (with post images), as you will see from the bottom of the
   page. And I’ve added a custom second logo for the cover template.
 * Feel free to copy ideas, just credit accordingly as I have done in my files, 
   because work of others needs to be respected 🙂
    kind regards from cologne, treebranch
    -  This reply was modified 6 years ago by [treebranch](https://wordpress.org/support/users/treebranch/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twenty] Latest Posts Block no option to display featured image of the post](https://wordpress.org/support/topic/latest-posts-block-no-option-to-display-featured-image-of-the-post/)
 *  [treebranch](https://wordpress.org/support/users/treebranch/)
 * (@treebranch)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/latest-posts-block-no-option-to-display-featured-image-of-the-post/#post-12305255)
 * Dear people and support,
 * me too did expected there to be a recent posts widget similar to Anders Norén
   widget in his Chaplin Theme, because it was announced in the mockup for TwentyTwenty,
   as can be seen here in the screenshots:
 * [https://make.wordpress.org/core/files/2019/09/twenty-twenty-single-desktop-full.jpg](https://make.wordpress.org/core/files/2019/09/twenty-twenty-single-desktop-full.jpg)
 * I will try to rebuild that widget for the TwentyTwenty-Theme, but I am very bad
   at PHP, so it might take some time for me to accomplish it.
 * Kind regards,
    treebranch
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twenty] Menu glitch when toggled/untoggled (twentytwenty)](https://wordpress.org/support/topic/menu-glitch-when-toggled-untoggled-twentytwenty/)
 *  [treebranch](https://wordpress.org/support/users/treebranch/)
 * (@treebranch)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/menu-glitch-when-toggled-untoggled-twentytwenty/#post-12170605)
 * Dear James,
    thank you, this patch solved my issues, too. Is there a date on 
   when it will wander into the new theme-version with an update?
 * Thanks for your support and help and this best theme ever 🙂 Have a great week!!!
   
   Kind regards from Cologne
    -  This reply was modified 6 years, 6 months ago by [treebranch](https://wordpress.org/support/users/treebranch/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Chaplin] Blog Posts Content Centered (similar as Medium)?](https://wordpress.org/support/topic/blog-posts-content-centered-similar-as-medium/)
 *  [treebranch](https://wordpress.org/support/users/treebranch/)
 * (@treebranch)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/blog-posts-content-centered-similar-as-medium/#post-12050652)
 * Hi Mariano,
 * I solved this by adding this in the child-theme:
 * .entry-header, .entry-content p {
    margin: 0 auto; max-width: 65rem; }
 * .entry-content {
    max-width: none; }
 * It is not perfect, as another user pointed out, but on my site it works well:
   
   [https://www.vezveze-kandu.de](https://www.vezveze-kandu.de)
 * Feel free to adapt my child-theme to your needs, if you want to.
 * kind regards,
    treebranch
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Chaplin] Child Theme issue: Social Icons do not load](https://wordpress.org/support/topic/child-theme-issue-social-icons-do-not-load/)
 *  Thread Starter [treebranch](https://wordpress.org/support/users/treebranch/)
 * (@treebranch)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/child-theme-issue-social-icons-do-not-load/#post-11802950)
 * Hi Anders,
 * thanks for your reply, now I understand and fixed the issue. In case anyone needs
   it for his/her childtheme:
 * Add this code to functions.php in your child-theme folder:
 * // Connect Child Theme and Parent Theme
 * add_action( ‘wp_enqueue_scripts’, ‘chaplin_child_enqueue_styles’ );
    function
   chaplin_child_enqueue_styles() {
 *  $parent_style = ‘chaplin-style’;
 *  wp_enqueue_style( $parent_style, get_template_directory_uri() . ‘/style.css’);
   
   wp_enqueue_style( ‘chaplin-font-awesome’, get_template_directory_uri() . ‘/assets/
   css/font-awesome.css’, false, 1.0, ‘all’ ); wp_enqueue_style( ‘child-style’, 
   get_stylesheet_directory_uri() . ‘/style.css’, array( $parent_style ), wp_get_theme()-
   >get(‘Version’));
 * }
 * kind regards,
    treebranch
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Chaplin] single-post paragraphs centered instead of left aligned](https://wordpress.org/support/topic/single-post-paragraphs-centered-instead-of-left-aligned/)
 *  Thread Starter [treebranch](https://wordpress.org/support/users/treebranch/)
 * (@treebranch)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/single-post-paragraphs-centered-instead-of-left-aligned/#post-11797434)
 * Dear all,
 * problem solved:
 * .entry-header, .entry-content p {
    margin: 0 auto; max-width: 65rem; }
 * .entry-content {
    max-width: none; }
 * kind regards,
    treebranch
    -  This reply was modified 6 years, 10 months ago by [treebranch](https://wordpress.org/support/users/treebranch/).
    -  This reply was modified 6 years, 10 months ago by [treebranch](https://wordpress.org/support/users/treebranch/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Related Posts by Taxonomy] Howto display related posts after post-content and after tagline](https://wordpress.org/support/topic/howto-display-related-posts-after-post-content-and-after-tagline/)
 *  Thread Starter [treebranch](https://wordpress.org/support/users/treebranch/)
 * (@treebranch)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/howto-display-related-posts-after-post-content-and-after-tagline/#post-9376260)
 * hi keesie,
 * that works perfect, just tried it on my local server.
 * Thank you very much and have a great day!
    -  This reply was modified 8 years, 10 months ago by [treebranch](https://wordpress.org/support/users/treebranch/).

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