• Resolved [email protected]

    (@psydleyahoocom)


    I’m trying to keep my edits out of PHP so that my client can do their own updates through the page builder in my theme. I’ve managed to separate a few one off brews into columns with the unique ID # but I’m hoping to use something like this to divide larger groups into columns on a page:
    [beer-list group=”Saison Du Jour” order=”ASC” beers_per_page=”1″ offset=”1″ paginate=”false”]

    I was assuming this would give me the proper entry for a column in the # position out of 3 but it just pulls group listing “1”.

    Is there a way to limit a range within shortcode so I can create a column-break but allow it to be at a post/page level? My layout really looks best with at least a 2 column structure.

    Thanks for the quick resolve on my last query as well! This is a wonderful plugin. My clients are pretty hyped about it too.

    https://www.ads-software.com/plugins/em-beer-manager/

Viewing 1 replies (of 1 total)
  • Plugin Author Erin Morelli

    (@erinmorelli)

    Hi psydle,

    I just pushed out a super quick/minor update to the plugin (2.1.5) that adds the ‘offset’ option. You should be abled to do:

    [beer-list group="Group Name" beers_per_page="3" offset="2"]

    Just don’t set the “paginate” option or set the “beers_per_page” option to -1 and it should work just fine!

    Hope this helps!
    /Erin

Viewing 1 replies (of 1 total)
  • The topic ‘shortcode for Offset? I'm trying to make columns’ is closed to new replies.