We are using OriginalTheme by RedefinedWiki for our Confluence.
Today I've started to evaluate Team Calendars.
We can't see a toolbar of the Month view on our desktop view:
As you can see, a file batch.css is adding a style that hides the toolbar. On the preview of the panel it does appear fine.
How can this be fixed? Is this set in some Team Calenders dialog?
Thanks.
Hi,
That CSS line is actually added by the Team Calendar plugin.It's used to style the dashboard calendar functionality (Listing of your upcoming events). So when we(RefinedWiki) allow macros on the dashboard there is a conflict between the Calendar dashboard functionality and Calendar macro functionality.
Her is a fix. Please go to Confleunce admin > Look and feel > Stylesheet and add this code:
.plugin-calendar-container.page div.plugin-calendar .calendar-toolbar { display:block; }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To also make the month/year visible add this to Confleunce admin > Look and feel > Stylesheet:
div.plugin-calendar .date-display, div.plugin-calendar .right-controls, div.plugin-calendar .calendar-toolbar { display:block; }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Max, there are chances that the RedefinedWiki theme may be behind the toolbar being hidden. Would it be possible to disable that one an check if the issue persists? You can do that under Confluence Admin > Manage Add Ons and select the component from that plugin to disable. If the issue goes away after that, you may like to contact RedefinedWiki team.
Please post your findings to this thread.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We've done so much custom setup on our OriginalTheme that I am afraid to disable it not to loose anything, since I've never read that it's safe settings wise. I will try though. Thanks.
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.