Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    Can you share a link? AJAX should be enabled by default.

    Thread Starter rabin.io

    (@rabinio)

    Hi,

    you can see it @ http://dev1.rabin.io/all-events/
    in the 2nd tab (https://imgur.com/9cZVy0c)

    when you press the next page in the navigation all the page is loaded.

    How are you generating the tabs? Does the AJAX work when loaded in a normal page?

    Thread Starter rabin.io

    (@rabinio)

    The Tabs are created using shotcode

    <br />
    [tabs]<br />
    [tab title="אירועים עתידיים"]<br />
    [events_list scope="future" page_queryvar="fep" tab_category="#synved-tabs-1-0" limit=1 pagination=1 ][/events_list]<br />
    [/tab]<br />
    [tab title="אירועי עבר"]<br />
    [events_list scope="past" page_queryvar="pep" tab_category="#synved-tabs-1-1" limit=1 pagination=1][/events_list]<br />
    [/tab]<br />
    [tab title="לוח שנה"]<br />
    [events_calendar long_events=1 full=1]<br />
    [/tab]<br />
    [tab title="הוסף אירוע"]<br />
    4<br />
    [/tab]<br />
    [/tabs]<br />

    creating a test page (http://dev1.rabin.io/test/) with the same shotcode for the past events, i get the same behavior.
    [events_list scope="past" page_queryvar="pep" tab_category="#synved-tabs-1-1" limit=1 pagination=1][/events_list]

    Plugin Support angelo_nwl

    (@angelo_nwl)

    you can try to add attribute ajax=1

    eg.

    [events_list limit=3 ajax=1 pagination=1]

    Thread Starter rabin.io

    (@rabinio)

    haa, so easy … it works.

    Thank you very much!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Using Ajax to load events on pagaed list’ is closed to new replies.