Forum Replies Created
-
AuthorPosts
-
January 15, 2021 at 1:05 am in reply to: Google ReCaptcha does not work with Enfold Version: 4.7.6.4 #1272543
Thanks for the help,
it worked
—————–
Vielen Dank für die Hilfe,
es hat funktioniert.The same problem here on 4.7.6.4
If I add the Captcha (v2 or v3) I just get this error:
“Dieses Kontaktformular ist momentan deaktiviert, da Sie den Google reCAPTCHA-Service noch nicht akzeptiert haben. Dieser ist für die Validierung des Sendevorgangs jedoch notwendig”The CSS Hack:
.avia-disabled-form { display: none; }
Did not work.Theme Details:
Theme: Enfold
Version: 4.7.6.4
Installed: enfold
AviaFramework Version: 5.0
AviaBuilder Version: 4.7.6.4
aviaElementManager Version: 1.0.1
ML:256-PU:30-PLA:16
WP:5.6
Compress: CSS:all theme files – JS:all theme filesHello Victoria,
thanks for the Links …. that’s exactly the issue:
https://css-tricks.com/moving-to-https-on-wordpress/ Number -> 4. Mop up Mixed Content Warnings
“That’s like: “Hey nice trying being HTTPS but you aren’t fully so NO GREEN LOCK FOR YOU!””
and
“But it could be anything. HTTP <script>s, HTTP CSS <link>s, HTTP <iframe>s. Anything that ends up making an HTTP request that isn’t HTTPS will trigger the error. You just need to fix them. All.”
—–
That’s not im my hand – as it comes out of your theme (see examples in my first post). I can not change them.
You have to make the addressing protocol neutral.We can do nothing – because it’s the links in the theme.
The solution has to be done by the kriesi guys. The solution will be (as I wrote) “change the adressing of the resources to a // instead of http:// or https:// “Same problem from me – after switching to https a lot of the theme links remain http which makes the page “unsecure” in Chrome and Firefox.
Examples are:
<span itemprop=’logo’ itemscope itemtype=’http://schema.org/ImageObject’>
<link rel=”profile” href=”http://gmpg.org/xfn/11″/>
<div class=”breadcrumb-trail” xmlns:v=”http://rdf.data-vocabulary.org/#”>
<span itemprop=’logo’ itemscope itemtype=’http://schema.org/ImageObject’>
and so onCan you please change the adressing of the resources to a // instead of http://
-
AuthorPosts