Title: naptoon's Replies | WordPress.org

---

# naptoon

  [  ](https://wordpress.org/support/users/naptoon/)

 *   [Profile](https://wordpress.org/support/users/naptoon/)
 *   [Topics Started](https://wordpress.org/support/users/naptoon/topics/)
 *   [Replies Created](https://wordpress.org/support/users/naptoon/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/naptoon/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/naptoon/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/naptoon/engagements/)
 *   [Favorites](https://wordpress.org/support/users/naptoon/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Modern Events Calendar Lite] Can’t switch to other months when not an admin](https://wordpress.org/support/topic/cant-switch-to-other-months-when-not-an-admin/)
 *  Thread Starter [naptoon](https://wordpress.org/support/users/naptoon/)
 * (@naptoon)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/cant-switch-to-other-months-when-not-an-admin/#post-15094740)
 * Any suggestions how to fix this problem? Unfortunately I’m not an wordpress expert
   🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Modern Events Calendar Lite] Can’t switch to other months when not an admin](https://wordpress.org/support/topic/cant-switch-to-other-months-when-not-an-admin/)
 *  Thread Starter [naptoon](https://wordpress.org/support/users/naptoon/)
 * (@naptoon)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/cant-switch-to-other-months-when-not-an-admin/#post-15085860)
 * Ok, 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Modern Events Calendar Lite] Can’t switch to other months when not an admin](https://wordpress.org/support/topic/cant-switch-to-other-months-when-not-an-admin/)
 *  Thread Starter [naptoon](https://wordpress.org/support/users/naptoon/)
 * (@naptoon)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/cant-switch-to-other-months-when-not-an-admin/#post-15085215)
 * The 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 4 years, 7 months ago by [naptoon](https://wordpress.org/support/users/naptoon/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Modern Events Calendar Lite] Can’t switch to other months when not an admin](https://wordpress.org/support/topic/cant-switch-to-other-months-when-not-an-admin/)
 *  Thread Starter [naptoon](https://wordpress.org/support/users/naptoon/)
 * (@naptoon)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/cant-switch-to-other-months-when-not-an-admin/#post-15081412)
 * Hello,
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pinpoint Booking System - Version 2] Translations](https://wordpress.org/support/topic/translations-60/)
 *  Thread Starter [naptoon](https://wordpress.org/support/users/naptoon/)
 * (@naptoon)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/translations-60/#post-6034399)
 * Ok got it, it’s in the formulars settings.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[WP Opulus] Featured images in posts](https://wordpress.org/support/topic/featured-images-in-posts/)
 *  Thread Starter [naptoon](https://wordpress.org/support/users/naptoon/)
 * (@naptoon)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/featured-images-in-posts/#post-4244923)
 * ok, 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.

Viewing 6 replies - 1 through 6 (of 6 total)