Viewing 8 replies - 1 through 8 (of 8 total)
  • Can you post an example of the shortcodes you’re using?

    Thread Starter TomBossink

    (@tombossink)

    Thanks for your response, the shortcodes I’m using is:

    [events_list mode="weekly" scope="month" category="11"]
    <tr  bgcolor="#d02b32">
      <td  style="padding: 10px" width="100%" align="center"><font color="white">#_EVENTNAME - op #_EVENTDATES</font></td>
    </tr>
    [/events_list]
    Plugin Support angelo_nwl

    (@angelo_nwl)

    should be something like

    [events_list_grouped mode="weekly" scope="month" category="11"]
    <tr  bgcolor="#d02b32">
      <td  style="padding: 10px" width="100%" align="center"><font color="white">#_EVENTNAME - op #_EVENTDATES</font></td>
    </tr>
    [/events_list_grouped]

    instead of

    [events_list mode="weekly" scope="month" category="11"]
    <tr  bgcolor="#d02b32">
      <td  style="padding: 10px" width="100%" align="center"><font color="white">#_EVENTNAME - op #_EVENTDATES</font></td>
    </tr>
    [/events_list]
    Thread Starter TomBossink

    (@tombossink)

    Thanks for your response, the events_list_grouped is also not working.

    See implementation:
    https://www.scoutingtitusbrandsma.nl/speltakken/bevers/

    Used

    [events_list_grouped mode="weekly" scope="month" category="11"]
    <tr  bgcolor="#d02b32">
      <td  style="padding: 10px" width="100%" align="center"><font color="white">#_EVENTNAME - op #_EVENTDATES</font></td>
    </tr>
    [/events_list_grouped]

    Does it work if you just use [events_list_grouped mode="weekly"] ?

    Thread Starter TomBossink

    (@tombossink)

    Nope, also doesn’t work!

    Tried it on a page directly under my domain (e.g. https://www.domain.com/events) and it works, but under a subpage it doesnt work (e.g. https://www.domain.com/sub/events).

    It could be a conflict caused by your theme or another plugin. To check if it is, can you test with all other plugins deactivated and while running the default WordPress theme?

    Thread Starter TomBossink

    (@tombossink)

    It seems to be solved by reactivating my ‘custom’ theme. Thanks ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Short codes not working on sub pages?’ is closed to new replies.