Hello everyone, I have updated from version 8.5.18 to 9.2.1 and now the navigation is different and the color of the home page is different, has anything been adjusted or is this an error when updating with us?
This means that the navigation bar has become much wider and the bar on the start page is white. On the subpages, however, the bar is red as desired but still too wide.
maybe someone else had this “problem” after the update or, as I said, it's just us. Would be glad for some answers if you have already updated to version 9.2.1.
Thanks and best regards, Vera
@Fabio Racobaldo _Herzum_ i think it's the same problem as here
http://community.atlassian.com/forums/Confluence-questions/Custom-HTML-doesn-t-work-with-9-2-1/qaq-p/2960485
the custom html doen't work, do you know how to solve this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Fabio Racobaldo _Herzum_ Hope this helps.. i replaced the URL to confluence.xxx.ch but the rest is like we habe it in the custom HTML
<script>
jQuery(document).ready(function() {
jQuery(".wiki-content a").attr("target", "_blank");
});
$(document).ready(function () {
console.log(1);
url = window.location.href;
if(url.indexOf("/EK") > -1 || url.indexOf("spaceKey%3DEK") > -1 || url.indexOf("spaceKey=EK") > -1) {
url = url.replace('confluence.xxx.ch', 'confluence.xxx.ch');
window.location.replace(url);
}
});
</script>
<!--
<div style="background-color: red; color:white; padding: 10px; text-align: center;">
</div>
-->
<!-- Customization for public confluence pages -->
<script type="text/javascript">
AJS.toInit(function(){
// remove elements for anonymous users
if (AJS.params.remoteUser == ''){
AJS.$('.aui-header-before').hide(); // remove burger menu (no need to access jira ect.)
AJS.$('#space-menu-link').hide(); // remove spaces menu
AJS.$('#search-ui').hide(); // remove search text box (search is available on the product main pages
AJS.$('#help-menu-link').hide(); // remove help menu (no help should be needed for public users
}
});
</script>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Vera_wyss ,
the html provided seems to not change navigation bars so it is not there your issue. Do you have some external app?
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your answer.
No, I don't have an external app. On Confluence Live, where we have not yet updated and still have version 8.5.18, everything works flawlessly. Confluence Test with version 9.2.1 suddenly no longer works..
Vera
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Vera_wyss ,
in your test envrionment try to apply incrementally each single piece of your HTML in order to understand what is causing issue. BTW, based on provided code, it seems not be the cause of your issue.
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
None of the code works. The whole custom HTML does not work even if I only have a single block in it. I think there are several errors. The colors on the pages and the fonts are also no longer correct or are different and these are not determined in the Custom HTML.
Vera
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Vera_wyss ,
Confluence 9 introduced dark theme feature ( https://confluence.atlassian.com/doc/confluence-9-0-release-notes-1387867170.html ). Each user can now choose theme (https://confluence.atlassian.com/doc/set-and-use-your-preferred-theme-1425051235.html)
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the answer, I'm aware of the dark theme, but our colors and start page or public pages are suddenly different. But it could also be that something went wrong on our side during the update.
Just in case someone has a different view, it could be from the change to 9.2.1.
We will do a rollback on Tuesday and then update again. If the problem still exists then we know that it is not our fault.
Best regards, Vera
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.