Hi,
I am interested in purchasing the full calendar add-on but before doing so I want to make sure it has the functionality we are looking for. So I have some questions:
I am looking forward to hearing from you.
Thank you so much,
Anneli Molin-Skelton
Jan 17,2017 AT 5:11PM - 5 years ago -
Here is the official event on demo: http://demo.myeventon.com/full-cal/
Here is my own eventon demo (Sorry about the audio)
http://kidsmagicworld.com.au/thankyou/?page_id=6681
Let me answer your questions:
1: Yes you can have it start on any day of the week- It uses the settings of your wordpress site which you select in settings (There is a drop down field where you choose the week start day
2: The full event doesn’t appear inside the date box but as you can see in the demo 1 above if you mouse over you can set the event name to hover over the date box with mouse over
(I turned that feature off on the kids magic world demo)
3: see the kids magic world demo- click say the 13th Friday which has 2 events- the 2 event cards drop down (and the calendar moves down to focus on those events (which can be turned off) and then you can open each event card how you want to (dropdown, pop up, go to single events page)
4: Yes there are many color options to tweak , and you can add css to make things bigger or smaller if you want – we can help you with that if you don’t know much about CSS
I also know from using the regular plugin for a while, that I cannot have two events with the same title (name), then it cannot find them when I am looking for it. Even though they have different id numbers. Is there any way to have two events with the same name, title?
Thanks,
Anneli
Yes see here: http://kidsmagicworld.com.au/thankyou/?page_id=6681
all the events are called Birthday party click the 28th January
An easy way to find and edit events is to goto
myeventon>>>.settings>>>>>event top and the last option is to turn the front end edit button on- this puts a pencil icon next to the title (which only admin can see) and you can find your event on the front end and click edit (no more stuffing around in the backend looking for events)
I am sorry, the access information you have provided did not work for us. Please check them and post the correct login information as a private message, thank you!
My guess if you don’t see the option (see screenshot) you need to update your eventon to the latest version which may also fix the issue of event names
Hi,
Thank you. Yes I need to update to the latest version. But I cannot find the update. I purchased the eventON through my envatomarket account and from that account there is no where to find the upgrade. Since I did not purchase the eventON through “MyEventON” account I cannot get the update through that account either.
So my question is, how can I find that upgrade?
Thanks,
Anneli
Hi,
Another question, if I am using “tiles”, can I change the font color in the tiles? I can change the background color but can I change the font color from being white?
Thanks,
Anneli
Hello again,
Sorry for all the questions. One more question regarding the “tile”. Can we change the date format on the tiles to show the weekday as well as the date? We are using the wordpress dates 18th January, 2017. We would love for it to say Wednesday 18th January, 2017 and so forth.
Thank you so much,
Anneli
if you go to where you bought eventon- you can download from the downloads section-
I bought mine from codecanyon see screenshot click downloads and scroll down to your eventon purchase and then you can download the latest build
font colors
Yes you can change the font color in tiles
date format
eventon uses whatever you set in the wordpress time settings so in wordpress (not eventon) tick on the side menu >>>>>settings >>>>>general and then choose custom and fill it in with
l, F jS, Y
font size:
OK I have added some css to your eventon>>>>styles section
that current 400 controls how big the text is, so if you want it smaller- try 350. originally it was 700
As for the date- this appears on the event card and I have made it so that it does
How?: In eventon>>>settings>>>>>time and date – you will see what I did
If you have a moment, we would greatly appreciate if you could kindly leave us a review at codecanyon! from your account > downloads. Cheers!
Thank you so much!! The weekday does still not show up in the tiles. It only says e.g. 22 Jan. Can it say Monday 22 Jan?
Thank you so much for adding the style settings. Great! Is there a way to also change the how bold the headings are in the “event card”? They are still very bold.
I am leaving a review right now.
Thank you so much,
Anneli
The titles are designed to be minimal unfortunately – I’ll ask the boss if there is a way but I do not believe there is without a lot of screwing around in the backend
I have added some more styles- set it to 300 like you have done to the other one- which you can play around with to get the right size
You can get the day names to show by doing the above but bare in mind that will only show 3 letter day names. Cheers!
Also if you want the pop up events from the tiled area to have white headings on the event card
paste this
.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3 {
color: #ffffff;
}
into http://www.spiritweaves.com/wp-admin/themes.php?page=editcss
don’t paste it into eventon>>>>styles it doesn’t work
OK following the bosses instructions The day name appears above the number
if you want to make it bigger add this to eventon>>>>styles
Thank you so so very much!!!! You guys are amazing. I think I will write another review!
Warmly,
Anneli
see screenshot
if you want that month to be bigger
add this to eventon>>>>styles
.evcal_cblock .evo_date .start em, .evcal_cblock .evo_date .end em {
display: block;
font-size: 24px;
font-weight: normal;
margin-left: 0px;
}
.ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .evcal_desc {
margin: 0;
padding: 35px 15px;
}
Or if you want the tiled events titles to display a little lower add this to eventon>>>>styles
Thank you so much!! When I add the css in the styles to have it as the last screenshot it does not look as nice as it looked at your screenshot. For me Sun is still much smaller and the date is bolder. What am i doing wrong?
This is what I have so far under styles:
.eventon_list_event .evcal_desc span.evcal_event_title, .evo_metarow_ICS .evcal_evdata_cell p a, .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a, .eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title, .evo_clik_row .evo_h3, body .ajde_evcal_calendar h4.evo_h4, .evo_content_in h4.evo_h4, .eventon_main_section #evcal_cur, .ajde_evcal_calendar .calendar_header p.evo_month_title, .eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, .evo_pop_body .evo_event_headers.canceled, .eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span, .evo_pop_body .evcal_list_a .evo_above_title span, .ajde_evcal_calendar .evcal_month_line p {
font-weight: 300;
}
.evcal_evdata_row .evcal_evdata_cell h3 {
font-weight: 300;
}
.eventon_events_list .eventon_list_event .evcal_cblock em.evo_day, .evo_pop_body .evcal_cblock em.evo_day {
font-size: 14px;
}
.ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .evcal_desc {
margin: 0;
padding: 20px 15px;
}
What is different?
Warmly,
Anneli
I just purchased another license for a friend that I am helping to build her website!
Thank you so much,
Anneli
Another very different question. Is there a way to in a re-occurring event, to cancel one of the dates that the event is happening? I think it is only possible now to cancel the whole event which would cancel all the dates that the event is happening on, is that correct?
Thank you so much,
Anneli
Unfortunately you can not cancel one single event out of the repeat intervals at the moment sorry.
But thank you very much for the review and referring eventon to your friend 🙂
Thank you, then I know.
Warmly,
Anneli
Sorry for the delay- I went to sleep (I am in Australia)
The only way I know to cancel 1 of the repeating events is
when you initially set up the event- in the repeating event part- choose custom from the drop down menu- and manually select the times for each repeating event
this is OK for 5 events- not the best for an event that happens once a week of the course of a year
this way if you need to remove one of the repeats- you edit the event and remove that individual custom repeat event date from the list of repeats (the ease of that depends on the number of events)
let me move onto the css- give me a sec to look it over
see screenshot-
this looks like my previous screenshot
if you don’t see the changes – it may be a cache thing so refresh your browser cache
if possible could you get a screenshot of what is appearing on your computer
It is correct now. It looks exactly as your screenshot. It might have been the cache.
Thank you so much,
Anneli
Thank you for the information about the custom repeating events. You have been so amazing helping out with all my questions. I think that all is as it should be now and working perfectly.
Thank you so much,
Anneli
it is our pleasure
We are glad your issue is resolved, if you have any further questions or concerns please create a new ticket.