Hello, I have the same problem that is mentioned here. I’m on X 7.0.4. Any advice?
Hello @dcheese,
Thanks for writing in! I have checked your site and MEC is not installed. By the way, please make sure that everything is up to date. Most of the time, out dated WP, theme and plugins can cause issues in your site. After doing the updates, always remember to clear all caches and regenerate the minified CSS and JS files since you have installed Autoptimize plugin so that the code from the latest release is always in use. This will help you to avoid any potential errors.
And please clear your browser cache too. You may use private browsing mode in testing your site to make sure that you are viewing the latest codes from the updates and not the cached version in your browser.
Please let us know how it goes.
Hello Ruel, solved by turning off Autoptimize for autenticated users. (anyway… MEC was already installed!)
Any advice on why I can’t see all the events in a day even if I set a large amount of it to showing in calendar?
Hi @dcheese,
May I know which events are missing? I compared the events from the actual events index page and your events page where the calendar is and the events are identical.
I also checked in the admin and there are 10 events for Oct 30 which correct as displayed on the calendar.
Thanks!
October 31 Rad, not 30. There was 24 events, but only 12 was displayed.
Hi @dcheese
12 is the maximum settings set by the MEC plugin.
Please try adjust it here first:
In case it will not work, please check this thread for guidance.
Hope this helps.
thank you so much! Is there a way to add a change to a MEC file by using the function file of the child theme?
The MEC file
/app/skins/monthly-view.php
has to be changed from
$this->limit = (isset($this->skin_options['limit']) and trim($this->skin_options['limit'])) ? $this->skin_options['limit'] : 12;
to
$this->limit = (isset($this->skin_options['limit']) and trim($this->skin_options['limit'])) ? $this->skin_options['limit'] : 50;
Hi @dcheese,
Please check the update on my previous answer. Try to adjust it on the settings first before updating the limit set on the code.
Done, but from here it doesn’t work.
I changed directly the limit from the file /app/skins/monthly-view.php
If it’s there a way to add this change through the function file please let me know. Thank you
Hello @dcheese,
There is no function that you can use to override the setting. That setting that Lely pointed out should be where you set the limit. Since it does not work, then editing the file is the only way.
Regards.
thank you ruel!
You’re must welcome,
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.