1) From admin settings – you have to change the “Number of months to display” as 12, then only it will display the navigation buttons
2) Also this css need to removed:
.owac-prev:hover, .owac-prev:focus, .owac-prev:active, .owac-prev:visited, .owac-prev:focus-within, .owac-next:hover, .owac-next:focus, .owac-next:active, .owac-next:visited, .owac-next:focus-within {
position: absolute;
top: 0px !important;
border: none;
}
Hi, thanks a lot. I really appreciate your help.
The navigations buttons are now visible, but something strange is happening. Both arrows are vertically centered but on hover the one in question (e g. “next”) is flickering and when you click it, it jumps to the top and the navigation works. The other arrow (“prev”) stays centered. If you hover this one, it starts flickering and when you click it, it repeats the behavior as described before. The “next”buuton then jumps back to its original start position. Why is that and how can it be fixed?
https://trullo-puglia.com/dev-trullo/verfugbarkeit/
Thanks again.
Cheers, Oliver.
@ollidenia
It seems you didn’t removed the CSS I mentioned in the point 2
Hi, thanks for the reply. But I did insert the CSS from point 2, so I guess the issue is somewhere else. Any idea?
Thanks, Oliver.
@ollidenia
Sorry, i didnot understand your reply, when we checking your site, we can see the css I pointed is inserted somewhere, if you removed that additional css, then it will work.
Sorry, I didn´t express myself clearly. But I think I have found the answer to the “jumping/flickering” of the arrows.
.owac-prev and .owac-next had other “top” values and the :hover status. I have put both to 50% and the problem seems to besolved. GREAT
.owac-prev:hover, .owac-prev:focus, .owac-prev:active, .owac-prev:visited, .owac-prev:focus-within, .owac-next:hover, .owac-next:focus, .owac-next:active, .owac-next:visited, .owac-next:focus-within {
position: absolute;
top: 50% !important;
border: none;
}
.owac-prev, .owac-next {
top: 50%;
}
Du you think that is a good solution?
Thanks.
@ollidenia
If you are trying to get the navigation at top of the calendar, then that css seems ok.
Hello,
Once again thanks for your fantastic support.
I have one more question.
The German month MÄRZ (March) is written with the mutated vowel “Ä”, but I only see a question mark instead (M?RZ). How can I fix that?
https://trullo-puglia.com/dev-trullo/verfugbarkeit/
Thanks again.
Kind regards, Oliver.
@ollidenia
Please update the latest version of plugin – it will get solved.
Thanks a lot. Problem solved! 🙂
Is there a way to translate the calendar data (weekdays, month) into Italian?
Thanks again. Kind regards.
@ollidenia
New release updated – once updated please change language from admin side
Once again, thank you very mucho. That is of big help, but I am afraid, that I have have another question. As the website will be multilingual, I would need to know how to incorporate the three different languages (German, English, Italian) into its respective sites. I have WPML installed.
Have a nice weekend!
Thanks, Oliver.
Hello, I was hoping to receive feedback on my question from last week. Could you please help. That would be much appreciated.
Thanks a lot. Oliver.
@ollidenia
Unfortunately this plugin not support WPML plugin, it needed customization for that.
That bad news for me. Could you reveal how the “needed customization” would look like? How much would cost?
Thanks!