Greetings EventON Support Staff,
In regards to the FullCal plugin non functioning, I had overlooked that “Hide Calendars from Front End” was checked from the previous webmaster’s configuration. After unchecking this option, the FullCalendar shows up. Solved! You can see it by clicking the Month Grid View tab.
Two questions have arisen with regards to the FullCal plugin thus far:
/*FullCal Addon Styles*/
div.eventon_fc_days p.evo_fc_day.has_events {
background-color: rgba(156, 196, 182, 0.4); !important
}
Any suggestions?With appreciation in advance for any assistance that can be provided,
Feb 17,2017 AT 12:46PM - 4 years ago -if it doesn’t work in styles
try going to
myeventon>>>settings>>>write dynamic styles to header- turn this on
If that fails
try adding it to your theme css
https://heartwoodrefuge.org/eventon-test-full-cal/
calendar loads right and is not squished
If you are using VC the container that you put full cal in can play a part in the squish- please provide a direct link to the page that has the full calendar squished
Hi InfotainerDave,
It’s been a bit since I’ve been able to come back to refining the EventOn Addon, but thank you for answering the question in the interim! The CSS is actually working, for some reason it just wasn’t showing up in that browser session (despite refreshes and using incognito mode). However, the squish is still happening on the Retreat Calendar page. The calendar is contained within a shortcode generated tab framework. When the left or right button to change the month is clicked, the new calendar shows up unsquished.
Any ideas on how to have it load full width on initial load?
I believe the cause is similar to why it didn’t work on one of my own websites
you have the full cal in a tab layout I had that error in a step panel
I believe the cause is similar to why it didn’t work on one of my own websites
you have the full cal in a tab layout
so I have added the same css I used to fix my problem to your x theme custom css area and try it now!
If you have a moment, we would greatly appreciate if you could kindly leave us a review at codecanyon! from your account > downloads. Cheers!
This must be it! Thanks infotainerdave! I’ve rated the plugin on Codecanyon, thanks for the invitation to do so!
@media screen and (min-width: 768px) {
.evofc_month {
width: 800px !important;
}
.dspp_content {
clear: both;
padding: 10px;
}
.evcal_cblock .evo_date .start em, .evcal_cblock .evo_date .end em {
font-size: 18px;
}
}
you might want to add