Hi Founders,
I don't want ANY of this.
If I want to edit a website I will use WordPress.
When doing Wiki I want the OLD editing experience.
I do NOT want fixed-width tables, which require me to spend effort on layout.
I do want the old data-width tables, so I can just CREATE the 1x1 table, paste the data I had prepared in Excel, and save the page.
The new experience is shit for Wiki users. Please immediately revert Confluence Cloud instances, and then provide the option to exploit new/old experiences. Or, even better, just remove the "new" experience altogether.
Same site, different pages, same content pasted from exactly the same Excel workbook.
How can I get tables to look like the bottom one (auto_suppliers) when working with the "New" Editor Experience (auto_suppliers_fullwidth)?
Is it time for a new Wiki?
I'm hugely unimpressed.
Kind regards, Robin.
Hello,
EDITED 2/2/2021 (since this seems to be still unclear):
Let me try to summarize what's been already written to everyone else asking the same question in here:
For more details, please see: How we roll out the new editor in Confluence
I hope this helps.
Browse to Confluence Admin | Look & Feel | Custom HTML
Paste into At the end of the HEAD:
<script>
AJS.toInit(function(){
if (AJS.params.remoteUser == ''){
AJS.$('#header').hide();
}
});
</script>
Thanks :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, sorry - you can't edit HTML in OnDemand :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
how about footer? doing the same seems to leave a white bar at the bottom
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are there plans to add either an HTML editor or an option to hide it in the OnDemand version?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it possible to do this for just one space?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When I browse to Browse > Space Admin. In Look and Feel, I see only these options: Themes Colour Scheme PDF Layout PDF Stylesheet Change Space Logo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yea I can't hide it as well, I want to be my documentation public and don't need top nav bar.Why it's so hard to hide it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A similar style hack can be done for Confluence for Cloud. This solution uses the CSS Style macro. The only problem is that it will hide the nav bar for all users, so you have to learn to use the keyboard shortcuts if you have write permissions
Go to Space Tools | Look and Feel | Sidebar, header and footer
Paste in one of those (I tested on header)
{style}
#header {
display:none !important;
}
{style}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you found a way to complete this on Confluence for Cloud per User Group or even anonymous?
Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.