RalfM
Forum Replies Created
-
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Cookie Policy page not showingSo, I tried with the Health Check and Troubleshooting plugin, but this has nothing to do with the theme or the plugins. Even if only Complianz is running, the shortcode shows nothing.
In the backend, it shows that the document is validated and synchronized.Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Cookie Policy page not showingThanks a lot for your answer Jarno.
This is a Divi website. I will try if it works with another theme tomorrow. I already tried with just the shortcode within a Divi page, with the shortcode within a Gutenberg page and with the Gutenberg block.
The URL . But the page is not live yet, and you will only see a password page. I cannot send a private message here, so it would not be easy to access you.Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] CF7 doesn’t send with new formHi,
I tried everything again this morning on a staging site and it worked. After reinstalling the old version 4.2 and then updating to the current version, it works also on the live site. So I don’t have an explanation for that, but somehow it works now.
Thanks again for this great plugin!- This reply was modified 5 years, 4 months ago by RalfM.
Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] CF7 doesn’t send with new formI know.
I don’t see any errors in the console.
I tried a lot to find a glue with another plugin, but I didn’t.
Maybe I can send you the whole site for testing …
Don’t want to share personal things here so maybe you can give me another way to contact you.
Thanks in advance.I have the same issue.
Forum: Plugins
In reply to: [Autoptimize] AO and Caldera FormsThank you Frank,
I tried and it looks good so far. No more errors.
Awesome service!Forum: Plugins
In reply to: [Autoptimize] AO and Caldera FormsThanks Frank,
here you go: https://gemac-fieldbus.com/de/kontakt/Best regards
RalfExactly,
thanks a lot David.Hi David,
I tried again and found that without cache, the “time to first byte” is 350-500ms better with cache on. So this is great! I can’t explain why this is not viewable in the scores.
I also get the message in the source that the cache is working. The last-modified time is very useful there.
Autoptimize cuts this string out, but this is no problem and saves some traffic.
So thanks for explaining!Well, Frank,
but this is very successful, while the cache seems to do nothing.
I tried now on another page – with the same result.
Maybe I do something wrong, but it looks like I stay with AO at all and it’s fine.Hi,
I had to find a quick solution here and so I gave titles to all woo products manually.
Best regardsHi Sybre,
Sorry for not reacting for so long. So here I am back at this problem and it is still there.
The option “Strip HTML tags from generated titles?” is active.
It works fine on pages and posts, not on Woocommerce products.So maybe you can have again a look at this issue here.
Thanks a bunch.
Uh, oh.
It looks like SEO framework itself put this into my titles. It happens on more than one different websites of mine. It disappears when I disable SEO framework.Forum: Plugins
In reply to: [Custom Content Shortcode] How to cut a text ?Thank you very much Eliot!
This works perfect.
This is my code now and it gives a list sorted by the name and shows how often it is listed.[set count total]0[/set][set ort]Aachen[/set][loop type=eintrag orderby=location fields=id][set clean_ort][format split=":," part=1][field location][/format][/set][set clean_ort][format ucfirst][get clean_ort][/format][/set][pass vars][if check={CLEAN_ORT} value={ORT}][calc]total = total + 1 [/calc][else][calc]count = count+1[/calc][get count]: [get ort] - [get total] Einträge [set ort][get clean_ort][/set][calc]total = 1 [/calc][/if][/pass][/loop]Now there is another idea coming up: to have a list of the top 10 entries …
I have no idea how to get a list out of a list …