Hello,
1. Yes it is intended behavior of the calendar to be responsive like that so that it can work on other screen sizes nicely. To fix you would just want the container around the calendar to be a certain width to avoid the responsive view being shown.
2. This sometimes is caused if you have no events to be able to page to. Do you have events in the future/past?
I would recommend going through this also in case there is a conflict somewhere:
https://docs.simplecalendar.io/troubleshooting-theme-plugin-widget-conflicts/
Thank for quick reply Nick!
2. probably it was a glitch or something – so no issues with arrows
but
as for number 1 – what I’m thinking is that the “flexible” approach is reversed.
– At the moment calendar opens in “small” view – which is the one with dots.
– If i resize the window (i drag it an i will make it smaller) the “big” view – where you can see all events – is being loaded
Flexible / responsive design should work from bigger to smaller (when the window is small) not from smaller to bigger (when the window is small)? Is there a way to change that? Im happy with any individual patch that i can implement even by myself.
ps. you have mentioned container – how to do it? and if i place it in “fixed” container e.g. 800x1000px would it mean that the calendar won’t resize anymore and it will stick out if the window is e.g. 1024×1024?
Thank
That is how the calendar works. It should be starting out bigger and then turn into the calendar with the dots as it gets smaller. If the container is bigger and is also flexible on resize then the calendar will flex according to the container size.
I hope that make sense.
Hi Nick,
Agree this is how it should work: “It should be starting out bigger and then turn into the calendar with the dots as it gets smaller.”
Unfortunately this is not the case. It opens in full desktop 100% width size AS DOTTED. Onced i touched the browser and move the screen size even by 1px, suddently the calendar POP as “bigger” version with dots being extended to full description. And if i keep resizing … it goes into DOTTED again at 470px.
I did not change any css settings. Its just simply activation and using shorcode on a page.
Thanks
It sounds like your page is starting out as a small container and then loading the content afterwards to grow to the right size. Sort of like how a lightbox works. Is that possibly what is happening?