Pierre_02
Forum Replies Created
-
COOL ?? !!
Once again, thanks a lot Tom ?? !!
Amicably,
Pierre.
Resolved :).
Forum: Plugins
In reply to: [Max Mega Menu] Add the possibility to have a differnt color by borderMy “problem” still exists for the sub-menu…
I have no possibility to add a border on mouse over for sub element in a flyout menu.
So my request for a future implementation of a customized border width and color is still valid too :).
Thanks again Tom.
Amicably,
Pierre.
Forum: Plugins
In reply to: [Max Mega Menu] Add the possibility to have a differnt color by borderOk ?? !! I’ve find a way to do it ?? !!
But the idea for the littles arrows is still valid ;)…
TIA,
Pierre.
Done ?? !
Thanks again !!
?? Great !
I really appreciate your help !
Thanks a lot Tom ! You’re a cool guy ?? !!
Have a great and nice day ?? !!
Friendly,
Pierre
Hi Tom,
No, I just want to be able to add mine (no need to change it) ;).
TIA Tom.
Amicably,
Pierre.
Forum: Plugins
In reply to: [Max Mega Menu] How to keep class define with "menu_class"Ok, thanks Tom, I’ll find an other way to do it ;)…
Amicably,
Pierre.
Forum: Plugins
In reply to: [Max Mega Menu] How to keep class define with "menu_class"Hi Tom ?? !
Thanks for the quick reply, but I have not been clear ;)…
I know how to GET the current class (generated by mmm), I’d like to know how to KEEP my defined class in my header ;)…
In fact, as your plugin replace my class by its own, it makes my mobile menu stay empty (it is, normally, filled by javascript based on its class name)…TIA Tom ?? !!
Friendly,
Pierre.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] French translation's customizationHi vvaz,
I’ve just register to Transifex to be able to download the PO file ;).
The .MO wouldn’t have allowed me to customize the translation ;).Friendly,
Pierre.
Hi angelo,
ok, I found an other way to solve my problem ;).
Friendly,
Pierre.
Sorry forget to post :
add_filter( 'em_get_scopes','from_today_to_end_of_month_scope',1,1); function from_today_to_end_of_month_scope($scopes){ $my_scopes = array( 'today-end-of-month' => 'Today to end of month' ); return $scopes + $my_scopes; }
Hi angelo.
I need to show futures events for the current month for a given category.
But actually my filter :
add_filter( 'em_events_build_sql_conditions', 'from_today_to_end_of_month_scope_conditions',1,2); function from_today_to_end_of_month_scope_conditions($conditions, $args){ if( !empty($args['scope']) && $args['scope']=='today-end-of-month' ){ $start_date = date('Y-m-d',current_time('timestamp')); $end_date = date('Y').'-'.date('m').'-'.date('t'); $conditions['scope'] = " (event_start_date BETWEEN CAST('$start_date' AS DATE) AND CAST('$end_date' AS DATE)) OR (event_end_date BETWEEN CAST('$end_date' AS DATE) AND CAST('$start_date' AS DATE))"; } return $conditions; }
return only futures events. Ignoring the category passed as parameters in my shortcode ([events_list category=3 scope=”today-end-of-month” limit=7 pagination=1]), but I NEED it ?? !!
How can I do, please ?
TIA.
Friendly,
Pierre.
Hi angelo ?? !
ok I’ve wrote my own scope now, but how can I add it to the current criterias (the category that I have passed as parameter in my shortcode) ?
Actually, it only apply my own custom scope bypassing the category criteria (and without any doubt my pagination and limit parameters…).
How to merge it ?TIA.
Friendly,
Pierre.
[events_list category=10 limit=7 pagination=1 mont=3 year=2015]{is_future}#_LOCATIONNAME{/is_future} [/events_list]
When I use this shortcode in my page EM find some old events for the month march so it think that it have records.
BUT, as there is the conditionnal placeholder {is_future} it return nothing believing it returns something :$…TIA.
Friendly,
Pierre.