st3phan5
Forum Replies Created
-
Hi,
I don’t know if I’m in the right place here, but I also noticed that the avatars are trying to load from gravatar.com, even though I disabled them in the WordPress settings. I currently hide them with CSS. I would be happy if data protection were also taken into account more.
Thanks in advance!
Forum: Plugins
In reply to: [Caldera Forms Anti Spam] Recaptcha v3 not working in FirefoxI had the same issue on my page after installing this plugin with my recaptchav3-code. Testing all forms I noticed that chrome did his job very well but firefox didn’t send any of my forms even disabling all add-ons.
Looking in firefox developer console I noticed, that recaptcha-cookies / js-files were blocked as third-party cookies.
I changed in firefox setting cookies to ‘Cross-site cookies – including cookies for social media networks’ and this solved my issues. This setting is not ‘standard’ in Firefox.
I checked another website using CF7 with recaptchaV3. This one worked with higher cookie setting in Firefox (form has been sent), but cookies and js-file were also blocked.
I mean, forms should also be able to be sent if the recaptcha files are blocked by firfeox
I hope this was helpful. Thanks!
Forum: Plugins
In reply to: [Broken Link Checker] Broken links include anchor-tagDue to the possibly of wrong rendering, I also reported the problem to ‘Gutenberg Blocks – Ultimate Addons for Gutenberg’.
https://www.ads-software.com/support/topic/false-rendering-of-url-in-block-faq-schema-child/
Forum: Plugins
In reply to: [Broken Link Checker] Broken links include anchor-tagHi, thanks a lot for your research! I really appreciate it.
Yes, of course I use the latest versions of both plugins in the hope it resolves my issue one day ??
By now, I’ll try to go with your advice, even if I did it some time ago. I’m just surprised that the source code actually looks okay.
Thanks again!
Forum: Plugins
In reply to: [Broken Link Checker] Broken links include anchor-tagSorry for being late ??
I ‘ll try to give some more information:
a) Yes, I use https://ultimategutenberg.com/ in combination with Astra Pro
b) Sourcecode looks fine from my view …
c) I uploaded two screenshots, who might help to understand my problem:https://st3phan.de/upload/brokenlink-1.jpg
andhttps://st3phan.de/upload/brokenlink-2.jpg
All other links over the whole website work fine and don’t get reported. Just some of my links in the ‘FAQ – Schema Child’ block:
https://st3phan.de/upload/brokenlink-3.jpg
Just because the source code looks fine, I reported this error for your plugin.
Thanks again!
/st3phan- This reply was modified 3 years, 8 months ago by st3phan5.
Forum: Plugins
In reply to: [Category Posts Widget] breaks WP after updateThanks fr your quick answer!
No, there is no problem for me. I’ll wait still the code got fixed. Thx a lot!Forum: Plugins
In reply to: [Strong Testimonials] Reply to testimonialHi,
of course you can/must do it ?? …I did it with CSS:
.strong-form .form-field.field-kommentar { display: none; }
kommentar is the name/slug of the field. You also have to disable the label displayed on your frontend.
good luck again ??
Forum: Plugins
In reply to: [Strong Testimonials] Reply to testimonialI had the same ‘issue’ and did a bypass by inserting an extra textfield. It works fine if you don’t need all the stuff a textarea comes with (tinymce …). Just add a custom CSS class to your response textfield and you can style it the way you want.
good luck
* remember: there is no notification to the customer when you ‘ll comment the post.
HI, I don’t know if you might use the ‘standard’ or ‘placeholder’ values …
in other case, this might be helpful to write some code: https://gist.github.com/Shelob9/4015f6489ee94e6ee743db4f359f14d4
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Form export to excel (csv)Hi!
There are some known issues at GIT … check them to find some help/code there: https://github.com/CalderaWP/Caldera-Forms/issues?utf8=%E2%9C%93&q=export+entriesGood luck!
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] WPML compatibilityHi,
they just decided to go with Weglot: https://calderaforms.com/2019/03/translate-wordpress-site-weglot/I had the same issue. Not giving up playing with my firewall an the settings of this plugin, I removed some bots from the robot-list under menu ‘exceptions’. “Et voilá” … search engine hits came back to my display in stats … The bots I removed are called googlebot, bingbot and so on. Just the search engines you need/have aktivated to display. Don’t forget to disable the update of this list.
good luck!
- This reply was modified 6 years ago by st3phan5.
Hi, … they don’t read this every day … most development is done at GIT: https://github.com/CalderaWP/Caldera-Forms/issues. Pls check this to find something similar.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Reffering URLjust picking up this thread … ??
As far as tried myself using the plugin provided above, it should work. In my case a get the propper referrer (the page I came to the form). If you want to catch something else, try to modifiy the line where I write the referrer to $ref_url. You can use any php code you want.
my case:
page-with-link-to-form > page-with-form-through-shortcode > thank-you-pageThe ‘page-with-form-through-shortcode’ retreives the referrer and gets the url from ‘page-with-link-to-form’ as result.
Hi, you can use a content field (HTML) and write some code. Just put an image tag inside with the src of the media-file. I do it this way.
There is no drag ‘n drop or MCE in this editor.
Good luck!