Thank you kindly, all sorted.
Archives: Replies
Replies for tickets on suppota
Reply to: tickets(344432)
Hello,
Thank you for fast feedback!
I found them and removed them, my fault.
Sorry
Reply to: tickets(344472)
Here is the screen recording link – Weekly_view_filter_issue_15_03_24.mov
password: 152024@#
Reply to: tickets(344380)
4. ‘align arrows to right’ function also not working now: conviviosociety.org/calendar
5. no bubble checkbox visible on ‘future / past events’ option on filter: conviviosociety.org/calendar
Reply to: tickets(344380)
so far it seems:
calendar appears on the following: conviviosociety.org and conviviosociety.org/calendar
- when Ajax is selected Lightbox not rendering (view on conviviosociety.org with Ajax option selected and view on conviviosociety.org/calendar with Ajax option not selected)
- Google calendar not appearing
- “undefined” showing on filter options
Reply to: tickets(341876)
I am experiencing ‘things working a little different’ after updates etc. … this should not be happening …
Reply to: tickets(344380)
conviviosociety.org/wp-login.php
info@conviviosociety.org
wDbOKjfIQ6zTNviHX5zLbYdC
Reply to: tickets(344109)
Saved every settings page … still the same. Now another event type doesn’t work. Question: if you do not use type1 , does this mess things up? Sometimes I only use type2 …
Reply to: tickets(340452)
Hi Artem, thank you for your reply. With the request above, it does actually function correctly with the BOM text removed as it’s just injecting/echo this. For example, within your plugin, I’ve just opened:
class-admin-ajax.php
– commented out line 334.
– export works with intended data. In this case the UTF-8 could be an option and in this user case it’s not required.
So to explain better, could the inclusion of the UTF-8 byte order mark (BOM) be an option in this plugin for export? Something like:
if ( isset( $_POST[‘utf8_bom_toggle_submit’] ) ) { echo “xEFxBBxBF”; // UTF-8 BOM }
Can you add this line as a toggle so we don’t have to go in an comment out this line in every plugin update?
While the BOM can be useful for indicating the file’s encoding, it’s not always necessary for UTF-8 encoded files and can sometimes cause issues, especially when the file is being processed by other software that doesn’t expect or handle it correctly such as this case. A toggleable option would get around this problem (set to include the BOM as default).
Reply to: tickets(343844)
I didn’t update any plugins but I did update the calendar page. seems to be loading alot faster now
see video on the changes I made to the shortcode- there were some errors in there which have been cleaned out and I added some