cwpv
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Quitar Imagen DestacadaMil gracias! Solucionado!!
Forum: Plugins
In reply to: [The Events Calendar] Quitar Imagen DestacadaHola! Acabo de hacer exactamente eso…. meter el nuevo featured-image.php en la carpeta generatepress-child/tribe/events/blocks y sigue apareciendome (también he eliminado la linea 18).
Gracias.
Forum: Plugins
In reply to: [Event Tickets and Registration] Translate Event TicketsHI?
Forum: Plugins
In reply to: [Event Tickets and Registration] Translate Event TicketsI have write this function and not work…
function tribe_custom_theme_text ( $translation, $text, $domain ) {
$custom_text = array(
‘Quantity’ => ‘Plazas’,
‘Get Tickets’ => ‘Reservar’,
);if( (strpos($domain, ‘tribe-‘) === 0 || strpos($domain, ‘the-events-‘) === 0 || strpos($domain, ‘event-‘) === 0) && array_key_exists($translation, $custom_text) ) {
$translation = $custom_text[$translation];
}
return $translation;
}
add_filter(‘gettext’, ‘tribe_custom_theme_text’, 20, 3);Forum: Plugins
In reply to: [Event Tickets and Registration] Translate Event TicketsHi?
Please something to translate this?