35 minutes ago, Josediecinueve said:https://joyasyrelojesonline.com/
Thank you
I think you have a simple syntax error. check copied code near
{if !empty($breadcrumbs)} {foreach from=$breadcrumbs item=breadcrumb name=crumbs} <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> {if !empty($breadcrumb.url)} <a href="{$breadcrumb.url}" itemprop="item" title="{$breadcrumb.title}"> <span itemprop="name">{$breadcrumb.title}</span> </a> {else} <span itemprop="name">{$breadcrumb.title}</span> {/if} <meta itemprop="position" content="{($smarty.foreach.crumbs.iteration|intval + 1)}" /> </li> {/foreach} {/if}
search by "data-gg=". I see old code fragments.
Better is just replace your file with attached file from this topic.
DO NOT FORGET to clean smarty cache after this manipulations.