• I’m trying to display 2 separate teams (using categories) on one page, and I would like to be able to put a title or header before the second team. I’ve tried your suggestions of using [cmt-content][/cmt-content] but that puts my header at the top of the page above the first team. As it is right now, the header ends up being part of the grid.

    The site is not officially live, but here is the url to the page in question: https://50.87.248.96/~sanivati/?page_id=14.

    Thanks in advance. This plugin was just what my client needed, so getting this squared away will be awesome!

    https://www.ads-software.com/plugins/custom-team-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ibnul H.

    (@ibnul)

    Hi Laura,
    I’ve updated the version and you can use something like code below directly instead using shortcode [cmt-content][/cmt-content]

    Administrator Team
    Show some content above team members.
    [team-members category="administrator"]
    
    Developer Team
    [team-members category="administrator"]

    It should be fine now you can see demo here
    https://webdevsbd.com/team-members/

    Thanks

    Thread Starter LaLaLaLaura

    (@lalalalaura)

    Thanks for this, unfortunately I can’t seem to get it to work. My code reads like this:

    [team-members category=”current”]

    Friends of Sanivation
    [team-members category=”previous”]

    Unfortunately, it is not rendering correctly. Could you possibly look at the page source of and tell me if I’m missing something?

    Thanks again!

    Plugin Author Ibnul H.

    (@ibnul)

    Hi,
    It should be fine as it’s for me.
    https://webdevsbd.com/team-members/
    See I’ve this same code.
    So there must me any conflict with theme css.
    You can check activating a wp default theme ( twentytwelve )
    So active twentytwelve theme and see if it’s fine or not.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Content between teams’ is closed to new replies.