agendaDay – display

This topic contains 6 replies, has 2 voices, and was last updated by  Rachel Druskin 10 years, 1 month ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #14740

    hi,
    1. is there a way to hide the header table? (only on agendaDay )
    2. is there a way to format the date that appear in fc-agenda-days header?
    it currently display “day of the week, m/d –> i want it to display in the following format dd/MM/yyyy

    thanks!
    Heli

    Rachel Druskin
    #14748

    1. There’s no option but can add the following to your theme to hide it:

    .fc-agenda-days thead{
         visibility: hidden;
    }
    

    This might work better if disable the all-day part: alldayslot=false

    2. Yes, using the titleformatday attribute (see the shortcode’s documentation page)

    Stephen Harris
    #14749

    Time formats always use php format. So to get 27/01/2015 you would put d/m/Y

    Stephen Harris
    #14763

    hi Stephen,
    i want to hide the whole part of the headerLeft, headerCenter, headerRight.
    i see that both the month calendar and the daily agenda use the same css classes – so i cannot
    distinct the visibility part for the agenda…

    as for the date format – thanks! i’ll update it accordingly.

    thanks!
    Heli

    Rachel Druskin
    #14765

    hi Stephen,
    another question – is there a way to merge headerLeft and headerCenter?

    thanks!

    Rachel Druskin
    #14781

    Hi Rachel,

    Unfortunately it’s not possible to merge the headerLeft and headerCenter, but you if you wanted to hide the header you can do the following:

     [eo_fullcalendar headerLeft="" headerRight=""]
    
    Stephen Harris
    #14832

    thanks!

    Rachel Druskin
Viewing 7 posts - 1 through 7 (of 7 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.