sangfroidweb
Forum Replies Created
-
Hey,
@bichant where are you hosted? The sites we’ve had this issue with are at Siteground, and @adendum seems like they might be hosted there, too since they mention reaching out to Siteground support. So I was wondering if you were too? Sucuri support mentioned that they get the salts from the official salt generator at https://api.ww.wp.xz.cn/secret-key/1.1/salt/ so I can’t imagine that where you’re hosted could have anyting to do with it.. unless they have some script that intervenes when sucuri rewrites the salts with the new ones from the generator… but since I noticed @adendum and us seem to be at Siteground, I wondered if you were too? If so maybe that will help us get to the bottom of this. FYI I was just checking this thread because it just happened to us again today…Ahh.. so you guys just get it from that generator? Interestingly we’ve never had it happen before, but today, it just happened again on a different site we manage. Thanks for passing the info along to your engineering team!
Forum: Plugins
In reply to: [Better Search Replace] Is serialized replace still working?FYI, I does seem like serialized replace is broken in the current version ( 1.4.4 ). We grabbed 1.4.3 from another site where it hadn’t been updated yet, and rolled back to that on the site where it wasn’t working, and then the serialized replace started working again. If you run into this problem, look for 1.4.3 and install it instead of 1.4.4 and serialized replace should work again.
This is the website:
https://www.urbaninsite.com/Forum: Plugins
In reply to: [Exit Notifier] Message pops up on internal linksCurtis,
Thanks for your help! It’s working perfectly now!For anyone else who runs into this. For me the issue was that the wordpress installation is running in a subdirectory but the main site URL is the root: So the website is:
However WordPress actually runs out of:
https://www.example.com/wordpress
Exit Notifier was looking for urls that are not like https://www.example.com/wordpress which was all my regular internal links. I just went into the Exit Notifier settings, and into the “Anchor()Behavior” tab, and set a custom jQuery selector. When I checked the box to use the custom selector, the default selector appears in the box, and all I had to do was remove the wordpress installation directory from the path. After that the plugins works perfectly.
This plugin saved me a lot of time, and Curtis provided amazing help. Thanks for the great plugin and support!
Forum: Plugins
In reply to: [Exit Notifier] Message pops up on internal linksThanks for your reply! I just emailed to the email you mentioned.
Forum: Plugins
In reply to: [Twitter Widget Pro] How Do You Add A New Account?I think you’re correct game writer…. Bummer!
I appreaciate your reply. And Happy New Year! That seems to have fixed the issue. Thanks!
No ideas on this, @g0tr00t ? It affects a lot of our clients. I would love to know if there’s something that can be done….
Hi,
This is our site, which exhibits the error:Gerroald,
I just found another user with the same issue and have submitted my notes on their thread. It looks like she’s having the same issue:She’s also on Siteground hosting. In that thread she mentions she tried 2019 theme with no other plugins and still go the error. In any case, since her thread has a longer history and more info, I’ll mark this as resolved and just contribute in her thread instead.
Darlene,
I’m having the same issue! Also on the new Siteground hosting. I can add a really weird error in my console. Also note that as soon as I click the “Click Here To Configure” button and the modal window opens, this error starts repeating in my console over and over and over. It will repeat indefinitely until I leave the page. And note that if I don’t click “Click Here To Configure” The error never happens. But as soon as I click it the error starts and repeats, literally several times per second and will continue indefinitely ( let it run into the 10s of thousands) until I leave the page. Here’s what the notice in the inspector looks like (expanded):Uncaught TypeError: Cannot read property ‘strokeDashoffset’ of undefined
at Object.set (jquery.js:4)
at init.run (jquery.js:4)
at i (jquery.js:4)
at n.fx.tick (jquery.js:4)
setInterval (async)
n.fx.start @ jquery.js:4
n.fx.timer @ jquery.js:4
pb @ jquery.js:4
g @ jquery.js:4
dequeue @ jquery.js:3
(anonymous) @ jquery.js:3
each @ jquery.js:2
each @ jquery.js:2
queue @ jquery.js:3
animate @ jquery.js:4
(anonymous) @ admin.1566486436.js?ver=7.4.0:3788
each @ jquery.js:2
each @ jquery.js:2
jQuery.fn.wfCircularProgress @ admin.1566486436.js?ver=7.4.0:3723
(anonymous) @ admin.php?page=Wordf…age=waf_options:645
(anonymous) @ admin.php?page=Wordf…age=waf_options:652It would be great to get to the bottom of this. I love Siteground hosting AND Wordfence. I would hate to not be able to use Wordfence.
Forum: Plugins
In reply to: [Authorize.net Payment Gateway For WooCommerce] Adjust Duplicate Windowswmcdev,
Did you get anywhere with this? One of our clients is having the same issue. If you found a solution I would really appreciate hearing what you did. Thanks!Forum: Plugins
In reply to: [The Events Calendar] The event titleHi,
I think I’m having the same problem as ouze. The solutions you mention, BeardedGinger, don’t work. When I put in some code to just echo the $post->ID it returns 0. For all other posts, I get the post ID. It’s almost like TEC is clearing the $post object. I’ve been pulling my hair out trying to figure this out. Did you find a solution ouze?Forum: Plugins
In reply to: [Better WordPress Minify] When I Refresh a Page the CSS BreaksI’m seeing the same thing. In trying to debug this we started loading the minified file directly and get the same result. Loads fine but when you refresh (soft) it spits this out:
Warning: strtotime(): It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone ‘UTC’ for now, but please set date.timezone to select your timezone. in /home/dvi2015cpanel/public_html/wp-content/plugins/bwp-minify/min/lib/HTTP/ConditionalGet.php on line 360
And very oddly… it repeats this behavior exactly every other time first refresh breaks, second refresh works fine, third refresh breaks, fourth refresh works fine… and on and on (my refresh key got tired). Also.. it only breaks on a soft refresh. If I force a hard refresh (holding down shift when refreshing) the file loads fine, consistently. Any ideas, Khang?