thesiim
Forum Replies Created
-
Forum: Plugins
In reply to: [SeatReg] Illegal characters in booking dataHello
Thank you for notifying about the issue. I released a new version 1.23.1 of the plugin. It should fix the issue.Forum: Plugins
In reply to: [SeatReg] TranslationI tested with Danish (seatreg-da_DK.mo, seatreg-da_DK.po) and Estonian (seatreg-et.mo, seatreg-et.po) translation and it worked. So I am not sure why its not working for you. Are you sure you got the naming correct? Did you also change the site language in WordPress general settings? Also would be nice if you can add your translations to https://translate.www.ads-software.com/projects/wp-plugins/seatreg/ so everyone can benefit from it.
Forum: Plugins
In reply to: [SeatReg] TranslationIf you already have the translation files (mo and po) then yes you can copy them to wp-content\languages\plugins. Make sure you name the file correctly.
Forum: Plugins
In reply to: [SeatReg] TranslationHello
Translations will be taken from https://translate.www.ads-software.com/projects/wp-plugins/seatreg/
That way we can all benefit if someone translates.Forum: Plugins
In reply to: [SeatReg] Seat OpacityI updated the plugin to version 1.23.0. It now has the ability to add transparent background.
Forum: Plugins
In reply to: [SeatReg] Seat OpacityHello
I am glad that you liked my plugin. Thank you for the review.
Currently its not possible to set opacity with color-picker. But that’s a very good idea and I will add it to the todo list.
As a workaround you can manually change this line:https://github.com/SiimKirjanen/seatreg/blob/master/registration/js/registration.js#L237
to
box.style.backgroundColor = 'rgba(97, 179, 41, 0)'.replace(/[^,]+(?=\))/, '0');
That way all boxes have opacity 0
- This reply was modified 2 years, 8 months ago by thesiim.
Forum: Plugins
In reply to: [SeatReg] remove default fieldHello,
Currently it is not possible to remove the default fields.
Forum: Plugins
In reply to: [SeatReg] SeatReg Table formatI updated the plugin to 1.22.0
Now use has ability to copy entered information
Scrolling should work in checkout.Forum: Plugins
In reply to: [SeatReg] SeatReg Table formatHey
I will fix the not scrollable problem.
I need to think about how to solve the “having the person enter their information for every single table” problem.
The open text can’t be changed without actually changing the code.
I have no plans to add stripe currently.Forum: Plugins
In reply to: [SeatReg] Create ROW and seat numberThis feature has now been added.
Forum: Plugins
In reply to: [SeatReg] SeatReg Table formatI released a new version of the plugin 1.21.0. Registration mobile view got some improvements and I added height attribute support for shortcode. So now you can control the height of the registration view in shortcode.
Forum: Plugins
In reply to: [SeatReg] SeatReg Table format1.Let’s see what I can do.
2. Let’s see what I can do.
3. I can’t just remove “Change room” button in mobile view. Registrations can have more than one room and users should be able to select them somehow. But I can hide it. So if your registration only has one room then there is no point of showing it.
4. Yes this feature has been requested before. It is in my todo list.
5. This feature already exists. Its called custom fields. You can make custom fields in your registration settings to ask custom data from clients.Forum: Plugins
In reply to: [SeatReg] SeatReg Table formatYes I can try to fix it. So to problem is that the OPEN button wont stand out in mobile view?
Forum: Plugins
In reply to: [SeatReg] SeatReg Table formatI updated plugin to 1.20.1. It should fix the start and end date displaying.
Forum: Plugins
In reply to: [SeatReg] SeatReg Table formatHey. Yes the mobile view is quite different than desktop view because there are not enough room to play with. But I do agree that mobile view needs some work.
Seems like there is a bug in info box related to dates. I will investigate when I have some time.
Not sure what you meant by navigation arrows. You should be able to use fingers to zoom/move around in layout.