"HTML Included in the <head> tag" not working
Hi,
I installed a fresh website using Sitefinity Q1SP1.
I created a few pages, added two <meta> tag using the interface "HTML Included in the <head> tag".
I saved the page.
The added "<meta>" aren't displayed in the final page's code.
Is it a known bug, or am I doing something wrong?
Thank you,
F
Hi F,
We apologize for the inconvenience caused. This is a bug we will be working to fix for future releases.Currently you can add keywords, description in meta tags. You can add additioal meta tags if you are using template based on a master page or if you want to add them to specific modules refer to this forum.
Best wishes,
Stanislav Velikov
the Telerik team
Hi,
I am also agree with this "HTML Included in the <head> tag" is not working. This is a bug in sitefinity 4.1 version.
Regards,
Sandeep Gupta
IDS Logic
This bug is not only in Sitefinity 4.1 but in 4.0 too.
Regards,
Newton
Hello Newton,
The bug is resolved and it will be included in the upcoming SP2 that should be available next week. For details please take a look at PITS.
We apologize for the inconvenience.
Best wishes,
Stanislav Velikov
the Telerik team
Telerik Support,
This is still not working as of version 4.2.1650.0, which I believe is the latest publicly available code. I am trying to add some conditional css for IE7 and it's not displaying. Nothing I add shows up, so I know this isn't a bug in my script. When will the fix for this issue make it to the public release?
Mark
Hi Mark,
I have added
<
script
type
=
"text/javascript"
src
=
"http://localhost/build1339_41/New.js"
></
script
>
<
style
>
body
background-image:url(http://localhost/b1098testagain/images/default-album/2011/05/19/space01.jpg);
</
style
>
Stanislav,
This code snippet does not work
<!--[if IE 7]>
<link rel="stylesheet" href="/Sitefinity/WebsiteTemplates/TemplateName/Name/App_Themes/Default/Global/css/myCSS_IE7.css" type="text/css" />
<![endif]-->
I've also tried
<!--[if IE 7]>
<link rel="stylesheet" href="~App_Data/Sitefinity/WebsiteTemplates/TemplateName/App_Themes/Default/Global/css/myCSS_IE7.css" type="text/css" />
<![endif]-->
Also, I noticed in your example paths, you use the absolute path to the file. I am trying to use the root relative path to avoid having to change my page once we roll from staging to production. This alternate css file is never loaded. What path will work?
Thanks.
Mark
Hi Mark,
The conditional statements for IE 7 work at my end. For the path to the css file you can certainly use relative paths just avoid starting them with "/" a sample path is href=" Folder/My.css".
Regards,
Stanislav Velikov
the Telerik team