sunnyt13
Forum Replies Created
-
Try it again – they fixed it pretty much right when you created this thread.
Works for me now. Thanks for such a quick fix!
Just came here to share that I am seeing this as well.
Forum: Plugins
In reply to: [Yoast SEO] TikTok Social Profile URL?I was actually able to get it to work using this snippet:
function custom_user_contactmethods( $user_contact ) { // Add TikTok $user_contact['tiktok'] = __( 'TikTok profile URL' ); return $user_contact; } add_filter( 'user_contactmethods', 'custom_user_contactmethods' ); function custom_yoast_seo_social_profiles( $social_sites ) { // Add TikTok $social_sites['tiktok'] = 'TikTok'; return $social_sites; } add_filter( 'wpseo_schema_person_social_profiles', 'custom_yoast_seo_social_profiles' );
Let me know if there’s any issue with using that.
Thanks!That’s great to hear, thanks Hannah!
I was having this issue as well when using when using this snippet (https://newpulselabs.com/rank-math-sitemaps-not-updating-fix/) to disable RankMath’s caching.
2.4.19 seems to resolve it for me also.
Forum: Plugins
In reply to: [Redirection] Add rel=sponsored?Hey John,
Ah cool, I didn’t realize you could already manually set headers.
The only issue is that it would add the header to ALL redirections, and not just my affiliate links.
Is there any way I could apply the header to a Group instead? Would be super handy.
Thanks!
That’s much better. Thanks for fixing!
Thanks Adam. Wondering if it might have anything to do with the new cart functionality.
Forum: Plugins
In reply to: [Custom Post Type UI] Bulk editing and default terms?Hey Michael,
Here’s a quick run through I did on a test site (no audio): https://www.loom.com/share/c7df5fead78243c58b90c7ce733a0e2c
The bevaviour even seemed a little unpredictable for me there as you’ll notice.
Not really sure if this is a CPTUI or a WordPress thing either.
Hey @tigroumeow,
The sandbox install expired, so unfortunately I don’t think you had much context as to what the issue was. Here was my testing process:
– Created a brand new WordPress instance using the default Twenty Twenty One theme
– Installed Perfect Images
– Uploaded two images; filename.jpg and [email protected]
– I inserted the image on a page via a Gutenberg image blockWhen viewing the page on the front-end, the retina image didn’t load when using the “Responsive Images” method. If I switched the method to Picturefill, then it loaded the 2x version.
Is there any reason why Responsive Images wouldn’t be working in that scenario?
Ah darn. Here’s a new link: https://easyupload.io/elpifa
Pw is “forminator”
@wpmudevsupport12 Hi Patrick,
Sure, here’s the form export: https://file.io/t0BspD68lsaV (link expires after downloading)
Thanks!
If all I do is simply roll back the plugin to 1.14.9, it works. The two latest versions say “the value must be greater than or equal to 1” when submitting the Stripe checkout with conditional and hidden fields.
Hi there,
I’m running into this issue again. Has anyone else reported it lately?