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.
"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.
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:
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.