As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
Hi !
Is it possible to choose multiple category in the shortcode ?
[ameliacatalog category=1,2,6,9]
Thank you !
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,
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
How can I hide a category on a page ?
Hi Eliott,
Could you please explain me what are you trying to hide. Do you want to hide a category label or?
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 !!
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,
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 !
Hi,
Sorry for the delayed answer. We see that you managed to hide the categories on the mobile view too. Is it ok now?