Reed Sutton
Forum Replies Created
-
Additional issue: when dragging a batch of photos to a subfolder, the photos upload to uncategorized folder and have to all be manually recategorized.
For starters:
- Clicking on folders to navigate consistently doesn’t switch the focus to the new folder. I have to refresh the page and start from scratch
- The search function doesn’t work at all, at least for subfolders.
This is a major downgrade. Ive reverted back to v 2.0.0 and will be migrating to a new plugin asap.
Forum: Fixing WordPress
In reply to: RSS Block Links are Rel=”Dofollow”Looks like this fix would solve my problem too: https://github.com/WordPress/gutenberg/pull/69641
However it hasn’t been implemented in core yet.
Forum: Fixing WordPress
In reply to: RSS Block Links are Rel=”Dofollow”Dear @avinashzala01 ,
I believe the code you meant to include is:
jQuery(document).ready(function($) {
$(‘.wp-block-rss__item-title a[rel=”dofollow”]’).attr(‘rel’, ‘nofollow’);
});However, I don’t just want to change “dofollow” to “nofollow”. I want all links output from rss blocks on this page to be “nofollow”. As the links only inconsistently show the rel=”dofollow” attribute, not all do it.
Can you update the code for me? Im not very familiar with Jquery.
Forum: Fixing WordPress
In reply to: RSS Block Links are Rel=”Dofollow”Interesting – thank you I will investigate.
Forum: Fixing WordPress
In reply to: RSS Block Links are Rel=”Dofollow”Hi Avinash,
I am using the wordpress rss block: https://ww.wp.xz.cn/documentation/article/rss-block/
It has no configurability with respect to link attributes.
Forum: Fixing WordPress
In reply to: RSS Block Links are Rel=”Dofollow”Thanks for your quick reply. Yes if you inspect some of the links on this page: https://frugalflyer.ca/blogroll/, they have rel=”dofollow” on them. Regardless, I’d like to modify the html to have rel=nofollow instead.
- This reply was modified 9 months ago by Reed Sutton.
- This reply was modified 9 months ago by Reed Sutton.
Same issue here. This is a big flaw with this plugin. Even just being able to create an exclusion rule in the plugin would be nice, but there are no configurable settings…
Same. This was rendering my site unable to update custom post metadata (posts managed via PODS Framework) . Big problem. I have to leave the plugin disabled until this is fixed.
Also having some very bizarre issues trying to update fields in my custom post types today. This has essentially rendered my site unusable right now. Very concerning.
Several fields, I can add to the field and save, but it doesn’t reflect on the front end. Then when I refresh the backend editor, the added field is empty.
Other fields, when I press update, give me a wordpress error: {“result”:false,”error”:”nonce”}
I have tried clearing browser cache, different browsers, clearing cloudflare cache, and adjusting the setting: “Disable overriding WP Metadata values”
Please help!
Can anyone confirm this is resolved?
Bump
Same issue here. Cloudflare says its a plugin issue.
Also being blocked from logging into wordpress even though Turnstile says passed as valid.
Okay so I didn’t have that enabled. I just did and it didn’t resolve the issue.
What did resolve the issue is using the full shortcode.
So [pods name=”bank_account” id=”35941″ field=”standard_interest_rate”] instead of [pods field=”standard_interest_rate”].
However I would think that wouldn’t be required since the ID is specified already in the parent shortcode. Not sure if this is intended behavior or not of Pods but at least I was able to get it to work with the longer shortcode.