bctw
Forum Replies Created
-
Forum: Plugins
In reply to: [WP YouTube Lyte] Break shows when no link to youtubeHoi Frank,
Great, that solves it! Thanks!
Bas
Forum: Plugins
In reply to: [The Events Calendar] Edit title events page to recent events or customIt 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.
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
In reply to: [The Events Calendar] Edit title events page to recent events or customThx, I will try that!
Forum: Themes and Templates
In reply to: [GeneratePress] Gallery 4 columns not working@leohsiang You’re right. Stupid, I forgot to check different browsers, sorry. It seems to be a Firefox thing.
Forum: Plugins
In reply to: [LightPress Lightbox] WordPress 5.6 break pluginsCompletely 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… 🙁
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!
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.