Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #438465

    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

    #439199

    Hey George!

    Thank you for reporting, i’ll let Kriesi know.

    Regards,
    Josue

    #439583

    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

    #439841

    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

    #440573

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Table & SideBar Schema Errors – Please Check’ is closed to new replies.