Manu-PB
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] enforce event category IdProvisory work around :
in emefs.php replaceif ( isset($event_data['event_category_ids']) && !empty($event_data['event_category_ids']) && $event_data['event_category_ids'] != 0 ) { $event_data['event_category_ids'] = (int) esc_attr( $event_data['event_category_ids'] ); } else { $emefs_event_errors['event_category_ids'] = __('Please select an Event Category', 'emefs'); }
with :
$event_data['event_category_ids'] = X;
Then, you can hide (do not cancel it) the corresponding <div> : <div style=”display:none;” class=”input select”>
Of course, this will not support updates …Forum: Plugins
In reply to: [Events Made Easy Frontend Submit] LocalizationI found the reason why : in form.php, the localization is not regular.
Change alle_('the chain to translate')
intoe_('the chain to translate','emefs')
.
Hope it helpsForum: Plugins
In reply to: [Events Made Easy] How to get the paypal button ?Thanks Franky,
Actually, it took several hours between the configuration till it works.
Now everything is OKForum: Themes and Templates
In reply to: [Customizr] customizr the event calendarnor had to comment it
That’s it ! I was still with commented hook …
I removed the comment and it works like a charm.
Again, many thanks.You’re talking about “pseudo-page”.. don’t know what you mean..
/calendar/ and /event/ are the slugs defined in the settings, but not real pages that one could modify.
Forum: Themes and Templates
In reply to: [Customizr] customizr the event calendarMany thanks,
It’s an awesome hack which is active for any page / post where sidebar is set to left by default. Should be added in snippets.
Unfortunately not working with these “pseudo-page” generated by The Events Calendar.Forum: Themes and Templates
In reply to: [Customizr] Create social links after post / page contentMany thanks !
Forum: Themes and Templates
In reply to: [Customizr] Create social links after post / page contentI just need a hook to place “something” at the end on “the_content”, before any other stuff (comments, …)
ThanksForum: Themes and Templates
In reply to: [Customizr] Image size not set with retina disabledMagnifique !
Merci @electricfeet !Forum: Themes and Templates
In reply to: [Customizr] Add a slideshow in post or pageI was not able to include the slideshow inside the page content, but managed with this snippet to locate it just before the footer, which suits me.
Forum: Themes and Templates
In reply to: [Customizr] external link in sliderMany thanks, I did not see this one !
Forum: Themes and Templates
In reply to: [Customizr] Add a slideshow in post or page[Edit] : I mean “inside” the post, and not above as per the standard option.
Forum: Themes and Templates
In reply to: [Customizr] Header width same as containerMany thanks d4z,
Was not far, indeed :// header sized to container add_action('__header', 'tc_header_header_start', 0); function tc_header_header_start(){ echo '<div class="tc-header-header">'; return; } add_action('__header', 'tc_header_header_stop', 40); function tc_header_header_stop(){ echo '</div>'; return; }
Forum: Themes and Templates
In reply to: [Customizr] Image size not set with retina disabledThanks all for these information.
@electricfeet, I’m not ready to modify WP core files, so until the problem is fixed I continue tu use Retina.Forum: Themes and Templates
In reply to: [Customizr] Update 3.1.11 slowdownMerci,
With the CDN active, I get load time below 1 second :
https://gtmetrix.com/reports/www.creermonsitepro.fr/x19MRvHd
Have a nice week.Forum: Themes and Templates
In reply to: [Customizr] Update 3.1.11 slowdownPlease don’t ask me why : Since Nikeo asked me to create an access to wp-admin (what I did, but he did not have time to step in), everything came back to normal speed. Holly Nikeo !
Really, today is a very strange day !(and sorry for this false positive, and many thanks à la dream team!).