Title: bctw's Replies | WordPress.org

---

# bctw

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP YouTube Lyte] Break shows when no link to youtube](https://wordpress.org/support/topic/break-shows-when-no-link-to-youtube/)
 *  Thread Starter [bctw](https://wordpress.org/support/users/bctw/)
 * (@bctw)
 * [4 months, 3 weeks ago](https://wordpress.org/support/topic/break-shows-when-no-link-to-youtube/#post-18860357)
 * Hoi Frank,
 * Great, that solves it! Thanks!
 * Bas
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Edit title events page to recent events or custom](https://wordpress.org/support/topic/edit-title-events-page-to-recent-events-or-custom/)
 *  Thread Starter [bctw](https://wordpress.org/support/users/bctw/)
 * (@bctw)
 * [1 year ago](https://wordpress.org/support/topic/edit-title-events-page-to-recent-events-or-custom/#post-18562282)
 * It worked, thx! I did had to add the default also, even though it is set to list
   view. For good mesure, and maybe a future different setting I added the month
   view already too.
 *     ```wp-block-code
       function filter_events_title( $title ) {    if( tribe_context()->get( 'view_request' ) === 'default' ) {        $title = 'CALENDAR TITLE HERE';    } elseif( tribe_context()->get( 'view_request' ) === 'list' ) {        $title = 'CALENDAR TITLE HERE';    } elseif( tribe_context()->get( 'view_request' ) === 'month') {        $title = 'CALENDAR TITLE HERE';    }    return $title;}add_filter( 'tribe_events_title_tag', 'filter_events_title' );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Edit title events page to recent events or custom](https://wordpress.org/support/topic/edit-title-events-page-to-recent-events-or-custom/)
 *  Thread Starter [bctw](https://wordpress.org/support/users/bctw/)
 * (@bctw)
 * [1 year ago](https://wordpress.org/support/topic/edit-title-events-page-to-recent-events-or-custom/#post-18561639)
 * Thx, I will try that!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] Gallery 4 columns not working](https://wordpress.org/support/topic/gallery-4-columns-not-working/)
 *  Thread Starter [bctw](https://wordpress.org/support/users/bctw/)
 * (@bctw)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/gallery-4-columns-not-working/#post-17749695)
 * [@leohsiang](https://wordpress.org/support/users/leohsiang/) You’re right. Stupid,
   I forgot to check different browsers, sorry. It seems to be a Firefox thing.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LightPress Lightbox] WordPress 5.6 break plugins](https://wordpress.org/support/topic/wordpress-5-6-break-plugins/)
 *  [bctw](https://wordpress.org/support/users/bctw/)
 * (@bctw)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/wordpress-5-6-break-plugins/page/2/#post-13893985)
 * Completely agree! I use this plugin on multiple websites and really like it! 
   So I’m not looking forward to having to go and look for an alternative. But without
   a timeframe for an update the pressure is building to go and look… 🙁
 *   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] Bug (small): word in Registrationform doesn’t translate](https://wordpress.org/support/topic/bug-small-word-in-registrationform-doesnt-translate/)
 *  Thread Starter [bctw](https://wordpress.org/support/users/bctw/)
 * (@bctw)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/bug-small-word-in-registrationform-doesnt-translate/#post-13579826)
 * Hi [@champsupertramp](https://wordpress.org/support/users/champsupertramp/)
 * My site is indeed single language. I’ve fixed the problem and added a asterisk*
   behind it too.
 * Thanks for the help and the quick response!
 *   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] Bug (small): word in Registrationform doesn’t translate](https://wordpress.org/support/topic/bug-small-word-in-registrationform-doesnt-translate/)
 *  Thread Starter [bctw](https://wordpress.org/support/users/bctw/)
 * (@bctw)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/bug-small-word-in-registrationform-doesnt-translate/#post-13567010)
 * Hi [@champsupertramp](https://wordpress.org/support/users/champsupertramp/)
 * I didn’t download any extra files for translation, but apparently thats automatically
   done by WordPress because of my Dutch installation. In the folder /wp-content/
   languages/plugins I do see the translation files from the language packs you 
   point at.

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