Hi everyboby,
When I add a custom meta fileds button in the Eventtop section, it is by default place below the event title and align to the left side as showed in this page : http://alternativelive.com/?ajde_events=textures-5
I would like a bigger size button, aligned to the right and same height than the title like in this page : http://www.bigbashentertainment.com/events/invogue-record-unplugged-tour/
I gues I have to add some css in the custom style section of the settings. Could you send me it please ?
Best
Jan 17,2017 AT 12:38PM - 5 years ago -Please provide the link to wp-admin
I am going to assign this ticket to Ashan and he will be able to take it from here and find you a solution. Please allow some time for him to get back to you, we greatly appreciate your patient and thank you for being a eventon customer!
My wp-admin login page is : http://alternativelive.com/beta/wp-login.php
Please go to eventon->styles and add following code in the panel and save the settings:
span.evcal_desc3 {
float: right !important;
position: relative;
top: -25px;
}
span.evcal_desc2.evcal_event_title {
display: inline !important;
}
span.evcal_desc_info {
display: inline !important;
}
If you do not see any changes, go to myeventon->settings and turn on “Write dynamic styles to header” button.
If you still do not see any change, turn off “Write dynamic styles to header” button, save the settings, turn it back and save the settings again.
It’s work but there is few things I would like to correct.
– The custom meta data buttons in are not align to event title top. They are a little bit too low.
– the event location lines are too low, not align with month
– I would like event stamps like “cancel event” right align and same height than the titles, just above the custom meta data buttons
my test page : http://alternativelive.com/?page_id=3967
I have made some more style changes to your buttons they are position absolute now so you have to be careful when on mobile screen where those buttons may go above titles text.
And the other things you are requesting is not possible without custom work. You have several options here
#1. http://www.myeventon.com/documentation/change-css-calendar/ custom style the content yourself using this guide
#2. Submit a customization request http://customer.ashanjay.com/submit-customization-requests-for-eventon/
#3. hire a web developer to custom code this.
thanks a lot for your answer, it’s work great.