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

    (@angelo_nwl)

    you can try something like this inside your theme header.php then inside html head tag

    <script type="text/javascript">
      jQuery(document).ready(function($){
         $('#wpfc-calendar').fullCalendar( 'gotoDate', 2013 , 3 );
      });
    </script>
    Thread Starter Airn9ne

    (@airn9ne)

    Thank you, but it does not work. I want just to change the height of the calendar

    Plugin Support angelo_nwl

    (@angelo_nwl)

    you can also try it under wp-fullcalendar/wp-fullcalendar.php at around lines 298 until 368

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

The topic ‘height problem’ is closed to new replies.