Okay
  Public Ticket #1778111
Multiple category in shortcode
Closed

Comments

  •  3
    boyboywow started the conversation

    Hi !

    Is it possible to choose multiple category in the shortcode ?

    [ameliacatalog category=1,2,6,9]

    Thank you !

  • [deleted] replied

    Hi,

    Not exactly, but you can use a Category shortcode to show one specific category and put mutliple shortcodes on the page to show several categories that you need.

    Best regards,

  •  3
    boyboywow replied

    Is it possible to display only the category and not the services ? I have category with lot of services. 

    If I use [ameliacatalog category=1] it display all services and my page contain 50 services..

    Thank you 

  •  3
    boyboywow replied

    How can I hide a category on a page ?

  • [deleted] replied

    Hi Eliott,

    Could you please explain me what are you trying to hide. Do you want to hide a category label or? 


  •  3
    boyboywow replied

    I would like this:

    Hair styling: (title)

    Category 1, Category 2, Category 3, Category 4, Category 5

    Nail: (title)

    Category 6, category, 7 category 8, category 9, category 10

    Foot: (title)

    category 11, category 12, category 13, category14


    For the moment I have all category listed under the same title.. And the customers are lost..


    I make a custom css to hide category under certain title. It's work on desktop but on mobile it doesn't work. 

    On mobile the class are the same between category and service. So I can't hide the three last category without hide the three last service..


    .coiffure-hide .am-wrap div.el-col-lg-12:nth-last-child(-n+3) {
        display:none;
    }
    .onglerie-hide .am-wrap div.el-col-lg-12:nth-last-child(n+4) {
        display:none;
    }

    Thank you !!

  • [deleted] replied

    Hi,

    Can you please send us the URL link of your website where you added this and can you please send us a screenshot of the mobile view so we can see it?

    Thanks,

  •  3
    boyboywow replied

    I just display the hair category for the moment. I can't display all service.. The customer will not understand.

    But you can see the problem.

    In desktop I have some category who are hide. But not in mobile.

    https://leaenjoy.ch/reservation-2/


    Thank you !

  • [deleted] replied

    Hi,

    Sorry for the delayed answer. We see that you managed to hide the categories on the mobile view too. Is it ok now?