• Resolved lkdstudio

    (@lkdstudio)


    Good morning, I have a list of people’s names that I would like to display in a table or simple container.


    I work with Bricks Builder and therefore I created with pods a Custom Post Type (Liste) and a taxonomy linked to the custom post type (Adv Categories).

    Inside Liste (Custom post type) I created a dynamic field of repeatable text, where I enter the names of the people.

    There is one thing that is not clear to me, in the Repetable options of the field there is a Display Format option where there is no possibility to choose to display the items (names of the people) in columns (one below the other ), but only one after another on the same line.

    In fact, I connected this dynamic field by inserting a query loop in Bricks and everything works (I see the names of the people) but as I said, I see them next to each other.
    Instead I would like to see them one below the other.

    I created the exact same thing with acf and it makes me display them under each other.

    What should I do to see a list of names under each other (and not side by side) with pods and in an html container?

    Many thanks Davide

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Jory Hogeveen

    (@keraweb)

    Hi @lkdstudio

    There is currently no option to display multiple fields as a list through the field options.
    I’m not familiar with the bricks builder so I’m not sure whether you can create this with this builder.

    You could create your own template for such a purpose and use our shortcodes to display the field.
    Example:

    [pods use_current=1][each your_field_name]{@title}<br>[/each][/pods]

    Cheers, Jory

    Thread Starter lkdstudio

    (@lkdstudio)

    Ok i understand, should be a good idea to add this kind of option (list by column ) ??

    Anyway i never used pods template, so should you please give me an example how i can create a simple template with list text by column?

    Where i have to put this code that you gave me?

    In the Pods template? or in my builder?

    Thanks

    Davide

    Plugin Author Jory Hogeveen

    (@keraweb)

    Hi @lkdstudio

    Since you are not the first who is asking for this I’ve added some format options as a patch for Pods.

    See: https://github.com/pods-framework/pods/pull/7045

    It would be very helpful if you could test this as well.

    Cheers, Jory

    Plugin Author Jory Hogeveen

    (@keraweb)

    Anyway i never used pods template, so should you please give me an example how i can create a simple template with list text by column?

    See my previous comment. This is an example of separation by line breaks using an each loop as a template.

    Cheers, Jory

    Thread Starter lkdstudio

    (@lkdstudio)

    Of course i will try your patch, but let me know how i can test it, what i have to do?

    Plugin Author Jory Hogeveen

    (@keraweb)

    You can install the branch (https://github.com/pods-framework/pods/tree/feature/7044-extra-repeatable-formats) on your website so the patch will be available.
    After the install you can change the output format for your fields from the field options. Based on your case this should be picked up by your page builder automatically.

    Cheers, Jory

    Thread Starter lkdstudio

    (@lkdstudio)

    So, i remove from ftp the folder pods (under folder plugin), and i make a new folder pods and i put inside all the files from the link that you gave me?

    or i add all the files from the link that you gave me and i compress them like .rar and i upload it like plugin from wp? like this it will overwrite the old pods?

    I ask you because i don’t now how to do it…so i don’t want make some mess ??

    Thanks Davide

    Plugin Author Jory Hogeveen

    (@keraweb)

    You would indeed replace the Pods folder.

    Alternatively you could also use the GitHub installer plugin:

    Cheers, Jory

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘list on column and not on the same line’ is closed to new replies.