Holiday Notice – Support Unavailable on April 18 and April 21
We just wanted to let you know that our support team will be offline on Friday, April 18th (Good Friday) and Monday, April 21st (Easter Monday) due to the holidays.
We'll be back on Tuesday, ready to assist you!
In the meantime, if you need any help, feel free to:
-
Use the support widget in the bottom right corner on our websites (Amelia and wpDataTables) — our latest AI-powered assistant is there 24/7 to help with basic and intermediate questions,
-
Browse our detailed documentation (Amelia, wpDataTables)
-
Explore helpful articles,
-
Or check out our YouTube channels for video guides!
Amelia YouTube Channel
wpDataTables YouTube Channel
Thank you for your understanding, and we wish you a wonderful holiday weekend!
Hi
It would be nice with the option to turn off the Time Zone Option seen in the Employees Panel. As the booking form will only be used in Norway in one time zone.
It looks like I can use CSS to hide it, so that is what I will do.
For anyone reading this thread. Login to the Employee Panel. In browser. Right click the Time Zone drop down. Select Inspect(Element) -> In the HTML area select the class am-cabinet-timezone and then check out the CSS and add a display: none . I will also attach a screenshot. I then need to copy the CSS into the WP backend. Appearance -> Customizer or in a child theme style.css.
Hi Paal!
Thank you for reaching out to us
If you send me employee credentials and URL towards the panel I can hide it with custom CSS that you can apply later.
Hi Ivana
"If you send me employee credentials and URL towards the panel I can hide it with custom CSS that you can apply later."
Thank you!
No need, as this is in general for all employees. As the company is located and deals only in Norway. The main reason for me to add this thread is that I believe there are likely many other users who use this plugin within only one time zone and would like to hide the Time Zone Option.
What you could do directly in the plugin is to add a tab similar to how tabs are added to the Customize screen. Then name this tab Employee Panel. I attached a visual suggestion. As one could then easily click the Employee Panel tab and create the customizations that are needed.
Perhaps even add a similar implementation in the Customers screen.
Hi, Paal,
Thank you for the explanation.
The thing is, our developers didn't make the Customize feature available for the Customer and the Employee panels, that's why the Time Zone selection field can be hidden only with custom CSS at the moment.
We are planning to add customization for the Panels in one of the coming updates, but it will take some time.
That's why, for now, I would recommend you to add this CSS to the Employee or/and Customer panel:
Best Regards.
Hi Liza. Thank you for adding the code.