settings not used
-
Hi
The plugin looks realy pretty.
Although with some setting up I have probblems
On my site (http://www.landmarks.nl/archief/) I included the calendar using [fullcalendar type=”post”]
In the header of this page I put some settings<link rel='stylesheet' href='fullcalendar/fullcalendar.css' /> <script src='lib/jquery.min.js'></script> <script src='lib/moment.min.js'></script> <script src='fullcalendar/fullcalendar.js'></script> <script src='fullcalendar/lang/nl.js'></script> <script> $(document).ready(function() { $('#calendar').fullCalendar({ left: 'title', center: '', right: 'today prev,next' }); }); </script>But whatever I try non of the settings are displayed.
Not the language, neither the settings for left, center and so on.Where does this go wrong?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘settings not used’ is closed to new replies.