Bri-
Forum Replies Created
-
OK, I understand. I’m glad that you’re aware of the problem and look forward to a fix in an upcoming release. Thanks for the great work!
-Bri
Marcus, to be clear, what I’m seeing isn’t a recurring event problem. It’s an event that spans across multiple days.
agelonwl, I’d prefer not to disable all wpautop — just for lists that should be formatted using the “format” option.
-Bri
It still didn’t work. I added the following code to the end of my theme’s “functions.php” file:
function my_em_function(){ remove_filter('dbem_notes', 'wptexturize'); remove_filter('dbem_notes', 'convert_smilies'); remove_filter('dbem_notes', 'convert_chars'); remove_filter('dbem_notes', 'wpautop'); remove_filter('dbem_notes', 'prepend_attachment'); } add_action('init','my_em_function');
It must interfere with the theme, because when I do that all the pages on my site are blank. If I add a new “functions.php” to my child theme that contains only the above code, it does nothing (it could be that the code isn’t getting executed in this case).
-Bri
Marcus, are you talking about the theme’s functions.php file? I tried adding the following lines and it didn’t seem to have an effect, but maybe I misunderstood:
remove_filter('dbem_notes', 'wptexturize'); remove_filter('dbem_notes', 'convert_smilies'); remove_filter('dbem_notes', 'convert_chars'); remove_filter('dbem_notes', 'wpautop'); remove_filter('dbem_notes', 'prepend_attachment');
-Bri
No, it wasn’t checked (I didn’t realize the option was there in the widget)! That fixes it, thanks!
-Bri
I can’t reproduce it now. It seems to be working all of a sudden.
OK, thanks Marcus. Might be an option to consider for a future version. If a location is private, it would be nice to be able to set an option so it wouldn’t show up in an event even if the event is public. Meanwhile, I’ll just make sure that no private locations are assigned to public events.
The new version works. In the settings it says that it determines the order by start date, then event name. Usually, it would be start date, then end date, then event name. So if event A and B start at the same time, event A would be listed first if it ends before event B regardless of the name. Is that how it’s currently working?
-Bri
Thanks agelonwl!
olyma, your fix didn’t work for me (Version 5.0.42). I added the code, but no events show up in the big calendar now for some months.
-Bri
Sorry, I’ve been gone for a while. I have Version 5.0.42 of the plug-in, and it still appears to have the problem. Here is a sample calendar that shows the problem:
One example is on Feb 18th (the 6:30 event appears before the 5:30 event), but there are many other examples on that calendar. Rolling over the dates in the mini-calendar also has the same problem.
Marcus, should it be fixed in 5.0.42? I still have the problem and don’t see the option in the calendar format settings.
olyma, thanks! I’ll try it tomorrow!
-Bri
I noticed the same thing about 30 minutes ago!
This bug was just introduced either in this version or the one before. It didn’t do it before. You’ll also note that every time you edit the event, it will add more backslashes to the backslashes.
-Bri