Hi,
I made a new empty page to test Myeventon calendar and I pasted the default shortcode in it : [add_eventon]
When I display this page the calendar is showed with 2 consecutive and empty lines below the correct lines :
http://alternativelive.com/?page_id=4256
When I used the month incrementation arrows to change month view, this problem disappear. When I comeback with this arrows to the default current month, this problem is no more here. Everytime I reload the page, this problem comeback…
Is there a way to correct that ?
Best
Jan 17,2017 AT 1:00PM - 3 years ago -my test page : http://alternativelive.com/?page_id=4256
Please provide the link to the wp-admin login
but first try adding the following to
eventon>>>>styles
.eventon_events_list .eventon_list_event .evcal_list_a {
min-height: 0;
}
.ajde_evcal_calendar .eventon_events_list p {
font-family: “open sans”,arial;
margin-top: -10px;
}
clear and caches both browser and wordpress
you may also need to go to myeventon>>>>settings>>>>write dynamic styles to header and tick this to yes (sometimes that helps sometimes not)
If that fails you can copy and paste them into your theme custom css sometimes that works
My wp-admin login page is : http://alternativelive.com/beta/wp-login.php
I have add your custom CSS to eventon>styles and I have enable “write dynamic styles to header” in eventon>settings
For now I got only one empty line, not two like previously
http://alternativelive.com/?page_id=3967
Do you have other ideas for delete this empty line ?
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!
Whats happening is your theme is being a turd and removing <a> outside the <p> and putting them separate using javascript. Here is how I fixed it for those others in similar need.
.eventon_events_list .eventon_list_event p, .eventon_events_list .eventon_list_event a.desc_trig{display:none}
.eventon_events_list .eventon_list_event p a.desc_trig,
.eventon_events_list .eventon_list_event p.desc_trig_outter{display:block}
Paste those styles into eventon > styles.
Thank you,
that’s work fine for the event top section but now all the data fields in event cards are missing. Time, adress, event details and calendar buttons are no more visible. They are still in the events backend but no visible in the frontend.
Is there a way to correct that ?
Ok got them show up again sorry about that.
Thanks. There is still a problem with the event card layouts. All the layous are is not properly showed on every screen sizes. I gues it matter with the line height and the code added in EventON > Settings > Styles but I’m not knowing what exactly to do. Could you help ?
yes add line-height: 28px; to .eventon_events_list .eventon_list_event .event_description p in styles
and the other parts are looking bad because of the things your theme adds into content. It really cause more work to fix things like this.
When I add the line-height: 28px; to .eventon_events_list .eventon_list_event .event_description p in styles, it change the event card layout and add an empty line in it. Maybe my way for add the code in the styles is wrong. Could you try to do it ?
I am going to assign this ticket to Ashish and he will be able to handle the style questions for you.
ok.
Please check now and let us know.
Problem solved. Thanks a lot !
If you have a moment, we would greatly appreciate if you could kindly leave us a review at codecanyon! from your account > downloads. Cheers!