This is a great plugin!
I have a repeater field, however when I select the link no matter which field I am in, it only updates the first occurrence of the link field.
Please advise!
Thanks!
Erin
]]>I’m thinking some of the changes to the way links are handled broke this.
Issues:
– Can’t open the ‘edit link’ dialog
– Duplicate ‘add link’ buttons
– Duplicate link previews
Screenshot:
]]>
I have just installed v1.1.6 of the plugin but when I try to use it I have no option “link” showing in the dropdown of field types options.
acf ver 4.4.11
Hi,
A colleague of mine built a site and used this plugin, I have been performing some routine maintenance on the site and updated your plugin to the latest version and I get the following error: Fatal error: Class ‘ACA_ACF_Field’ not found in /home/ssebusinessen/public_html/wp-content/plugins/acf-link/src/Support/AdminColumns/FieldLink.php on line 8 this appears until I deactivate the plugin, this is urgen as it’s on a clients live site, also tried rolling back to previous version but it doesn’t seem to want to do that either.
I’m using the latest V of WordPress and ACF PRO V 5.5.14
Thank you
]]>Hi Corey,
first, thanks für coding this very usefull ACF-Option! I realy need it!
Unfortunatly it doesn’t work.
Instead of displaying the linked Link-Text, i see only the word “Array”.
Could you please help me? ??
Big Thx!
]]>Hi, i’m getting an error when I test my page out with the plugin.
“Notice: Array to string conversion in..”
This is my code. I’m using a repeater field. $relatedLink is the acf that I’m using for the page link.
<?php if(have_rows('related_content')) : while(have_rows('related_content')) : the_row();
$relatedTitle = get_sub_field('related_title');
$relatedLink = get_sub_field('related_link');
?>
<a href="<?php echo $relatedLink; ?>" class="fs-leader-related__block">Image</a>
<?php endwhile; endif; ?>
Thanks
Can you make it not output an array if the field is empty? Just so I can just use:
get_sub_field('link')
Thanks!
]]>Thank you but it doesnt look good:
https://www.dropbox.com/s/vr36viknq33aodj/Screenshot%202016-08-25%2019.12.53.png?dl=0
Hello there, very nice plugin. I am having an issue where, regardless of target selection(same or new window), the link opens in a new window. Both internal and external links perform this way. Looking at the page source, the element renders with ‘target=”0″‘ or ‘target=”1″‘. Not sure if that has anything to do with it.
Any assistance would be greatly appreciated Thanks!
]]>What if i select a local page? do you also store the id (if it exists) in the array?
]]>When linking to existing content, the link “title” field stays blank unless I manually enter something in, whereas native WordPress link auto-populates the title field with title of selected page.
]]>Getting this error when trying to activate the plugin:
Parse error: syntax error, unexpected '[' in /Users/KF/wp/wp-content/plugins/acf-link/src/AcfFieldLink.php on line 20
Plug-in v.1.1.3
WordPress v.4.5.2
Is it possible to retain the link when editing the selection?
]]>When I try to use this on an Options page, I get an error “wpLink is undefined” in the console. Could you please look in to resolving that?
]]>Hi,
Im using this plugin, combined with https://www.ads-software.com/plugins/better-internal-link-search/ to provide the users the ability to add links to a CPT. It always worked well for me but since the last update (1.1.0), the plugin stopped working.
When I try to add/change a link and press “Add Link” nothing happens. Im not getting any error in the php_error.log, but I do get an error in javascript console:
https://www.dropbox.com/s/pv1jw0xkt0kj8oa/Screenshot%202015-12-07%2012.58.11.png?dl=0
Not sure what its causing it. I just know that version 1.0.2, which I am now running, works without any problem. Is there any info I can provide that might help to identify what’s causing the issues?
]]>Any chance this can be used to pick taxonomies, such as categories?
Thanks.
]]>