Hi,
I have an issue with MEC. I use Calendar/Monthly View Skin. When I click on a particular day a prompt appears showing events for this day but when I click again on this day the prompt isn’t closing.
Also if there’s no events for today a prompt with this tip is always showing and can’t be hidden.
You can see the experimental page here.
Is there a way to hide these prompts and not to have “no events today” prompt showing by default?
I use Wordpress 5.2.3., X Theme 7.0.4. with MEC 4.7.1.
Hi @moiseenkov,
By default, there’s 1 open event. It will close once you open another date with event. This is how it works.
I can confirm this issue on my install. Unfortunately, there’s no easy fixed for this one. I will add this to our issue tracker so it can then be forwarded to the plugin developer. We’re sorry for the inconvenience this has cause you.
Hi!
There’s definitely a bug. When you reload the page and there’s no events for today the prompt is open. Then when you click on any day which has events there’s some JS telling today prompt to close.
This JS is adding style="display: none;" to the div.
But it’s overwritten by css rule #mec-active-current {display: block !important;}
I’ve serached for #mec-active-current anywhere else in the code but have found none.
So the solution could be to permanently hide #mec-active-current.
Cheers
Hi @moiseenkov,
Thank you for the update. Although this is a bundled plugin, we are not involved in the development. I understand your point but still the solution will be coming from the plugin developer. Thank you for understanding.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.