Some Link Fields duplicated in pdb_single
-
I have a pdb_single shortcode with three Link Fields. Two of them are getting mysteriously duplicated, so two links appear side by side with no space between them. Any thoughts about what might cause this or how I might cure it? When I do a View Source in the browser, this is the code for those portions of the file:
<p><span style="font-size: 14px; font-weight: bold"> Website or Blog: </span> <span style="font-size: 14px";> <a href="https://www.smith.com" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.Smith.com', 'Smith.com');" >Smith.com</a><a href=""></a> </span></p> <p><span style="font-size: 14px; font-weight: bold"> Social Media: </span> <span style="font-size: 14px";> <a href="https://www.facebook.com/michael.smith" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.facebook.com/michael.smith', 'fb');" >fb</a><a href="https://www.facebook.com/michael.smith" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.facebook.com/michael.smith', 'fb');" >fb</a><a href=""></a> </span></p> <p><span style="font-size: 14px; font-weight: bold"> Additional Website, Blog or Social Media: </span> <span style="font-size: 14px";> <a href="https://www.connectionpracticecoach.com" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.connectionpracticecoach.com', 'coaching site');" >coaching site</a><a href="https://www.connectionpracticecoach.com" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.connectionpracticecoach.com', 'coaching site');" >coaching site</a><a href=""></a> </span></p>
The first link is not appearing as doubled, the next two are. It’s also interesting that there are “empty” links inserted for reasons I don’t understand:
<a href=""></a>
The shortcode looks like this:
[pdb_single fields="first_name, last_name, certification, city, state, country, email, website, social_media, additional_website_blog_or_social_media, phone, photo, more_information"]
The ones being duplicated are social_media and additional_website_blog_or_social_media
- The topic ‘Some Link Fields duplicated in pdb_single’ is closed to new replies.