Nope, it was this plugin. I edited the src files in the AMP folder, specifically the template files. After recently updating, all the changes were overwritten.
This included change of logo, change of footer, missing social icons and numerous other changes.
-
This reply was modified 7 years, 10 months ago by TCninety.
SOLUTION:
Find this in the plugin code:
<a '.$rel_link.' href="'.get_permalink().'" '.$target_link.' >
<div class="yuzo-img-wrap '.$css_shine_effect1.'" style="/*width: '.$width.'px;height:'.$height.'px;*/">
Change to this (i.e. remove style tag):
<a '.$rel_link.' href="'.get_permalink().'" '.$target_link.' >
<div class="yuzo-img-wrap '.$css_shine_effect1.'">
Also experiencing this issue – is there a fix?