thesiim
Forum Replies Created
-
Forum: Plugins
In reply to: [SeatReg] french versionWill mark as resolved
Forum: Plugins
In reply to: [SeatReg] french versionAfter switching to French (Belgium) go to WordPress Dashboard->Updates. There should be a update for SeatReg translations.
Forum: Plugins
In reply to: [SeatReg] Confusing popupHey.
In settings do you have “Booking redirect to status page” enabled?
Also in settings to you have “Booking email verification” enabled?Forum: Plugins
In reply to: [SeatReg] french versionHey
It should download translations automatically if the site language matches the translations. The issue might be that your site uses different language? Currently French (Belgium) has 84% translations completed. French (France) only has 40% and is not usable.Forum: Plugins
In reply to: [SeatReg] Variable Pricing Not Available?Currently its not possible to automatically fill multiple prices. There is already a task in wishlist to implement it..
Forum: Plugins
In reply to: [SeatReg] Variable Pricing Not Available?Hello
You can actually add multiple prices to seats. In pricing modal (in schema editor) there is a plus icon that allows you to add different prices to selected seats. Let me know if that is what you are looking for.I updated plugin to version 1.55.1
It should fix the issue with the comma.Oh I think you might be right. It can be because of language settings. I will create a update tomorrow. I hope that it will solve the issue.
I looked at your registration and I don’t see this strange comma problem.
All prices look normal
De totale boekingkost bedraagt €11
Deze plaats boeken kost €14
Very strange. I think there might be something installed in your computer that makes these changes.
I strongly suggest not to make direct code changes (unless you are 100% sure what you are doing).
If you want to translate then you should use some translation plugin.Can you share the registration link? Or you can create a new registration for testing where I can see this problem.
Can you test with another browser? Maybe you have some browser extension that causes the problem.
Do you have any other plugins installed? I have a feeling that there might be a conflict.
Forum: Plugins
In reply to: [SeatReg] Reservation – remove Name for each seatHey
Great idea. I will add it to the wishlist.Forum: Plugins
In reply to: [SeatReg] Premium VersionHey
I have no plans for making premium version of this plugin. For support you can use this support forum (I do my best to try to answer any questions).
The “powered by seatreg” can be removed by adding custom CSS in registration settings.
The “donate money” cant be removed without making direct changed to the code.
Currently there are no plans to integrate with woo plugin.Hey
Yes you can use the following CSS rules.
Change pending box color.box[data-status=bron]{background-color:#6495ED !important;}
Change approved box color.box[data-status=tak]{background-color:#1cdff2 !important;}
Make pending booking indicator circle bigger.box .bron-sign{width:24px;height:24px;}
Make approved booking indicator bigger.box .taken-sign{width:24px;height:24px;}