bryanvandy
Forum Replies Created
-
Forum: Plugins
In reply to: [Breadcrumb NavXT] Missing field “id” in Breadcrumbs on Google Search ConsoleThank you! That is correct, I have been using the plugin for a while. How can I update the settings to use the corrected ones? I tried to uninstall and reinstall the plugin and it doesn’t look like it changed the template or schema tags at all.
Forum: Plugins
In reply to: [Breadcrumb NavXT] Missing field “id” in Breadcrumbs on Google Search ConsoleI am still having issues with the pages being validated but this should add the missing tags Search Console is complaining about:
Settings > Breadcrumb NavXT Settings
Check “Link Current Item” ( I am not sure if this is required or you can add the tags around an unlinked item )Paste this into the “Home Template” field:
<span itemprop=”itemListElement” typeof=”ListItem”><span itemprop=”name” class=”%type%”><i class=”far fa-home”></i><span class=”accessible-hide”> Return home</span></span><meta property=”position” content=”%position%”></span>Go to the “Post Types” tab.
Paste this into the “Page Template” field:
<span itemprop=”itemListElement” typeof=”ListItem”><span itemprop=”name”>%htitle%</span><meta property=”position” content=”%position%”></span>With this I was able to start a manual “Validate Fix” process for the errors Either “name” or “item.name” should be specified and Missing field “item”. The Validate Fix for Missing field “itemListElement” fails when I try it, but the source code on the live site includes the schema tag and the one in search console doesn’t so that might just have to wait for Google to crawl the page again.
Forum: Fixing WordPress
In reply to: Unable to upload *.vcf files. WP Core Versions 4.9.9 – 5.0.3I am having the same issue, I attempted to use a plugin https://www.ads-software.com/plugins/enable-vcard-upload/ as well as to include the code above in functions.php and there is no difference.
I am having this issue in WP 5.0.3 and 4.9.9
Forum: Fixing WordPress
In reply to: Allow Upload .vcf in WordPress 5.0.3I am having the same issue, that plugin does not appear to work on the latest version of WordPress, nor does modifying the functions.php file with the standard code for this you can find throughout the net.
Also having the same issue on an install version 4.9.9
- This reply was modified 5 years, 10 months ago by bryanvandy.