We did. It seems corrected. Thank you
Archives: Replies
Replies for tickets on suppota
Reply to: tickets(339540)

Hi and thanks for your reply.
I forgot to mention, that I already did this (PROTIP). The result is the ridegrvl.de/gravelevents page. This looks perfect to me. However, the single events pages will be misshaped due to the same problem the original events page is misshaped. I think it’s more of a PHP problem.
Maybe this helps to understand my problem:
The page.php file of the theme looks like this:
<?php get_header(); ?> <?php hu_get_content( 'tmpl/page-tmpl'); ?> <?php get_sidebar(); ?> <?php get_footer(); ?>
while the linked page-tmpl.php looks like this:
<?php while ( have_posts() ): the_post(); ?>
<article <?php post_class('group'); ?>>
<?php if ( hu_is_checked( 'singular-page-featured-image' ) ) { hu_get_template_part('parts/page-image'); } ?>
<div class="entry themeform">
<?php the_content(); ?>
<nav class="pagination group">
<?php
//Checks for and uses wp_pagenavi to display page navigation for multi-page posts.
if ( function_exists('wp_pagenavi') )
wp_pagenavi( array( 'type' => 'multipart' ) );
else
wp_link_pages(array('before'=>'<div class="post-pages">'.__('Pages:','hueman-pro'),'after'=>'</div>'));
?>
</nav><!--/.pagination-->
<div class="clear"></div>
</div><!--/.entry-->
</article>
<?php if ( hu_is_checked('page-comments') ) { comments_template('/comments.php',true); } ?>
<?php endwhile; ?>
*****************
I can’t figure out how to combine that stuff with the archive-ajde_events.php and content-single-event.php of the eventon plugin to maintain the theme layout, as shown in this guide:
https://docs.myeventon.com/documentations/how-to-customize-events-archive-page
Kind regards,
Andreas
Reply to: tickets(339358)
user: admin
pass: Wutang07$
Reply to: tickets(336428)
OK thank you.
When an update comes I have to insert // so I can work.
Reply to: tickets(339554)
Hello,
The EventOn version 4.5.9 solves the issue. After updating please clear your site, server, and browser cache and that should do the trick.
Let us know how it goes.
Reply to: tickets(339273)
Since when is the Ticket Addon update available ? Since today?
I would give a new try after backing up…
Reply to: tickets(339421)
Hi Jeff,
We are glad your issue is resolved, if you have any further questions or concerns please feel free to create a new ticket.
Reply to: tickets(339421)
Not exactly what I was looking for, but it does work.
Thanks!
Reply to: tickets(339554)
Hi there, now this is tricky… I have rolled back to the old versions where there are no time errors, otherwise I get a load of complaints… so the actual versions that sho the correct time in my installation are:
EventON – Version 4.5.4
EventON – Event Tickets Version 2.2.4
EventON – Ticket Variations & Options – Version 1.1.3
These versions (in combination) have no time or count error..
The EventON – Version 4.5.9 still has the same time error!
Reply to: tickets(339638)
Hi Fred,
Thank you for your message, I am going to assign this ticket to Ashan and he will be able to take it from here. Please allow some time for him to get back to you, we greatly appreciate your patience and thank you for being an eventon customer!