Reply to: tickets(163156)

  1. search widget didn’t work also with lang=”L1″ becouse it showed always text of placeholder in L1. But search results are in the right language. so i use this code into single event template:

    include_once( ABSPATH . ‘wp-admin/includes/plugin.php’ );
    if ( function_exists(‘icl_object_id’) && is_plugin_active( ‘eventON/eventon.php’ ) ) {
    if(ICL_LANGUAGE_CODE==’en’):
    evo_set_global_lang( ‘L2’ );
    // $tax_name = ‘Events’;
    // $tax_name = $eventon->frontend->get_localized_event_tax_names_by_slug($tax, ‘L2’);
    $tax_name = “Events”; // titolo pagina lingua inglese
    $custom_lang = “lang=’L2′”;;
    elseif(ICL_LANGUAGE_CODE==’it’):
    evo_set_global_lang( ‘L1’ );
    $tax_name = $eventon->frontend->get_localized_event_tax_names_by_slug($tax, ‘L1’);
    // $titoloPagina = “Eventi in questa località”;
    $kootj_lang = “lang=’L1′”;
    endif;
    } else {
    $tax_name = $eventon->frontend->get_localized_event_tax_names_by_slug($tax);
    // $titoloPagina = evo_lang_e(‘Events at this location’);
    // $wpml_lang = “wpml_l1=’it'”;
    }

    $shortcode = apply_filters(‘evo_tax_archieve_page_shortcode’,
    ‘[add_eventon_list number_of_months=”5″ ‘ .$custom_lang. ‘ ‘.$tax.’=’.$term->term_id.’ hide_mult_occur=”no” hide_empty_months=”yes”]’,
    $tax,
    $term->term_id
    );

    Now it works:)
  2. can you tell me approximativally time wait for new release?

Reply to: tickets(166529)

Thank you for your message.
We tried your fix but only worked cosmetically, not functionally, the calendar loaded with the code you suggested but any interaction with it broke it again, with events not showing once specific months or locations were selected.

We also tried to downgrade to the 2.7.3 and that helped a bit, calendars now load without needing the additional code but there are more problems, and some of the functions don’t work in the same manner and the font is still incorrect.

Could you maybe try and send us a link to download the 2.6 version, I think that was the one where everything worked, fonts included. Maybe we can try to fix the issue that way?

Reply to: tickets(166690)

Thank you! It looks like the search and filter functionality is very limited. There is a functionalitiy that caught my attention. “Enable additional search queries” — it shows up in the “Search” tab. In theory, it should be able to search through all the custom meta data (city, state and zip), but it doesn’t seem to work. Is there a reason this does not work? Any suggestions on how to use this?

Reply to: tickets(166705)

This is the shortcode:

[add_eventon_fc style=’names’]

Then with your suggestion it was:

[add_eventon_fc style=’names’ cal_init_nonajax=”yes”]

It should not be the server. It’s dedicated, they have all the memory they need, and it loads fine on any other browser. The loading time isn’t slow, it never loads at all, you just see the image below.

Debug was on temporarily and the errors were:

Deprecated: Function create_function() is deprecated in /home/nbptbrewing/public_html/wp-content/plugins/masterslider/includes/classes/class-msp-main-widget.php on line 95

Notice: woocommerce_get_page_id is deprecated since version 3.0! Use wc_get_page_id instead. in /home/nbptbrewing/public_html/wp-includes/functions.php on line 4648

Notice: Constant WP_MEMORY_LIMIT already defined in /home/nbptbrewing/public_html/wp-config.php on line 93

Reply to: tickets(159655)

You also don’t need to use month_incre=”-72″, instead you can choose Select Event List Type: Past Events.

What would be the shortcode for this? Or is this only possible with the addon?