Viewing 6 replies - 1 through 6 (of 6 total)
  • Please do not double post. If a thread is opened there you will be helped there

    Thread Starter the7goonies

    (@the7goonies)

    I didn’t double post. I didn’t post that topic/thread. I was just supporting that the fact it’s a known issue elsewhere on those forums. It would be nice to see feedback on this issue that you guys are looking into it. Thanks!

    Ok, please just post in that thread if you need help.
    Anyway this is a bug and it will go into 2.1.9.
    I’m just saying, please don’t post the same questions twice, let’s try to keep everything in one place

    Thread Starter the7goonies

    (@the7goonies)

    Got it thanks.

    ok as posted in the other thread.

    In file app/view/calendar/shortcode.php can you please make these changes?line 123 http://take.ms/h3V3t

    in the end it should simply look

    $query = array(
    	'ai1ec_cat_ids'	 => implode( ',', $_events_categories ),
    	'ai1ec_tag_ids'	 => implode( ',', $_events_tags ),
    	'ai1ec_post_ids' => implode( ',', $post_ids ),
    	'action'         => $view,
    	'request_type'   => 'jsonp',
    	'events_limit'   => isset( $atts['events_limit'] )
    		? (int) $atts['events_limit']
    		: null,
    );
    Thread Starter the7goonies

    (@the7goonies)

    Yes thanks!! 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Events limit shortcode not working’ is closed to new replies.