rdanamcd
Forum Replies Created
-
Forum: Plugins
In reply to: [Super Page Cache] Do not cache sub domainThanks for the response. We host all our sites on Pantheon.io and you can only install plugins in the DEV environment. All code is then pushed via GIT to the TEST environment for testing. Then ultimately pushed to the LIVE environment when everything works great. The database and content we sometimes clone from LIVE to DEV to work with updated content.
I think should be fine. I’ll just remember to turn off Full Page Caching every time we wipe the DEV environment and clone the database & content from LIVE where caching would be on.
Would be nice though to always have set to not cache sub domain “dev.*”.
Thanks
Dana
Forum: Plugins
In reply to: [WooCommerce] WC()->cart->add_to_cart. Unable to add 2 items.I’m calling WC()->cart->get_cart() after a Formidable form submit. Looks like that’s causing the issue after further testing. It works correctly adding items to the cart using url parameters during a page load. This works for me. Thanks
Great. Thanks. I’ll check it out
Hi kishanranawat,
Is there a way to only call the AJAX nonce on the page(s) where the users actually subscribe to the newsletter? Currently wp_ajax_ig_es_get_updated_subscription_nonce & wp_ajax_nopriv_ig_es_get_updated_subscription_nonce is called on Every single page. This causes extra overhead and extra page views on my host.
Thanks
DanaHi,
I think this is related and hopefully I’m able to change the behavior. I have version 4.6.7 and looks like the nonce is called via Ajax using wp_ajax_ig_es_get_updated_subscription_nonce every time the class ES_Handle_Subscription is initialized. This is done on every page load. Homepage, etc.
Normally this would be okay but what this is causing is a Page View count and 1 Unique visitor count for everyone who goes to my homepage. This has nothing to do with my Email subscribers. My hosting site wants to up my plan to the next level based on the number of unique visitors. I Full Page Cache the website on my CDN and those pages use to never reach my hosting provider and never counted it as a Page View / Unique visitor. My hosting provider counts Ajax calls as a page view / unique visitor.
My question is, is there any way to get the WordPress nonce via Ajax only on the webpage that it is needed and not on every single page. Can I add some custom code in my functions to do this? The two actions I would like to call only when actually it is needed is wp_ajax_ig_es_get_updated_subscription_nonce and wp_ajax_nopriv_ig_es_get_updated_subscription_nonce And not call them on every single page. Is this possible?
Thanks
DanaOkay, I see. I should only have 6 lists. All the others have been randomly generated for some reason. I’ll delete all except the 6 real ones.
Hi, what are these lists? I have over 190 items, I click on “Download” on them and shows “No Data”. Should I just delete them all? Most all have “0” contacts assigned and “0” active contacts. The list names with unrecognizable code as names is assigned to “1” contact each. Just delete them all?
ThanksAh… there are some crazy code in there. I’ll delete the lists with the unrecognizable names and see if it goes away.
Thanks
Great. Thanks!
Hi,
Thanks for the quick response. You are correct, I added a fake GTM ID and the insecure link went away and made my homepage secure again.
We’ve contacted the agency handling our Google tags and have them check their GTM containers.
Thanks
DanaOkay, what’s going on. I deactivate Google Tag Manager and my site is back secure. I re-activate Google Tag Manager and my site is not secure. I’ve also noticed 3 Strange files Google Tag Manager adds:
https://rtb.adgrx.com/segments/-52WWhvIIRWjsMkFKaOO_-VPVfs5_0PqgvZa2bd5vs8=/44968.gif
https://rtb.adgrx.com/segments/k9t-fnKqbXq8zeLpw5vkcI6j9cfwq5mrStMC7DTbRrI=/44975.gif
https://bidagent.xad.com/conv/149656?ts=%pord=!?The last one is http: and is making my site Not Secure. What are these three files and are they necessary?
Dana
Thanks. Disabling the overlay causes other issues for me.
I was hoping PopUp Maker will offer a solution based on if the browser is from ios11.x .
Living with it I guess until hopefully Apple releases a bug fix soon.
Thanks
DanaI’m running into this issue too. iOS 11.x and a popup with an input field. My case, formidable form in the popups.
I found this: https://hackernoon.com/how-to-fix-the-ios-11-input-element-in-fixed-modals-bug-aaf66c7ba3f8 and https://stackoverflow.com/questions/46339063/ios-11-safari-bootstrap-modal-text-area-outside-of-cursor
Do you guys have a solution for this? I’ve tried:
.pum-container { position:fixed; width:100%; }
It helped when first clicking in but jumps out if there is a dropdown in the input field. Also in a textarea, the cursor is below a couple lines from where it is suppose to be right after typing.Any suggestions?
Thanks
DanaOkay, I’m on Pantheon.io and the plug-ins is not writable in GIT mode. I think your new version when checking for updates does not like a non-writable plug-ins folder.
I switched to SFTP mode and checked for a Toolset Types update, there isn’t one because I have the latest version. Switched back to GIT mode and the issues has gone away. Not sure if it’s permanently gone away or if your plugin does not like a Read-Only code base and will come back.
Just a heads up.
Thanks
DanaForum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] PHP Notice : skipSecurityHi, Great thanks. Yeah, this is on my developer server. So all good.
Appreciate it
Dana