PPDPurveyor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Ajax Issue for Add Media (Not All Images Load)Right after I sent this, they purged the OPCache and it started to work again. I don’t know if that helps you, but it did for us.
Forum: Fixing WordPress
In reply to: Ajax Issue for Add Media (Not All Images Load)Having the same issue on one of our sites. Just occurred after that recent update, right after the WPRocket Cache was purged.
So, I’m obviously thinking it was with the new update.
- This reply was modified 5 years, 8 months ago by PPDPurveyor.
Forum: Plugins
In reply to: [Google News Editors Picks Feed Generator] Use of undefined constant phpGoogle News no longer supports the Editors’ Picks feeds. So, we no longer develop or support this plugin.
But are you using it for Google News Producer? If so, I’d be happy to point you in the right direction on how to build and submit your feed to Producer.
Let me know.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Problem url, page no foundWe are having a similar issue. We had to use a redirection because the trailing slash before “amp/” is not being included. It’s causing a 404 error.
Forum: Plugins
In reply to: [Redirection] Wildcard Redirects?Per @jdaviescoates request, @eastdevonalliance solution works. You just have to make sure that the Regex (Regular Expression) condition is checked in the checkbox.
Source url: https://olddomain/(.*)
Target url: https://newdomain/$1I used it as follows for tags when I changed permalinks.
Source url: https://domain/topics/(.*)
Target url: https://domain/topic/$1&
Source url: https://domain/articles/(.*)
Target url: https://domain/section/$1Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] No Conditional for AnalyticsI would if the plugin supported Clicky. At least that’s what it looks like from the dropdown select box. Otherwise, I have to add it with a custom function, which creates a duplicate. Am I explaining this okay?
Forum: Plugins
In reply to: [Google News Editors Picks Feed Generator] Conflict with EasyAzon 4.0Have you received the update notification yet? We finally got around to updating the free version of the plugin and would like to know how you made out.
All the best!
P.S. Don’t forget to go to the settings page and enable the feeds manually, re-save permalinks. It’s a feature that most people have requested but will auto populate the feed again once you do.
Forum: Plugins
In reply to: [Target Video Easy Publish] jQuery Mobile Adding Events to the Anchors/LinksSovica,
Thanks for the response. That would be great. I’ve got another question that’s unrelated, or perhaps it’s really a request. We love the style of the widget playlist, but want to have a shortcode, iframe or snippet that will render it in various places. We use it on the homepage, but really want it to either be embeddable in a page or in text boxes for various other widgets, etc.
Is that possible to get?
Thanks in advance.
Forum: Plugins
In reply to: [Target Video Easy Publish] jQuery Mobile Adding Events to the Anchors/LinksJust to let you know, I basically just commented out the line of code, abd the plugin is working. Temp fix.
Forum: Plugins
In reply to: [Cloudflare] Stripe ConflictIt’s up. Possible a Tech made a php error briefly (working on other things) but it’s good now.
Forum: Plugins
In reply to: [Cloudflare] Stripe ConflictYes. The paywall plugin loading the Stripe.js does it without a condition unfortunately, so I get it all the time, but that’s where people are having the problem when they choose a plan and try to pay.
Again, thanks for the quick response.
Forum: Plugins
In reply to: [Cloudflare] Stripe ConflictI have one set for that page, but it’s the Stripe file specifically. I’ve got protocol rewrite enabled to prevent the mixed content errors but Stripe requires it to be loaded over https, it can’t be http or //.
Basically, https://js.stripe.com/v2/ is outputting /js.stripe.com/v2/, which causes the following on Javascript Console:
“It looks like Stripe.js is not being loaded from https://js.stripe.com. Stripe does not support serving Stripe.js from…”
Forum: Plugins
In reply to: [Cloudflare] Stripe ConflictHey John,
Thanks so much for the quick response. The entire site isn’t ready to go to SSL yet. So I guess I’m in a jam at the moment, huh?
If so, and I decide to move it to full SSL, you have a tutorial on what I would I have to do? Right now we use Flexible SSL on just the Digital Subscription pages, such as:
https://www.peoplespunditdaily.com/digital-subscriptions/
Again, thanks for the quick response.
Forum: Plugins
In reply to: [Google News Editors Picks Feed Generator] WPML Compatible ?Hi Freeze,
Have you installed this with WPML without issue? We’re curious and doing an update we planned to test with WPML now.
We do not have a single other client/user experiencing the same issues, so it must be something site-specific. There are no “mistakes” in this plugin.
Make sure you uploaded and replaced the old version, cleared your cache, updated settings (there are several new ones) & did a quick edit update on one of the posts etc. to trigger the sitemap generator.
Also, when new feeds are created, you need to re-save your permalinks to fire the add_feed action for new WP_Query( $args ).
Everyone’s site setup is different. Considering the plugin worked well on the other site you had for nearly a year without issue, there must be a later date add-on that caused a site-specific issue.
But that’s something we need to look at ourselves. If you open a support ticket on the premium site or email me temp credentials, I will help you.
Otherwise, without access to the backend, error_log/debug, there’s not a whole lot we can do and shouldn’t keep this thread open.