Hello JoomShaper Support,
I would like to report a favicon-related issue in the shaper_rhino template on Joomla 5.
When selecting a favicon in the template settings, the stored value contains a Joomla Media fragment, for example:
images/favicon.png#joomlaImage://local-images/favicon.png?width=128&height=128
This value is rendered directly into the HTML <head>:
<link href="/images/favicon.png#joomlaImage://..." rel="icon">
Because search engines ignore URL fragments (#...), the favicon is not recognized by Google Search results.
Expected behavior:
The template should store or output only a clean path, e.g.:
images/favicon.png
or strip the #joomlaImage fragment before rendering.
Manually removing the fragment in the database fixes the issue, but it reappears after saving the template style.
This issue seems specific to shaper_rhino, as other JoomShaper templates on Joomla 5 handle favicons correctly.
Thank you for looking into this.
Best regards
Milan