Calendar

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
tjagreene
Forum Members
Forum Members
Posts: 14
Joined: Thu Jan 22, 2015 10:09 pm

Calendar

Post by tjagreene »

We have installed CGCalendar 2.1.4.2 under CMS 2.1.5 using Simplex and Simplex Navigation menu templates. Everything displays correctly except for one wrinkle - the calendar displays at the bottom of the screen. The top left edge of the Calendar aligns with the bottom right corner of the News article display in the sidebar menu.

Have not been able to find the code that controls the spacing - if that's the problem.

Any suggestions would be appreciated.
Tom
User avatar
paulbaker
Dev Team Member
Dev Team Member
Posts: 1465
Joined: Sat Apr 18, 2009 10:09 pm
Contact:

Re: Calendar

Post by paulbaker »

Sounds like a possible float issue with the CSS, unlikely to be able to help without a link to the page.
To copy System Information to the forum:
https://docs.cmsmadesimple.org/troubles ... nformation

CMS Made Simple Geekmoots attended:
Nottingham, UK 2012 | Ghent, Belgium 2015 | Leicester, UK 2016
tjagreene
Forum Members
Forum Members
Posts: 14
Joined: Thu Jan 22, 2015 10:09 pm

Re: Calendar

Post by tjagreene »

That was a little slow of me. Here is a link to the page.

http://manotickwebart.ca/index.php?page=calendar

Thanks fro the quick reply.

Tom
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: Calendar

Post by velden »

Not relevant but annoying :-) (note the curly bracket in the end)

Code: Select all

<div id="fullcalendar"></div>}
Test this in your CSS

Code: Select all

.fc-toolbar > .fc-clear {
	clear: none;
}
tjagreene
Forum Members
Forum Members
Posts: 14
Joined: Thu Jan 22, 2015 10:09 pm

Re: Calendar

Post by tjagreene »

Hi Velden,
I presume when I edit the fullcalendar.css I replace the full code block for the Toolbar and leave just one line

.fc-toolbar > .fc-clear {
clear: none;
}

Like to know before I do it.

Tom
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: Calendar

Post by velden »

No, just add it.
Locked

Return to “Modules/Add-Ons”