todordev / ITPMeta

It is a Joomla! extension that puts meta tags into the site code. The component provides a list with predefined and popular meta tags. There are Open Graph, Facebook, Google and other semantic tags.
http://itprism.com/free-joomla-extensions/others/open-graph-meta
Other
4 stars 4 forks source link

Custom meta Tags do fail #13

Open a2go-zz opened 7 years ago

a2go-zz commented 7 years ago

Zdravej Todor.

I tried today to use ITPMeta also for custom meta tags. As I understood it should work. Especially I tried to add the special google chrome meta tag (as global tag): <meta name="theme-color" content="#000000" /> But it failed. The webpage stop to boot and it's content looks like: <html> <head> <style type="text/css"> :root #content > #right > .dose > .dosesingle, :root #content > #center > .dose > .dosesingle { display: none !important; } </style> </head> <body> </body> </html>

Any ideas?