Reply to: tickets(359315)

Thank you for your messages, 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 patience and thank you for being a eventon customer! Also please disable any IP blocking on your site if there are any.

Reply to: tickets(359435)

unusual

Please send us wp-admin access to your site as a private message for us to further assist your situation.

we’d need to see the page itself and settings

Reply to: tickets(359347)

We are glad your issue is resolved, if you have any further questions or concerns please create a new ticket.

If you have a moment, we would greatly appreciate if you could kindly leave us a review at Codecanyon. By going to your account > Downloads. We are very grateful for your kind review!

Reply to: tickets(359315)

I corrected the wp-config and disabled the cache enabler plugin. Now it seems to work!

But I also have to disable the eventon RSS plugin, because with active debug log it is creating a couple of messages:

Deprecated: Creation of dynamic property eventon_rss::$addon_data is deprecated in /www/htdocs/w01c6d22/henningschwarze.com/wp-content/plugins/eventon-rss/eventon-rss.php on line 58

Deprecated: Creation of dynamic property eventon_rss::$plugin_url is deprecated in /www/htdocs/w01c6d22/henningschwarze.com/wp-content/plugins/eventon-rss/eventon-rss.php on line 67

Deprecated: Creation of dynamic property eventon_rss::$plugin_slug is deprecated in /www/htdocs/w01c6d22/henningschwarze.com/wp-content/plugins/eventon-rss/eventon-rss.php on line 68

Deprecated: Creation of dynamic property eventon_rss::$slug is deprecated in /www/htdocs/w01c6d22/henningschwarze.com/wp-content/plugins/eventon-rss/eventon-rss.php on line 69

Deprecated: Creation of dynamic property eventon_rss::$plugin_path is deprecated in /www/htdocs/w01c6d22/henningschwarze.com/wp-content/plugins/eventon-rss/eventon-rss.php on line 70

Deprecated: Creation of dynamic property eventon_rss::$addon is deprecated in /www/htdocs/w01c6d22/henningschwarze.com/wp-content/plugins/eventon-rss/eventon-rss.php on line 43

Warning: Cannot modify header information – headers already sent by (output started at /www/htdocs/w01c6d22/henningschwarze.com/wp-content/plugins/eventon-rss/eventon-rss.php:58) in /www/htdocs/w01c6d22/henningschwarze.com/wp-admin/includes/misc.php on line 1439

Warning: Cannot modify header information – headers already sent by (output started at /www/htdocs/w01c6d22/henningschwarze.com/wp-content/plugins/eventon-rss/eventon-rss.php:58) in /www/htdocs/w01c6d22/henningschwarze.com/wp-includes/functions.php on line 7099

Warning: Cannot modify header information – headers already sent by (output started at /www/htdocs/w01c6d22/henningschwarze.com/wp-content/plugins/eventon-rss/eventon-rss.php:58) in /www/htdocs/w01c6d22/henningschwarze.com/wp-admin/admin-header.php on line 9

 

Best Henning

Reply to: tickets(359347)

It looks like its behind but it is not

It is white text with a transparent button background which is what your divi theme is telling it to be, so therefore you can’t see it too well and it looks like the background is covering it up- where as if that were true you would not be able to see it at all and not interact with it

see video below on how to set the right color

if you want that gap between the button and date field shown in the video that css is:

body .et_pb_button {

    margin-top: 10px;

}

you can change that 10 to how large or small you want the gap

Reply to: tickets(359397)

@Artem: It worked immediately: 
@media (max-width: 960px){ .eventon_events_list .eventon_list_event .evcal_list_a {display: block;} } 

I never thought I would get help so quickly 
and that it would work on the first try!!! 
Thanks alot. I'm very happy right now.

And thank you too for your efforts, infotainerdave.

Nearly the best support, i´ve ever had! The Holiday can come now 🙂

Best wishes,
Mathias

Reply to: tickets(359397)

Thanks a lot. I will try this a bit later, I´m just before my Holiday.

But thanks you so much for the very fast reaction!!!
Best regards
Mathias

Reply to: tickets(359397)

if that fails please provide wp-admin access as a private message and we will go in and add the css

Reply to: tickets(359397)

try adding to your custom css  (possibly in appearance>>>>cusgtomize>>>>additional css)

@media only screen and (max-width: 600px) {

  .eventon_events_list .eventon_list_event .evcal_list_a {

    flex-direction: column;

}

}