Forum Replies Created
-
AuthorPosts
-
January 14, 2021 at 4:33 pm in reply to: is it possible to load reCAPTCHA v3 only on needed Pages #1272446
Nevermind, I found this repo: https://github.com/KriesiMedia/enfold-library Very useful repo.
To achieve that, you can use this snippet: https://github.com/KriesiMedia/enfold-library/blob/a2a93f0004d530dedaa1576ae63a3f2915ac407d/actions%20and%20filters/External%20Services/avf_load_google_recaptcha_api_prohibited.php
January 14, 2021 at 4:21 pm in reply to: is it possible to load reCAPTCHA v3 only on needed Pages #1272437Hi @ismael,
Any option to implement the changes over class-grecaptcha.php using the child theme?
Thanks
I found a way to do that without modify core files:
//Delete icons from Enfold add_filter('avf_default_iconfont','avia_change_default_icon_font_para', 10, 1); function avia_change_default_icon_font_para($fonts) { return null; }
Regards,
- This reply was modified 4 years, 4 months ago by vgsystems.
Hi Günter,
I can confirm that this works perfectly.
Thanks!
Hi,
For those who wants to add a hover image for team members, we add this functionality to native Enfold’s component.
You have to add team.php to Enfold’s child theme inside shortcodes folder: /enfold-child/shortcodes/team.php
Gist file: https://gist.github.com/vgsystems/a9ba12929dc043a4ed229cc604cd7e12
If you don’t know how to enable shortcodes folder, pleas check this forum.
Best regards,
Hi Nikko,
I did it before write you and the result is the same. We are using enfold child theme.
In your demo all works Ok because you are not using responsive capabilities. If you turn on the mobile responsive function, you can reproduce it.
Best regards
Hi Ismael,
Your change make that the icons appears but without any effect. Also, there lines that connect icons themselves doesn’t appear.
It’s possible that the timeline JS effects work on iPad and the connecting lines were visible?
Best regards
Hi Victoria,
It doesn’t work.
The css class avia_start_delayed_animation is removed on iPad in shortcodes.js file, line 442.
It seams to be a javascript problem…Best regards
Hi Victoria,
I checked your solution in our development environment and it isn’t worked.
We think that the problem it isn’t related with screen resolution, it’s related with device recognition javascript system.
Best regards
Hi Victoria,
I can’t give you access to our website, I’m so sorry about that. I can give you screenshots or whatever you want, but no access.
Also, we noticed that the problem appears in other installations with the last Enfold version too.
Awaiting your news,
Best regardsHi Victoria,
I attached two screenshots, one with the error and another with the correct way. I noticed that the screen resolution doesn’t take effect, you can put the same resolution than iPad on Chrome’s emulator and the behaviour will be correct, but if you use a real iPad or select iPad on Chrome’s emulator, the problem appears.
Wrong screenshot: https://imgur.com/a/EduC7lt
Correct screenshot: https://imgur.com/a/bGcsRVnTake into account that I’m talking about timeline plugin of Enfold theme.
Best regards
-
AuthorPosts