2bears
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Multiple duplicate emailsHi and thank you for your suggestion.
Been there and done that, and that is not the case. The emails are triggered by the Eway plugin (via Mijireh Gateway) when payment is successful. The duplicate emails are from a loop caused by that script. I have now raised this with the plugin developer.
Kind regards Stephen- This reply was modified 9 years, 6 months ago by 2bears.
Forum: Fixing WordPress
In reply to: Admin logon Error – Cookies are blocked due to unexpected outputHi jjkob
Glad it helped.
The reason is explained very clearly in this post –http://hardcorewp.com/2013/always-omit-closing-php-tags-in-wordpress-plugins/
Forum: Plugins
In reply to: [Aviary Image Editor Add-on For Gravity Forms] Version 3.0 (Beta) ReleaseHi Tareqhi
Fantastic plugin for gravity forms.
However, I have experienced one issue – there appears to be a conflict between the Aviary Image Editor Add-on For Gravity Forms and the Gravity forms DatePicker field.
When Aviary is enabled the datepicker is no longer visible or works.Forum: Fixing WordPress
In reply to: Admin logon Error – Cookies are blocked due to unexpected outputFound the problem – Child theme had a functions file with ?> at the end.
Removed that and all appears to be working again. Still not sure why it worked on the old host but not the new one?Forum: Plugins
In reply to: [Event Organiser] Add tag to Event main menu linkHi Stephen – Thank you for your prompt reply.
I have found a resolution to the issue as follows. It may be of use to other users.
In the Event Organiser Settings I selected “Do not add to Menu”
I created a page called Events using the Theme and pasted the following code from your very helpful documentation.
[eo_events] <a href="%event_url%">%event_title%</a> on %start{jS M Y}{ g:i:a}%, at %event_venue% [/eo_events]
which produced the Event details as needed and resolved the menu styling issue.
kind regards Stephen