Viewing 4 replies - 1 through 4 (of 4 total)
  • Is that using the same formatting options under Settings > Formatting > Events ?

    also, maybe a quick workaround is something like

    [events_list_grouped mode="monthly" date_format="F Y" limit="20" scope="past" order="DESC" format_header="<table>" format_footer="</table>"]
    <tr>
     <td><div class="divider-dotted"></div> #_EVENTNAME </td>
    
    </tr>
    [/events_list_grouped]
    Thread Starter cristianltorres

    (@cristianltorres)

    Thanks a lot! that was a super quick answer!!!

    You helped me, although I didn’t get the exactly format that I wanted (the perfect would it be to be the same as https://www.elparaigua.com/cocktailbar/eventos/)

    I’ve managed to format it correctly with this code

    [events_list_grouped mode="monthly" date_format="F Y" limit="20" scope="past" order="DESC" format_header="<table>" format_footer="</table>"]
    <tr>
     <td><div class="divider-dotted"></div>#_EVENTDATES | #_EVENTLINK</td>
    
    </tr>
    [/events_list_grouped]

    BTW about your question, I thing it is using, since I did all the format in the boxes of “Settings > Formatting > Events” (in the 3 boxes, header, list and footer)

    Since it’s the same, the shortcode should be working right? I don’t know why it isn’t..

    hi,

    just copy your formats inside settings > formatting > events > Default event list format in your events_list_grouped shortcode and then just add <div class="divider-dotted">

    Thread Starter cristianltorres

    (@cristianltorres)

    already tried this but it didn’t workout… the code broke in some point, but it could be just me doing it wrong.

    Anyway, the first solution help me enough, thanks a lot!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘theme shortcode doens't work with "events_list_grouped" shortcode’ is closed to new replies.