Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #213354

    I’m running events calendar on my site but I have a couple of problems on how the main calendar view displays on the site:

    1) The calendar view (moth or list) show the title bar above the calendar and just bellow the header. This would be fine if it weren’t because the title displayed corresponds to the last event created and not to the general calendar view. For example: I set 5 new events corresponding to 5 different dates. When I go to the calendar page they all show correctly on the date they are scheduled, but the title of the calendar page is the title I have given to the last event created, no matter what month I’m on or if that particular event is displayed on the calendar for that month. I can be looking at a month that does not contain that event but the name of that event still shows on the title bar.

    2) On the main navigation menu I have the text in white for the different menu items. When you hover it turns red and it is also red for the current page selected. The background is black. When I click on the calendar the text shows in a dark grey color rather that the red that should display for current menu page selected. As the background is black, the text is barely legible.

    I enclose an image of what I mean so you can see for yourself:

    https://drive.google.com/file/d/0B9EeARPNJNFyODNya2dNdEdQVTQ/edit?usp=sharing

    Thank you
    Tomeu

    #213682

    Hi Tomeu!

    The screenshot you posted can not be seen.

    Also, a link to your calendar page would be helpful.

    Cheers!
    Josue

    #213960
    This reply has been marked as private.
    #214066

    Hi Tomeu!

    You forgot the link to your website.

    Regards,
    Josue

    #214367
    This reply has been marked as private.
    #214371
    This reply has been marked as private.
    #214609

    Hey!

    Try adding this code to the Quick CSS:

    .events-single .title_container{
    display: none !important;
    }

    Cheers!
    Josue

    #214768
    This reply has been marked as private.
    #214930

    Hey!

    Try changing the code to this:

    .events-archive .title_container{ display: none !important; }
    

    Cheers!
    Josue

    #216464

    Hi Josue,

    This did the trick!! Thanks for you help.

    Cheers
    Tomeu

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Delete title bar on events calendar month view page’ is closed to new replies.