Hello,
The Google Data Structure Tool (https://developers.google.com/structured-data/testing-tool/) CANNOT read the data included within the theme’s tables and in the sidebar. The same exact problem was recently fixed by Kriesi in the last updates for the SiteNavigationElement.
I use the table element a lot to display data and I need the data to be read by G. Could you please check and fix?
You can check the theme’s demo page (http://kriesi.at/themes/enfold/shortcodes/pricing-and-data-tables/) with the Google Data Structure Tool to see the warnings/erros that produces on the WPSideBar & Table.
Thank you,
George
Hey George!
Thank you for reporting, i’ll let Kriesi know.
Regards,
Josue
Hi Josue!
Is there a quick fix for it? At least for the table element for now since I use it in a lot of pages?
Thank you,
George
Hi!
A temporary workaround would be to disable the markup on table elements, you can do that by editing /enfold/config-templatebuilder/avia-shortcodes/table.php and replacing the iterations of:
$markup = avia_markup_helper(array('context' => 'table','echo'=>false, 'custom_markup'=>$meta['custom_markup']));
By:
$markup = "";
Regards,
Josue
Hi Josue,
Disabling the markup is not a solution, I need something similar to the fix that Kriesi did for the same issue on the Navigation element. Do you know what did he do to fix that same error?
Thank you,
George