Reply to: tickets(157648)

but the real event I posted yesterday wasn’t emailed to anyone,

Could you send me a link to this event?

Reply to: tickets(160999)

Unfortunately, ux_val is not available for Yearly View add-on now. However please create a new ticket and select Feature Request as category so others can vote to get it moved into development faster. OR You can send us a customization job request by creating a new ticket in here and selecting Customization Request as the category.

You can also go to Edit Event > User Interaction for event click > select Open Event Page.

Reply to: tickets(160807)

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! from your account > downloads. Cheers!

Reply to: tickets(161083)

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

Reply to: tickets(161220)

Hi, here is the issue: the plug-in uses it’s on sidebar. This seems to block rendering of the page. We spoke with the The7 theme developer and did the following to test ist:

1. setting up a child them

2. include this code in the functions.php.

add_action( ‘get_header’, ‘dt_event_sidebar’, 10 );
function dt_event_sidebar() {
$config = Presscore_Config::get_instance();
if( is_singular( ‘ajde_events’ ) ) {
$config->set( ‘sidebar_position’, ‘disabled’ );
}
}

3. result: page is showing results.

My suggestions: please add a capability in your next version to prevent this issue. Either by using a standard side bar or including the options in for the theme.

Thanks

Tom