Lisa Baird
Forum Replies Created
-
Forum: Plugins
In reply to: [Interactive Image Map Builder] Change Max size of mapThanks! It still took me a minute to find it, but I see it now. No Center Center option? I did Center Left with a 500 offset the tooltip doesn’t get offset. It does get offset if I do Bottom Left.
- This reply was modified 5 months ago by Lisa Baird.
The solution is to go to https://developer.ups.com/ and setup an OAuth account. the API doesn’t directly conver/roll-over to the OAuth.
Forum: Plugins
In reply to: [Meta Box] FacetWP SupportThanks for replying, I will try Twitter; I haven’t done that yet.
Thanks, the instructions left a bit to be desired and I was unclear on this particular point.
Here’s the script that I was deferring/loading synchronously (both methods inhibited the loading of Hustle.) It was not one that I expected! underscore.min.js’
Thanks for your reply Adam, you’ve pointed me in the right direction. I was seeing the pop-up on Firefox (where I’m logged in as admin,) but not anywhere else. I had checked that it loads for everyone (there’s no restrictions on logged in status.)
It seems that a script Hustle is dependent on is getting deferred or loaded asynchronously (via a custom script) such that it is loaded for admin users only. Which is odd since we don’t have conditional logic on the the function, but removing the function resolves the issue. We defer a number of scripts, so I just have to find out which script it is and exclude that one.
Thanks!
Forum: Plugins
In reply to: [Constant Contact Forms] Deprecated code: CMB2_REST.phpIt only shows in debugging mode, so I’m not really concerned. Just letting you know it’s there ??
Forum: Plugins
In reply to: [Advanced scrollbar - Customize the scrollbar] ScrollbarUpdate to the above – I cannot drag this with my mouse on neither Chrome, Firefox or Edge. There is a hand, but does not drag. What am i doing wrong?
Thanks, I also found that error reporting was turned on. Turning it off resolved the problem with the error messages being displayed (however, it doesn’t actually fix the deprecation problem.) Thank you for your attention to this matter.
Forum: Plugins
In reply to: [Ultimate Gift Cards for WooCommerce] Change the label for Gift MessageTranslation? I want to change what the label says, not the language it says it in.
Sorry for the delay in performing the testing steps. I have finally worked my way back to this website.
I have done as you asked and was unable to resolve the issue. The exacts steps were:
Using an incognito Chrome Browser Window:1. Switch to 2019 theme
2. Reset SiteKit
3. Turn off all plugins
5. Turn on SiteKit
4. Go through activation for Site Kit, signing in to the Google Account that owns the Analytics
5. Try to connect to Google Analytics … same error received
Error: cURL error 2: easy handle already used in multi handleI repeated the same steps in Firefox and tried to activate Google analytics using the new Microsoft Edge
This is not something I want to make a habit of, this is a live website. The search console shows about 70 click-throughs to the website daily.
I would like to note that Reggie says he uses WHM to manage his hosting. This website is on a GoDaddy VPS and we use WHM as well. This website is setup on its own cPanel on our server.
Forum: Plugins
In reply to: [Post Expiration Date] Not working with Custom Post TypeIn addition to the code provided above, we had to disable the date picker built in our theme (we use Divi by Elegant Themes.) They had us add the following code to our functions.php file:
function wpdocs_dequeue_script() { wp_dequeue_script( 'et_pb_admin_date_addon_js' ); } add_action( 'admin_enqueue_scripts', 'wpdocs_dequeue_script', 100 );
Forum: Plugins
In reply to: [WP Offload SES Lite] Why is WP SES overwriting Sender Name and E-Mail?I’m using Formidable Forms, it generates its own headers that are over-ridden by WP SES headers. How can I use Formidable Forms reply-to and from header instead of SES header. What is the hook to customize & call the action?
Thanks @anotherdave, I’m on the latest one. It happened on the 1/3; the day on which I installed updates. It is plausible that I had the defunct version before updating, if anyone else has any ideas, please let me know.
Forum: Plugins
In reply to: [Post Expiration Date] Not working with Custom Post TypeI thought i asked this already, but how can I add this to a WooCommerce product page?