Plugin has error when opening link rel follow checkbox is not checked you can see js error here “Uncaught ReferenceError: ed is not defined” -> https://tinyurl.com/2p8jzx69
Thank you in advance.
]]>I’m trying to use this tool in block editor, but it’s not working on block editor, tried WP 5.7,5.8
please inform us. also please give support for UGC, sponsored tags
Thanks
I’ve recently switched over to the Gutenberg editor and would like to delete the Ultimate No Follow Plugin. I’m wondering what to expect when I do so. Are all of the attributes that are added via the plugin (nofollow) permanent or will they disappear when I delete the plugin?
Similarly, will either the noreferrer or noopener attributes be added to all of my links when I delete the plugin?
Thanks
]]>I did a recent WordPress update and now all of my links that were set up as ‘no follow’, now the ‘no follow’ box is unchecked. When I try to change this by checking the ‘no follow’ box, then updating the post it doesn’t save. I’ve used WordPress for over 5 years and this has never happened before. I’ve checked to make sure all my plugins are updated and cleared cache as well. I’ve talked to my hosting and they couldn’t see any errors on their end.
]]>Hi,
The Ultimate Nofollow Plugin forces an error when using WP 5.5.
The link options cannot be opened and when switching to Text Editor – scrolling is impossible. Only after reloading the page.
Temporarily the problem can be solved with https://www.ads-software.com/plugins/enable-jquery-migrate-helper/
Greets
Bj?rn
Useful plugin. But when I use the text editor in Elementor, the “nofollow checkbox” is not visible. In normal mode it is visible. Is it possible to add this?
]]>Hi,
Google has just announced 2 new types of Link Attributes;
1. rel = “sponsored”
2. rel = “ugc”
Can you incorporate these options in the plugin?
Thanks..
]]>I’ve had this plugin installed for a couple of years and (one reason I) have avoided updating to Gutenberg because I like using this. It appears to be actively updated now and I’m looking at making updates to my site; installing Gutenberg and then the Classic editor plugin.
I assume if you update to Gutenberg you still need to install the Classic Editor Plugin and then this will still work?
Can you please answer a very basic question for me, and confirm if/whether using the “open in a new tab” adds on something that causes a “no referrer” and is a bad option for affiliate links? I checked via my text editor and I can’t see that it has been added, but I’ve seen references to it in articles like this one: https://blogaid.net/ultimate-guide-for-creating-links-in-wordpress/
]]>So I was wondering about the description of this new update.
-Updated description in readme.txt
I went to check in your guy’s Plugin Directory:
-Updated stable tags.
-Updated tag
-Updated to work with classic editor on WordPress 5.2.2
Why did you guys left these 3 out, reason?
]]>Does anyone know why this plugin has been closed since July 5th?
I haven’t been able to find any security reports. I have many clients still using this plugin, and if there is a security issue, it would be very helpful to know so we can address it.
Thanks!
]]>I installed ultimate no follow plugin on my site Vlogging Master it injected no follow attribution now even after uninstalling the plugin I am unable to remove the attribution
]]>Hello,
Apparently this plugin hasnt been tested after WP 4.9.10
Is it planned to make it compatible with the latest WP 5.1.1?
Thanks
]]>this plugin is well working in the classic editor but not working in Gutenberg editor while adding the nofollow links in the posts for plugins, affiliate links ets
]]>Here is a possible fix if you see all checkboxes ticked. First, go into nofollow-ner.php and change the following wp_register_script to…
/**********************************************
* ADD LINK DIALOGUE NOFOLLOW CHECKBOX SECTION *
***********************************************/
function nofollow_redo_wplink() {
wp_deregister_script( 'wplink' );
// $suffix = defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ? '' : '.min';
$suffix = '';
wp_register_script( 'wplink', plugins_url( 'wplink' . $suffix . '.js', __FILE__), array( 'jquery', 'wpdialogs' ), false, 1 );
Next, you will need to go to the ‘wplink.js’ file in the plugin folder and change the following:
mceRefresh: function(ed) {
var text,
selectedNode = editor.selection.getNode(),
linkNode = editor.dom.getParent( selectedNode, 'a[href]' ),
onlyText = this.hasSelectedText( linkNode );
if ( linkNode ) {
text = linkNode.innerText || linkNode.textContent;
inputs.url.val( ed.dom.getAttrib( linkNode, 'href' ) );
inputs.openInNewTab.prop( 'checked', '_blank' === editor.dom.getAttrib( linkNode, 'target' ) );
// Set rel="nofollow" (mod)
if ( "nofollow" == editor.dom.getAttrib(linkNode, 'rel' ) ) {
inputs.relNofollow.prop('checked', true);
} else {
// if no follow is not on on THIS linkNode, show checkbox as unchecked
inputs.relNofollow.prop('checked', false);
}
inputs.submit.val( wpLinkL10n.update );
} else {
text = editor.selection.getContent({ format: 'text' });
this.setDefaultValues();
}
if ( onlyText ) {
inputs.text.val( text || '' );
inputs.wrap.addClass( 'has-text-field' );
} else {
inputs.text.val( '' );
inputs.wrap.removeClass( 'has-text-field' );
}
},
Seems to work on my end in the classic editor.
]]>As others have said – It is a little funky. After you do one or two links on a page, when you go to the next link and click edit – then click link options, the Add rel=”nofollow” to link is already checked but if you cancel out of the window, and checked the page, that link would NOT really be a nofollow link. If you click “add link” (which is weird – should be update) then check the page, you will see that the link does become a nofollow link. Then sometimes, if you take a break and then come back to that page and go on to another link to edit, the Add rel=”nofollow” to link will not be checked! So there is some weirdness,funkiness and inconsistencies! Also, the search box (below) is a little cutoff as other have said. Sure would be nice if this plugin worked correctly. Is the developer active?
]]>Hello;
This plugin does not work as advertised, when you edit a link to add nofollow tag, what shows is ADD LINK instead UPDATE.
please check it
]]>Seems like the plugin has added the rel=”nofollow” to every single external link on my website?
I have removed and deleted the plugin, but the nofollow link still remains?
Please resolve…thx
]]>Hi,
The plugin is not compatible with Gutenberg.
Do you have any plan to fix it?
Hi,
I just tested out the Gutenberg plugin and Ultimate Nofollow, and it seems that it’s not working with the new link editor in Gutenberg.
Will you be making it compatible with Gutenberg soon?
Thanks!
]]>It does not matter what plugin i use i can not the pages url to nofollow. they are still all external links.
Any advice please i am using beaver builder
]]>Hi.
I have a page with 4 links. (one external, 3 internal)
I click edit the external link and select the option nofollow.
Then when I click edit on the next link its also set on nofollow, even though I want the other internal links on nofollow. When setting it on nofollow, also the external links gets set on nofollow.
Any idea?
]]>Once the plugin is activated, the search box is partially hidden.
]]>hello. and thanks for this plugin
i have a page with 2 links
i click edit and select the option nofollow
then when i click edit on the next link and the nofollow checkbox is already checked, even if the html shows it is not nofollow
thanks
I have recently switched to this plugin from another nofollow plugin. But observing it’s very difficult to work with keyboard shortcuts with this plugin. If I select the text and press CTRL+K the link window appears normally. But the issue is that the link input box is not selected by default. I have to manually click on the link input box for typing the URL. It is not user-friendly to switch between mouse and keyboard so frequently as my blogs are having plenty of internal links. If I switch to the old plugin the issue resolves.
]]>Hi,
I’ve tried many nofollow plugins in the repository and they all seem to have same issues.
One that is present on all of them is that it adds a _wp_link_placeholder
instead of link.
This happens when you paste a link https://example.com
and then select it and click the ‘insert/edit link’ button. The URL is not https://example.com
, but it’s _wp_link_placeholder
. Can we have it populate the URL with the selected link, like WP normally does?
Also, why is the wp-link-text-field
filed hidden when using this plugin?
And the ‘Cancel’ button doesn’t work.
]]>Hi!
Plugin Elementor – Text widget (edit link) – not checkbox “Nofollow”.
]]>When enabled, search box is partly hidden, as seen in this photo: Image of link options
Is there a way to fix that?
]]>Hi,
unfortunately the plugin is not working with WP 4.7.4. Tested it on several sites. With activated nofollow plugin i can’t create hyperlinks.
With deactivated plugin everything works fine.
Please update the plugin.
Kind regards,
salcin
]]>Hi there,
I have just tried to add a nofollow link to one of my post and when I double checked if it kept the nofollow option, it wasn’t there. I have tried on different browsers and it doesn’t work. I have checked previous posts and it has deleted the selection.
Will this work again?
Thanks!
]]>hi there,
i’m looking for a way to do the above, does your plugin allow bulk editing of links at all?
thanks,
Jason