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
I have a classes page on a client site that preselects the booking so I can better style the categories.
And the issue is that when someone clicks a class, it basically opens in a lightbox, ALL of the older people that clicked it used the browser back button instead of the one they SHOULD use.. as it shows the category title, NOT "Back" How can I change this?
My temp workaround
.am-category-url::after {
content: " (Go Back)";
}
.amelia-app-booking #am-service-booking .am-service .am-service-header .am-service-data .am-category-url {
font-size: 18px !important;
line-height: 1.9em !important;
color: #ffffff !important;
border: 2px solid #F80101 !important;
border-radius: 8px;
background: #F80101;
padding: 11px;
margin-bottom: 12px !important;
}
Hi, Jacob!
Sorry for the delayed response, I had to consult with our front-end developer.
Your solution is correct, but also you can try this CSS:
That's how it will look like:
Please let us know if you have any other questions.
Best Regards.