Krešimir Karamazen
Forum Replies Created
-
Hi Kris,
Thank you for your reply and for checking this on your side.
In my case, the issue turned out to be related to the database itself — after restoring an older version, I was able to locate the correct forms. I used the export function there and then imported them into the updated site, which worked perfectly.
My recommendation for other users would be to keep an export backup after each form modification, as the forms can easily be lost when performing a large-scale search and replace in the database (for example, when changing the domain name).
As for my own WordPress plugin generator (wpplugin.mazen.fans), it’s currently available as a free version. A Pro version which also exists, isn’t accessible yet, since the payment system isn’t active, mainly to explore the possibility of offering it as a paid option — although so far there has been zero community interest in actually using it. Even so, the free version already provides a solid and feature-rich template with React-based admin editing.
Thanks again for your help and for maintaining such a comprehensive plugin.
Best regards,
KresimirForum: Plugins
In reply to: [Onscreen Keyboard] How to customize keyboard?Excuse me for not responding immediately. I initially thought that as the plugin owner, I would be subscribed to messages here, but unfortunately, that wasn’t the case. To address your request for customization such as adjusting the keyboard’s size or scale, adding or removing characters, and showing only a numerical keyboard with arithmetic signs, you’ll need to tweak the JavaScript code. While the plugin is designed for easy extension, modifying the code to integrate new features like these is necessary. Extending the settings to accommodate such customizations is indeed a promising prospect. However, it’s not planned in the near future due to resource constraints. Thank you for your understanding.
Forum: Plugins
In reply to: [Onscreen Keyboard] Language layoutHi there,
To add another keyboard layout like Ukrainian, you’ll need to tweak the JavaScript code. The plugin is designed for easy extension, but modifying the code to integrate new layouts is required.
Thank you! So I did! Good luck!
Forum: Reviews
In reply to: [The Events Calendar] very convenientThanks, I will!
Forum: Reviews
In reply to: [Ninja Forms - The Contact Form Builder That Grows With You] very convenientThank you! So far I am not very usefull – because of low budget I can not buy any premium. By the way, I have had a quick look at the source code and found this, not an error at all:
classes/forms.php:
(line 39) $form_id = $form['id']; // ***** $form IS NOT AN ARRAY, EFFECT IS: $form_id = $form, PHP DOES NOT COMPLAIN! ****