deralict
Forum Replies Created
-
Forum: Reviews
In reply to: [Desktop Mode] Absolute pure awesomenessIf/when you release a paid version, I’ll be first in line to make you take my money. Keep the awesomeness coming.
There’s a small image associated with the link to the original article…I was expecting the featured image to be part of the LinkedIn post itself. Is this not possible?
The post was created in Gutenberg.
The 403 error is probably because in the site was moved to production in the time since I discovered this bug. (Your auto-publish plugin is currently disabled). New URL is https://dataroadmaps.com/team-sport/
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Apple Pay button will not displayCurrency switcher plugin—that was the problem, Apple Pay wasn’t registered to work with it. Thanks!!
That was it! I didn’t realize there was a per-product setting. Thanks!!
Forum: Plugins
In reply to: [Google for WooCommerce] Error connecting Google Ads accountOK, the above steps were performed (no JetPack and I don’t use a caching plugin), but still same result.
I’ve confirmed that the same gmail address was used when I created my Google Ads account and Google Merchant Center account.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Can’t get Apple Pay to displayThat’s exactly what it was, thanks! I just noticed I hadn’t reviewed yet so I just gave a 5-star review.
Create a new PHP snippet in WPCodeBox, enter filter:
add_filter( ‘wpel_apply_settings’, ‘__return_false’ );
Set condition to run only where Page URL contains “?bricks=run”
Note that the plugin still conflicts with other plugins as well (like Motion.page) and I haven’t found a workaround for those, so I need to deactivate the plugin before editing in Motion.page.
If I do that, no links are changed anywhere in the pagebuilder content, only links with the post content on blog pages.
Thanks. I found another plugin that works.
I’ve managed to work around the issue using the wpel_apply_settings filter only in the builder.
If I do that, only blog posts created with Gutenberg have the rel attribute added. All Bricks content does not.
The Bricks team state they follow standard WP conventions and have integrated the Content Analysis API.
I installed the plugin WP Links (https://ww.wp.xz.cn/plugins/wp-external-links/) and it correctly adds the nofollow attribute.
This points to the bug being in RankMath.
Yes I am using a page builder (Bricks). Rolling back to v.1.0.212.1 did not fix the issue.
I just tried changing the author in quick edit post mode and that worked! Still can’t change it in the normal edit post screen though.
Also, I’ve never heard of a “position” and don’t know how to change that.