I would like to hide " Custom " and " Settings" from Employee Events Panel. As from the other tickets that I have read, it seems there currently isn't a option to control this.
Since this is in another language can you please write down what you would like to hide exactly? Do you do not wish your employee to see events or something else?
Unfortunately, currently, this feature is not built-in in Amelia.
What you can do is you can turn off the ability for an employee to manage their events. You can do that in settings/role settings like this
Hope this helps, in case it doesn't I'll kindly ask you to add it as a feature suggestion on this link https://features.wpamelia.com/
Features are pushed up on our "to-do" list when there are a lot of customers requesting those features, so having your vote as a customer can be beneficial to this feature being developed sooner.
If you have any more questions please open another ticket and we will gladly help you there.
Try using this CSS selector for the DIV ID, of the Settings :
div#tab-settings { display: none !important; }
Let us know if that was your goal, but also please double-check if this CSS does not affect any other settings anywhere, that should not be hidden.
We are guessing that you already know how custom CSS can be applied to WP pages,
but we will share this, in case if you need help with that,
Custom code needs to be applied to the page where the booking form is. Depending on what you're using (Gutenberg blocks, or some page builder), adding the CSS or JS can be done in a few different ways.
If you need help with adding custom CSS to the page, please take a look at this article.
And also thanks for the additional reading material, im currently working my way through freecodecamp course to better understand the frontend, this helps alot!
I would like to hide " Custom " and " Settings" from Employee Events Panel.
As from the other tickets that I have read, it seems there currently isn't a option to control this.
Would like to know the CSS IDs of these two tabs so that I can hide them using a solution from another similar ticket.
https://tmsplugins.ticksy.com/ticket/3105699/
Hello Lee,
Thank you for your interest in our product.
Since this is in another language can you please write down what you would like to hide exactly? Do you do not wish your employee to see events or something else?
Looking forward to your reply.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Marko,
I do not think the employee should have access to " settings ", as it includes payment method and other settings.
So I would like to hide "Settings" tab from Employee Panel.
Hello Lee,
Unfortunately, currently, this feature is not built-in in Amelia.
What you can do is you can turn off the ability for an employee to manage their events. You can do that in settings/role settings like this
Hope this helps, in case it doesn't I'll kindly ask you to add it as a feature suggestion on this link https://features.wpamelia.com/
Features are pushed up on our "to-do" list when there are a lot of customers requesting those features, so having your vote as a customer can be beneficial to this feature being developed sooner.
If you have any more questions please open another ticket and we will gladly help you there.
We wish you all the best.
Have a nice day.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Marko,
yes, I understand that this feature is not built-in in Amelia.
But I would just like to know the CSS IDs of the setting tab.
So that I can hide it myself now.
was hoping that I could use a similar solution from another similar ticket.
If I can know the CSS ID?
https://tmsplugins.ticksy.com/ticket/3105699/
Which using inspect, Im guessing the CSS ID should be something like
but im not sure, so wanted to check with you guys.
Hello Lee,
We have forwarded your ticket to our level 2 agents and as soon as we get some feedback from them we will contact you immediately.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Marko, thanks will wait.
small correction, I think its this,
but im not sure,
as it doesn't work and doesn't hide "Settings" tab from Employee Panel.
Hi, Lee
Try using this CSS selector for the DIV ID, of the Settings :
Let us know if that was your goal, but also please double-check if this CSS does not affect any other settings anywhere, that should not be hidden.
We are guessing that you already know how custom CSS can be applied to WP pages,
but we will share this, in case if you need help with that,
Custom code needs to be applied to the page where the booking form is. Depending on what you're using (Gutenberg blocks, or some page builder), adding the CSS or JS can be done in a few different ways.
If you need help with adding custom CSS to the page, please take a look at this article.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Miloš,
YES ! This did the trick !
Thank you so much!
And also thanks for the additional reading material, im currently working my way through freecodecamp course to better understand the frontend, this helps alot!