Hi All,
I am receiving the following validation code error on all lightbox's on Woocommerce Shop Pages:
ERROR CODE GENERATED
Error Line 449, Column 352: Bad value lightbox for attribute rel on element a: Keyword lightbox is not registered.
…04/verrazano-bridge-shore-road-park-bench.jpg'>Enlarge Photo</div></div>
Syntax of link type valid for and <area>:
A whitespace-separated list of link types listed as allowed on and <area> in the HTML specification or listed as an allowed on and <area> on the Microformats wiki without duplicate keywords in the list. You can register link types on the Microformats wiki yourself.
WOOCOMMERCE CONFIG.PHP CODE SNIPPET GENERATING THE ERROR
echo $link;
$large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id(get_the_ID()), 'full' );
echo "".__('Enlarge Photo','avia_framework')."";
It appears the > is generating an error and if I remove it the page does not load properly. Any ideas on how to resolve the issue?
Thanks again for all your help.
Regards Joe














