markoarula
Forum Replies Created
-
Forum: Plugins
In reply to: [HDForms | Contact Form Builder] Can’t update existing formsOne more thing that I forgot to ask.
Is there a way to save the entries in wp dashboard?Forum: Plugins
In reply to: [HDForms | Contact Form Builder] Can’t update existing formsGreat, I’ll add that script to the function.php
I would like to apply this change for all textarea fields.
Thank you for you help and fast replies 🙂Forum: Plugins
In reply to: [HDForms | Contact Form Builder] Can’t update existing formsYou are right, I was on the field all the time and when I click on blank space “Save form” button appears again.
Feel a bit stupid, but then again it is a bit confusing.
Thanks for the help.
I have one more question, is there a way to put a word or character limit on textarea field.Forum: Plugins
In reply to: [AntiSpam for Contact Form 7] Submit button is disabledI know, this kind of issues are not easy to fix.
“Append hidden fields on submit” option was enabled, I disabled it now.
All the settings are default as they were on initial plugin install.Forum: Plugins
In reply to: [AntiSpam for Contact Form 7] Submit button is disabledThe OS we use is iOS for MAC & iPhone, and the browser was Safari & Google Chrome.
The OS the clients use was both iOS for MAC & Windows, but not sure about what the clients were using 100% sure.
We would like to continue using your plugin because it really helped with spam emails.Forum: Plugins
In reply to: [AntiSpam for Contact Form 7] Submit button is disabledNot sure about operating system, but it was a lot of times on mobile Chrome and Safari.
Forum: Plugins
In reply to: [AntiSpam for Contact Form 7] Submit button is disabledHi, there is nothing suspicious in console.
Here is the web with the issue https://staging.amarok.is/contact/ and here for example you will find more forms with the same issue https://staging.amarok.is/adventure/hidden-trails/ just click on “See available dates” and then on waitlist button.Forum: Plugins
In reply to: [WP Night Mode] Various problems with the plugin and elementorCan you send URL of your website and send a screenshot of the issue.
It is hard to say what is going on without seeing the website.
Forum: Plugins
In reply to: [WP Night Mode] Various problems with the plugin and elementorHello,
for some specific modifications you should write your own CSS.
When night mode is active the body will have ‘wp-night-mode-on’ class and you can use that class to change what ever you want.
Forum: Plugins
In reply to: [WP Night Mode] Help with transparent logo disappearing in slideNo problem, glad that I could help 🙂
Forum: Plugins
In reply to: [WP Night Mode] How to toggle button class on cookie/activeAs I can see, you just need to replace the moon icon with the sun icon.
Please try with this CSS:
#boton-darkmode a .fas:before { content: "\f185"; } body.wp-night-mode-on #boton-darkmode a .fas:before { content: "\f186"; }Let me know if that worked.
Forum: Plugins
In reply to: [WP Night Mode] Help with transparent logo disappearing in slideHi,
have you tried with something like this for the icons:
body.wp-night-mode-on .fa-facebook, body.wp-night-mode-on .fa-instagram, body.wp-night-mode-on .fa-discord, body.wp-night-mode-on .fa-info-circle { background: transparent; }Forum: Plugins
In reply to: [WP Night Mode] How to toggle button class on cookie/activeHi,
the link to your website would be very useful.
You can probably achieve what you want without JS.
Forum: Plugins
In reply to: [WP Night Mode] Help with transparent logo disappearing in slideHello,
do you still need help with this issue?
I can’t see slider on your homepage, not sure if you removed it or is it in some other place?
Forum: Plugins
In reply to: [WP Night Mode] Night Mode as Default in Github changelog…Hello,
yes there is an option to turn default on or off.
Best regards