Hello @alexbyby,
Thank you for reporting the issue and for the updated CSS script. Our designing team will analyze the issue and review it for possible inclusion in a future release.
Let us know if you have any other questions.
SCREENSHOT LINK
http://www.apdigital.it/eventprime-event-calendar-management.jpg
—————————————————————-
Link CSS
http://www.apdigital.it/em_public.zip
—————————————————————
INGLESE
Today February 18, 2022 the Plugin
eventprime-event-calendar-management
has been updated by the system
The reported CSS has improved a lot, despite everything a part of the code has escaped the programmers
I insert the usual screenshot to demonstrate the Before and After result
I am attaching a Readme File + Css modified with detail
I hope the changes useful to correct the Bug useful for viewing on smartphones are included
REGARDS
————————————————————————————
ITALIANO
Oggi 18 Febbraio 2022 il Plugin
eventprime-event-calendar-management
è stato aggiornato dal sistema
Il CSS segnalato è migliorato molto, malgrado tutto una parte di codice è sfuggita ai programmatori
Inserisco il solito Screenshot per dimostrare il risultato Prima e Dopo
Allego un File Leggimi + Css modificato con dettaglio
Spero vengano inserite le modifiche utili per correggere il Bug utili alla visualizzazione su smartphone
SALUTI
————————————————————————————-
Read me
Since the last update you sent on February 18, 2022
I have limited myself to updating these lines only
Dall'ultimo aggiornamento da voi inviato del 18 Febbraio 2022
Mi sono limitato ad aggiornare solamente le presenti Righe
--------------------------------------------------------------
Plugin
eventprime-event-calendar-management
-------------------------------------
The piece of code to fix is this
Il pezzo di codice da correggere è questo
-----------------------------------------
TD DAY
#em_calendar .fc-row .fc-content-skeleton .fc-day-number {
position: relative;
z-index: 9;
width: 42px; <<<<<<<<<
height: auto; <<<<<<<<<
}
-----------------------------------------------------------
Days of the week titles
#em_calendar .fc-view-container .fc-head .fc-head-container table tr th.fc-day-header {
padding: 8px 0px;
border: 0px;
width: 44px; <<<<<<<<<
}
Hello @alexbyby,
Thank you for the files. Our team is working on the issues and we will fix these in our future updates.
Today February 23, 20220 I received the update of the Plugin in question again
Here we go all piled up on the cell phone
I have provided the solution I do not understand why the Team does not insert it
I have included a lot of screenshots made with the phone
It is a 100% functional modification. Responsive why is it not inserted?
It is not possible to update the custom css every time an update comes out.
In short, this Forum is used to take into consideration the tests of users / customers yes or no?
Thanks for what you do. I apologize for the outburst.
A hug from Italy to the whole Team
Hello @alexbyby,
Our team is working on this issue. We analyzed your code and found that the custom CSS provided by you works only for a specific theme. While we check this with other themes it shows the issues that is why we did not include this. Our team is working on the issues to fix this globally not with a specific theme.
We do not recommend file customization, as the changes wipe out with each update of the plugin. You may put the custom CSS from “EventPrime >> Global Settings >> Custom CSS”, so the CSS will not wipe out with plugin update.
Let us know if you have any other questions.
Thank you for the valuable information you have given me to you and the whole team, I apologize again I did not want to be presumptuous or insistent.
YOU ARE A VERY STRONG TEAM
Considering ipad tablet I come to this solution
———————————————–
#em_calendar .fc-row .fc-content-skeleton .fc-day-number {
position: relative;
z-index: 9;
width: 42px;
min-height:90px;
}
———————————————————–
Days of the week titles
#em_calendar .fc-view-container .fc-head .fc-head-container table tr th.fc-day-header {
padding: 8px 0px;
border: 0px;
width: 44px;
height:auto;
}
———————————————————–
main.min.css
.fc table {
width: 100%;
box-sizing: border-box;
table-layout: fixed;
border-collapse: collapse;
border-spacing: 0;
font-size: 1em;
height: 70%;
}
———————————————————–
@media screen and (min-width:408px) and (max-width:800px) {#em_calendar .fc-row .fc-content-skeleton .fc-day-number {width:52px}#em_calendar .fc-view-container .fc-head .fc-head-container table tr th.fc-day-header {width:58px}`