bocaj_vo
Forum Replies Created
-
Forum: Plugins
In reply to: [MultilingualPress] Back redirection after switching the languageHi Robert and Lucas I might be completely new to this plug in but I just started wondering about the same thing.
My side setup is
cmtribe.org English
cmtribe.org/de Germanwhen ever I try to enter the English side it leads me to https://www.cmtribe.org/de/?noredirect=de_DE
I tried several ways of getting on the english side. It gets always redirected to the german unless I enter through customize then it loads for ever.
Is there any tricks I can get on the english first page or maybe even a solution?
But anyway thank you for this awesome plugin it must have taken for ever to make that. I am great full for such people
-JacobForum: Plugins
In reply to: [Contact Form 7] Line breakNever mind the 3 time I copied the same thing to the end of the style.css it worked.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] #_AVAILABLESPACESWow that is cool, I even understand what is going on in the snippet. Now a real noob question where do I enter it?
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] #_AVAILABLESPACESHi
I a not really good in poetry so I wonder what the necessary tweaks would be for my problem. Can anybody help ?`
add_action(’em_event_output_condition’,’my_em_styles_event_output_condition’, 1, 4);
function my_em_styles_event_output_condition($replacement, $condition, $match, $EM_Event){
if( is_object($EM_Event) && preg_match(‘/^has_style_(.+)$/’,$condition, $matches) && is_array( $EM_Event->styles ) ){
if( in_array($matches[1],$EM_Event->styles) ){
$replacement = preg_replace(“/\{\/?$condition\}/”, ”, $match);
}else{
$replacement = ”;
}
}
return $replacement;
}like where fill I in my #_AVALIABLESPACES thing?
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] #_AVAILABLESPACESIs there any way to create something like a if #_AVAILABLESPACES>5 than “enough” function???
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] #_AVAILABLESPACESThank you but I mean if there is 5 spaces left: don`t worry there is enough free.
if there is less than 5 spaces show them the actual number of available spaces.<strong>Is there a way to do that?</strong>
If it is fully booked it says full I got that with
{fully_booked} full{/fully_booked}