stefanr
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Admin Bar Missing on front end Divi SitesI created a new WordPress site, added just Divi and LiteSpeed Cache, enabled ESI and all was working OK.
However, I then went into Divi Theme Builder and added a Global Header – this now causes the admin bar to vanish. Removing the Global header restores the admin bar. The same happens if I add a global footer. It looks like the problem is some incompatibility between LScache and Divi Theme Builder.
Tracing through the code in src/esi.cls.php I can see that the output from the function sub_esi_block (line 468) is an ESI include of the form:
<!-- lscwp adminbar --><esi:include src='/nls/?lsesi=admin-bar&esi=eyJyZWYiOiJcL25sc1wvIn0%3D&_hash=52cd15984d7d16149e13d8ddd780de51' cache-control='private,no-vary' /><!-- lscwp adminbar esi end -->If I go to the source URL I can see the information for the admin bar, but none of this appears on the rendered page if we are using Divi Theme Builder – it appears that the tags are being removed.
All my WordPress / Divi sites that do not use the Theme Builder are running fine.
Forum: Plugins
In reply to: [LiteSpeed Cache] Admin Bar Missing on front end Divi SitesI am seeing the same problem on one of my Divi sites (three other sites are OK). If ESI is turned on the admin bar is not visible. Note that if you deactivate any plugin, caches are cleared and the next time you visit a front end page it is built from scratch and the admin bar is visible. Subsequent visits appear to be looking for the cached admin bar which is missing, so nothing is returned, leaving a blank space at the top of the page (due to CSS).
For now I have had to roll back to 6.3 to get things to work correctly.
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Remove ‘Donate with’ textI have found an earlier post suggesting the use of Loco Translate to change the string. That worked for me!
I am having a similar issue when using a form created using the new builder (classic builder forms are working fine) – I have a test site and a production site. The production site is working OK, but on the test site I get the error message when attempting to submit the form.
I have disabled all plugins except GiveWP and tried standard 2023 themes.
- This reply was modified 2 years, 3 months ago by stefanr.
I’ve just updated and can confirm that this has fixed the problem. Thank you!
Forum: Plugins
In reply to: [Event Tickets and Registration] Ticketed / Unticketed totals incorrectHi Truman,
The problem only occurs if you are using Tickets Commerce. I have raised a support ticket for this (#451385) together with details of the area of code that is not working (and a suggested fix). The existing code identifies ticketed events as the events that are identified by the meta_key _tribe_xxxxx_for_event where xxxxx is RSVP, tpp, wooticket or eddticket, but the meta_key for Ticket Commerce events is _tec_tickets_commerce_event
Regards, Stefan
Forum: Plugins
In reply to: [Event Tickets and Registration] Ticketed / Unticketed totals incorrectI disabled all plugins except for The Events Calendar and Event Tickets. I switched to the Twenty TwentyTwo theme. I still see the same results – the count of ticketed events only includes events with RSVPS. Events with tickets are not included in the ticketed count.
We have a PayPal gateway which is enabled and working OK. The problem seems to be that when deleting, it finds the attendee record, deletes it, but then attempts to look up the post_type (which doesn’t return a value as the attendee record has been deleted).
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Cannot get cookie descriptionsHi Jarno,
I have tried several syncs, as well as disabling all other plugins. I will send a message to support.
Kind regards
Stefan
My mistake – it is working OK. I had different versions of the form for logged in users and had forgotten to enable “Billing Fields” in the Offline Donations tab for that form.
Forum: Plugins
In reply to: [The Events Calendar] Start time only optionWhen using the classic editor, you can set up an event with a start time only by making the start and end time the same. When you list events, only the start time is displayed.
When using the block editor, although you can select the same start and end time using the drop down controls in the calendar, the system seems to apply an automatic 30 minute difference. There doens’t appear to be any way to create a ‘start time only’ event using the block editor.
Forum: Plugins
In reply to: [The Events Calendar] Start time only in Block EditorHi Ed,
The problem is the inconsistency with the ‘classic version’. We have several events such as meetings etc. where we know the start time but do not know the end time.
In the classic version we can set the start and end time to the same value, and all displays of the event just show the start time.
In the block version, any attempt to set the start and end time the same results in one of them being reset by 30 minutes.
If you look at the code in /src/resources/js/app/blocks.js (and the corresponding blocks.min.js) and go to the functions preventEndTimeBeforeStartTime and preventStartTimeAfterEndTime you will see that we are testing (in case 11 of the switch statement) whether seconds.start >= seconds.end and seconds.start <= seconds.end – if you remove the ‘=’ sign, then you can create a start and end time the same (although the display still needs some work to remove the duplicate time).
For now we will not be moving to the block version as this is critcal to our website.
Regards
Stefan
- This reply was modified 7 years, 2 months ago by stefanr.
Forum: Plugins
In reply to: [List category posts] after not creating date queryNo problem – and your fix was far more elegant than my code 🙂
I am seeing the ‘Are you sure you want to do this?’ message when attempting to change a User role….
I have the same problem – I have reverted back to version 0.11.2 until this is fixed