• jeroenroelofsen

    (@jeroenroelofsen)


    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?

    https://ww.wp.xz.cn/plugins/wp-fullcalendar/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    just to narrow down the problem and help us debug the issue is it possible to try the following temporarily:

    – deactivating all other plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
    – switching to the default theme to rule out any theme-specific problems

    Thread Starter jeroenroelofsen

    (@jeroenroelofsen)

    Thank you angelo

    I’ve tried both suggestions, although none of them worked.

    I realy wonder if it would work in my case at all.

    If I put the div in my page, nothing is displayed at all
    <div id='calendar'></div>

    So I call the calendar with the shortcode
    [fullcalendar type="post"]

    The calendar is displayed, but not with the options I stated in my header file

    Thread Starter jeroenroelofsen

    (@jeroenroelofsen)

    Strange thing is that the stuff in the calendar itself is displayed in dutch (nl), also the month name. Butt the buttons are not affected. Neither for language nor for options.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    I see what you mean now, you can share translation using this link – http://translate.netweblogic.com/projects/wp-fullcalendar

    Thread Starter jeroenroelofsen

    (@jeroenroelofsen)

    @angelo
    Does this mean that those buttons are not translated yet?

    Thread Starter jeroenroelofsen

    (@jeroenroelofsen)

    Although, it’s not only a translation thing. Also the settings are not used, that has nothing to do with translation.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘settings not used’ is closed to new replies.