• Resolved jusch99

    (@jusch99)


    I have found few bugs in the in your WordPress Plugin Availability Calendar.

    1. The category is not placed in the middle
    2. The date is not displayed in the calendar after a past appointment
    3. The Category is displayed incorrectly on the Smartphone

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author offshorewebmaster

    (@offshorewebmaster)

    @jusch99

    these issue are updated

    Thread Starter jusch99

    (@jusch99)

    The bugs from point 1 and 2 are unfortunately still there

    Plugin Author offshorewebmaster

    (@offshorewebmaster)

    @jusch99

    1) For this you have to write the CSS in your theme

    2) Past date we are showing as fade one, as it is not in use.

    Thread Starter jusch99

    (@jusch99)

    1) Ok thanks. What do I have to write in the css?
    2) Sorry I meen point 3 not 2. The category hangs over the edge at the top.

    Plugin Author offshorewebmaster

    (@offshorewebmaster)

    You can use these css in your child theme, it may solve your issue

    div.owac-calendar-container div.header div.event-calendar ul{
    	margin-left: 0px !important;
    }
    
    div.owac-calendar-container div.header div.event-calendar ul li{
    	width: 100% !important;
        display: block !important;
        text-align: center !important;
    }
    
    @media only screen and (max-width:900px){
    	div.owac-calendar-container {
    		padding: 30px 5px 35px !important;
    	}
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bugs on Calendar’ is closed to new replies.