naptoon
Forum Replies Created
-
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Can’t switch to other months when not an adminAny suggestions how to fix this problem? Unfortunately I’m not an wordpress expert ??
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Can’t switch to other months when not an adminOk, I see it is already done:
$this->factory->action(‘wp_ajax_mec_monthly_view_load_month’, array($this, ‘load_month’));
$this->factory->action(‘wp_ajax_nopriv_mec_monthly_view_load_month’, array($this, ‘load_month’));also here:
$this->factory->action(‘wp_ajax_mec_list_load_more’, array($this, ‘load_more’));
$this->factory->action(‘wp_ajax_nopriv_mec_list_load_more’, array($this, ‘load_more’));$this->factory->action(‘wp_ajax_mec_list_load_month’, array($this, ‘load_month’));
$this->factory->action(‘wp_ajax_nopriv_mec_list_load_month’, array($this, ‘load_month’));So I don’t know why it’s not working.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Can’t switch to other months when not an adminThe action for admin-ajax.php seems to be mec_monthly_view_load_month but mec_list_load_more does also not work. There should be a setting which user role is enabled to execute those actions but where?
Maybe there should be something like
add_action( ‘wp_ajax_ACTION’, ‘ACTION’ );
add_action( ‘wp_ajax_nopriv_ACTION’, ‘ACTION’ );- This reply was modified 3 years, 4 months ago by naptoon.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Can’t switch to other months when not an adminHello,
I deactivated all plugins but it doesn’t help. I can’t share a URL because this is a private site with protected documents and I’m not allowed to give you access for the site. Is there any other way to get help?
Thank you!
Forum: Plugins
In reply to: [Pinpoint Booking System - #1 WordPress Booking Plugin] TranslationsOk got it, it’s in the formulars settings.
Forum: Themes and Templates
In reply to: [WP Opulus] Featured images in postsok, never mind ?? I found the solution by selecting a redo button, but I fixed it in the code, because there is no such option in the wordpress iPhone app.