Hide empty Days in Calender List View

  • nico pusch
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 5 months ago #139047 by nico pusch
Hide empty Days in Calender List View was created by nico pusch
Hello,

how can i hide the empty Days in the list view from the calendar?

thanks and best greating
Nico
Attachments:

Please Log in or Create an account to join the conversation.

More
4 years 5 months ago #139050 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Hide empty Days in Calender List View
Hi Nico

Could you please send us link to the page? We will look at it to see if we can come up with a solution to hide these dates using css

Tuan
The following user(s) said Thank You: nico pusch

Please Log in or Create an account to join the conversation.

  • nico pusch
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 5 months ago #139061 by nico pusch

Please Log in or Create an account to join the conversation.

More
4 years 5 months ago #139075 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Hide empty Days in Calender List View
Hello Nico

For this, we will have to check settings directly on your site. Could you please submit a support ticket sending us super admin account of your site and link to the page so that we can check it?

Tuan

Please Log in or Create an account to join the conversation.

  • nico pusch
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 5 months ago #139248 by nico pusch
Replied by nico pusch on topic Hide empty Days in Calender List View
Here is the the solution:

write in your costum css the following code:

@media screen and (max-width:767px)
{body .eb-calendar li.hidden-phone{display:none;height:auto!important;border:1px solid #6F3;width:100%;box-sizing:border-box;padding:10px;margin-bottom:-1px}
.hidden-phone{background-color: #309; }


}

Please Log in or Create an account to join the conversation.

More
4 years 5 months ago #139250 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Hide empty Days in Calender List View
Thanks Nico for sharing the code. Actually, the hidden phone class should make the empty days on mobile already

I don't know why it is not working already, and that was the reason I asked for access (no need for that extra css code)

Anyway, it works well now, so I I guess you are OK with that approach. If you have any other questions or need assist, please don't hesitate to ask us

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc