Andrew Leonard
Forum Replies Created
-
Forum: Plugins
In reply to: [Purge Varnish Cache] Function add_menu_page was called incorrectlyOne way to fix the problem is to remove the seventh parameter altogether (including the last comma)
I checked WP-MAIL-SMTP plugin and although the test email function works, it had lost the Mailer option. I do not know why this happenned.
Thanks for replying so promptlyThanks for replying
When I checked I found that there was nothing selected fior the Mailer but the email test still works! I had it all set up and even have the password saved in the config file, so at some point the option of “other SMTP” has been cleared. I know that the website failed trying to update WordPress and I had to do it manually but other than that it is a mystery but now it is working again – so my bad and thanksForum: Plugins
In reply to: [The Events Calendar] Add to Calendar Drop down OptionMy clever friend Herb sugests:
svg.tribe-common-c-svgicon--cal-export{ height: 25px; } .tribe-common button { padding: 10px 30px 11px; }
Forum: Plugins
In reply to: [The Events Calendar] Add to Calendar Drop down OptionThanks for the prompt reply
I tried your Custom CSS and it does not work very well
see:https://dev.ebps.org.uk/event/ea-peter-and-nicks-indoor-meeting/I had more luck when I inspected the item and changed the viewBox to “0 0 300 300” but the container was still too big and I cannot yet work out how to change it
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Missing ImageThanks
Forum: Plugins
In reply to: [Simple Lightbox] Plugin has stopped workingMy colleague Herb Miller has being having a look at this and this is what he tells me
In my local environment I get an SSL error from this call on line 258 of simple-lightbox/includes/class.base_object.php
$get = wp_safe_remote_get($ret);
Adding a special arg of sslverify=false to the call resolve the issue.
So it’s an SSL certificate problem on ebps.org.ukThat fix also works for us
I do not understand why you cannot reproduce our problem
When I “inspected” the FAQS>Settings>Basic>General>FAQs Page
This is an extract of what I see:
It only goes “wrong” if I select the first “blank” option – it works OK if I chose any of the next 7 “blank” options. The first option returns a null, whereas the other options return an integer value<select name="ewd-ufaq-settings[faq-page]" id="ewd-ufaq-settings[faq-page]" control-id="ControlID-2"> <option></option> <option value="30353"></option> <option value="31206"></option> <option value="32567"></option> <option value="36337"></option> <option value="2147"></option> <option value="10170"></option> <option value="10316"></option> <option value="5159">!Annoying Man</option> </select>
If you go here: https://dev.ebps.org.uk/event/committee-nhm/
and then click on the first FAQ: Buying stuff
You will see your FAQ and then our event…The problem occurs with the events calendar plugin on the URL that the events calendar uses to display its archive. It doesn’t occur on normal archive pages since the global $post object is set.
You can see it going wrong here: https://dev.ebps.org.uk/?post_type=tribe_events
This is the development version of our website. It may not be setup quite correctly as the URLs may point to the production website,if you click on links, but if you make sure the URL is dev.ebps.org.uk, you can see the problem
This is the meetings page: https://ebps.org.uk/events/
This is the FAQ page: https://ebps.org.uk/website/faq/
I am not using the FAQ widget
I am not trying to display FAQs on the Events Calendar archive pageYou will not see the error because I have set FAQs Page to “FAQ”
If you want to see the error on ebps.org.uk we will have to liase a short time where I can remove the entry from the FAQs Page
As far as I can tell it only effects the Events Calendar archive
Forum: Plugins
In reply to: [WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] ErrorsI did as you suggested and amended the wp-config.php file and it appears to have solved the problem
Thank you for helpingForum: Plugins
In reply to: [The Events Calendar] obj.onPopState handlerI have the EC “Events List” widgets in my primary sidebar.
This used to go “screwy” after I clicked on an image that openned up with the lightbox effect.
The lightbox plugin is “Simple Lightbox” Version 2.8.1 by Archetyped
I asked them and they said it was your code that was causing the problem
My very clever friend said that I needed to add the code above to the obj.onPopState handler
I don’t know but I think this code has been amended by EC now to prevent this happenning
My fix is not in your code and the problem no longer exist
If you wanted to see it I would have to goback to a previous version of TEC
If you tell me what code to remove from the obj.onPopState handler, I would obligeForum: Plugins
In reply to: [WordPress Simple Shopping Cart] Multiple paymentsI tested it using the “Checkout with PayPal” and it has been recorded in PayPal and in Cart Oreders and there is no error message, but I can still see the transaction in the widget
Is this how it is supposed to work?
I fera that this will encourage the user to make the transaction again