Forum Replies Created
-
AuthorPosts
-
July 17, 2020 at 11:53 am in reply to: Feature request: Lazy load compatibility fix and Idea for plugin compatibility. #1231201July 17, 2020 at 10:08 am in reply to: Optimizing images: Should I use more than 1 version? #1231151
Hi,
Our latest beta version (4.7.5.1-beta-3) includes support for all ALB elements. If you are interested in testing, please open an own thread and we can give you a link to it in private content when it is ready.
Thanks for pointing at lazy loading. I added this to our dev repo and we will adress it asap.
Best regards,
GünterJuly 17, 2020 at 10:02 am in reply to: Feature request: Lazy load compatibility fix and Idea for plugin compatibility. #1231149Hi,
I added the WP lazy loading to our dev repo. We certainly will address it in near future – not sure if we can get it for our next release.
According jet pack lazy loading.
As there are many plugins around adding this to core will not be possible. But we think about adding filters so we can allow extension plugins to hook and do the changes they need. This is more flexible and easier to maintain.
Best regards,
GünterHi,
I agree – it is in the duty of the website owner to add a GDPR complient content to the Maintenance mode page.
As you say – you can create a simple page …..
The only thing that Enfold can do is not to load scripts like Google fonts and other services Enfold offers on that page when maintenance mode is enabled.
But that’s it.
Best regards,
GünterHi,
Sorry for the late reply.
I added it to our dev repo as a feature request.
Best regards,
GünterJuly 16, 2020 at 10:37 am in reply to: gelöschte Bilder als eine Art Beitrag über URL zu finden #1230867Hi,
@VariablerEsel
Danke für diese Info.
Ich schliesse dieses Topic. Sollten weitere Fragen auftreten, bitte ein neues Topic anlegen.
Einen schönen Tag noch.Best regards,
GünterHi,
@Gabri
Thanks for your feedback. Fix is part of the next update.
I will close this topic – feel free to come back when you need further assistance.
Enjoy the theme.Best regards,
GünterHi,
@Gabri
Please replace (Enfold version 4.7.5) enfold\config-templatebuilder\avia-template-builder\php\font-manager.class.php
with
Do not forget to make a backup of the original file for a fallback and to clear server and browser cache.
Best regards,
GünterJuly 14, 2020 at 9:32 am in reply to: hide footer #header { display: none !important; } does not work #1230238Hi,
Glad we could help you. Enjoy the theme and have a great day.
Feel free to come back when you need further assistance.
Best regards,
GünterHi,
Thank for the feedback. Glad we could help you.
Enjoy the theme and feel free to come back when you need further assistance.
Best regards,
GünterHi!
For next release I added 2 filters:
avf_skip_enqueue_scripts_backend_gmaps
avf_skip_enqueue_scripts_backend_grecaptchaReturn ”skip_loading” to prevent loading of scripts in admin backend.
But you need to implement a logic to make sure our backend works.Meanwhile:
For reCaptcha in file enfold\framework\php\class-grecaptcha.php arounf line 140:// add_action( 'admin_enqueue_scripts', array( $this, 'handler_wp_admin_enqueue_scripts' ), 500 );
Cheers!
GünterHi,
As much as I see in the HTML code the span attribute fr-cookie is not containing the checkboxes but only the text. Check this please. Both text and checkboxes must be inside for CSS to work.
Best regards,
GünterHi,
@Gabri,
Thanks for reporting this. Can reproduce it. Will be fixed.
Can you wait for the next update or do you want to get the fix before?Best regards,
Günter-
This reply was modified 4 years, 11 months ago by
Günter.
July 13, 2020 at 2:52 pm in reply to: Still massive DB writes issues with merged js and css (w & w/o Object Caching) #1229962Hi,
Thank you for your feedback. I added a release note to version.txt.
I will close this topic. In case you need further assistance please open a new thread.
Have a great day.Best regards,
GünterJuly 13, 2020 at 2:05 pm in reply to: DSVGO/GDPR: Aktives Cookie Opt-In umsetzen (entsprechend BGH-Urteil) #1229949Hi,
Ich möchte nochmals auf die Doku verweisen:
“User must accept and must opt in”.
Wenn Ihr in functions.php des Child themes einfügt:
add_theme_support('avia_privacy_basic_cookies_unchecked');
dann sind auch die Schalter für essential cookies deaktiviert.
Um den Standardtext für eine checkbox zu ändern, kann man z.B. schreiben:
[av_privacy_google_tracking]der neue Anzeigetext[/av_privacy_google_tracking]
Unter Enfold -> “Privacy and Cookie” -> Cookie Handling -> Modal Popup Window section -> “Modal Window Custom Content”
kann man die Überschrift und die Tabs und deren Inhalt frei eingeben und gestalten.
“Display Modal Popup Actions” bietet die Option “Open immediately on page load”.
Aufgrund der Komplexität der Cookie Materie (und auch der gesamten DSGVO) und den vielen vorhandenen plugins kann Enfold als theme nur eine Basisimplementierung dafür anbieten.
Bitte aber auch eines zu beachten: Plugins wie z.B. WooCommerce z.B. brauchen Cookies um zu funktionieren. Sollten Cookies deaktiviert sein, dann kann die Funktion der Website nicht mehr gegeben sein.
Best regards,
GünterHi,
To functions.php of your child theme add the following:
add_theme_support( 'avia_supress_cookie_modal_html_creation' );
This should work since 4.6.4.
Best regards,
GünterHey vgsystems,
Thank you for using Enfold.
I added this request to our dev repo. I will add an option to “Display Modal Popup Actions” to remove the HTML completly.
Please check the changelog – but I hope to get it ready for the next update.
Best regards,
GünterJuly 11, 2020 at 12:14 pm in reply to: Blog Posts ALB with Portfolio – do not work as expected #1229582Hi,
Please use the files from https://github.com/KriesiMedia/enfold-language-files as base to add translations. They are synchronised with the latest unreleased version of Enfold and contain the latest contributions.
Thank you.
Best regards,
GünterHi,
Thank you for sharing the german translation files. Added them to core.
Will check the other reply. Thank you.
Best regards,
GünterJuly 8, 2020 at 2:25 pm in reply to: Still massive DB writes issues with merged js and css (w & w/o Object Caching) #1228875Hi Jan,
Thanks for the feedback and testing.
Did you try to disable file merging (both CSS and JS), check option “Delete old CSS and JS files?” and save theme options?
This should remove all options starting with “aviaAsset_%”
see config-templatebuilder\avia-template-builder\php\asset-manager.class.php function reset_db_asset_list().Best regards,
GünterJune 30, 2020 at 11:45 am in reply to: DSVGO/GDPR: Aktives Cookie Opt-In umsetzen (entsprechend BGH-Urteil) #1226694Hi,
Please check https://kriesi.at/documentation/enfold/privacy-cookies/#toggle-id-6 and https://kriesi.at/documentation/enfold/privacy-cookies/
Also create a complete clean install of Enfold on a staging site (use WP Reset to clear all database entries) and then check the default settings for “Modal Window Custom Content” and other options.
This should help.
Best regards,
GünterHey S.,
Thank you for pointing at this.
Das Landgericht Düsseldorf entschied einen Fall, bei dem der Beklagte auf einer Baustellenseite darauf hinwies, dass seine Website sich im Umbau befindet und Interessenten sich über Telefon oder E-Mail melden sollten (LG Düsseldorf, Urteil vom 15.12.2010, Az. 12 O 312/10 – Volltext). Das Landgericht entschied, dass eine eine geschäftsmäßige Betätigung nicht vorlag und deshalb eine Impressumspflicht nicht bestand.
This means that you must create an empty page – Page Attribute Template blank, and in Layout also remove all sidebars, Title bars and footers. In the content only leave your “under construction” message (you may use ALB) – but do not add anything that could be business related – except a telephone number and/or e-mail address.
In Theme Options select this page as Maintenance Mode Page.
This should fit the legal requirements.
Best regards,
GünterHi,
Glad we could help you.
Enjoy the theme and have a nice day.
Best regards,
GünterJune 25, 2020 at 9:23 am in reply to: Still massive DB writes issues with merged js and css (w & w/o Object Caching) #1225423June 18, 2020 at 3:45 pm in reply to: Still massive DB writes issues with merged js and css (w & w/o Object Caching) #1223757Hi Jan,
Thanks for your feedback.
I extended theme option Performance -> Unique timestamp of merged files to Unique timestamp of merged files and WP object cache bug.
As we have only few reports concerning the object cache problem with Enfold I decided to keep implementation the way it is. The risk of hacking WP core and having negative influence on existing sites that work fine now is too big. But I know the probem now and will keep an eye on it.
I uploaded a beta version (see private content).
It would be a great help if you could check on your staging site with activated object cache that it is working as expected – only one file is generated and not one on each page load as before.
Thank you in advance.
Best regards,
GünterJune 17, 2020 at 3:14 pm in reply to: Still massive DB writes issues with merged js and css (w & w/o Object Caching) #1223418Hey Jan,
Thanks for this info.
I digged into the code of enfold\config-templatebuilder\avia-template-builder\php\asset-manager.class.php.
I found a bug that caused generating the “error-generating-file” entries spoiling the db.
And referring to https://core.trac.wordpress.org/ticket/31245#comment:57 I also added a temporary fix.Could you please check, if this solves the problem please.
Replace the content of enfold\config-templatebuilder\avia-template-builder\php\asset-manager.class.php with
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_7_5/cache_fix/asset-manager.class.phpIn functions.php add
add_theme_support( 'avia_redis_cache_fix' );
Save theme options to clear db entries.
I added functions update_option_fix_cache, delete_option_fix_cache and fix_all_options_cache.
Best regards,
GünterPS. Please remove the changes you made.
-
This reply was modified 5 years ago by
Günter.
Hi,
Thanks for your feedback.
As you mentioned – the problem is overwriting other translations.
Up to now the “latest” translation was only available after a theme release – which is not that often.
Now as soon as we get a new translation we merge it and update this repo. So using a copy of this repo you have the “latest” version.
As long as one translator after the other is providing the translations of a language always based on the latest github repo you also can provide a link to the files and we can do the merging – no need for you to work with github.
We will try this for a while and see how it works.
Best regards,
GünterHi,
In Enfold -> Layout Builder there is an option “Integrated (Bundled) LayerSlider Plugin”.
Select “Activate Bundled Plugin” and save theme options.
Now you need to reinstall the complete theme (I would suggest you delete/rename theme folder and upload the latest version with ftp).
Remove any lines of code you added regarding layerslider in functions.php (or elsewhere).
Now layerslider should work again.
Best regards,
GünterHi,
The link to Github I provided above should work – but there is a problem with the fading effect I can reproduce – but I have not found a solution for it yet. I forwarded it to team member who has more experience with animations.
Best regards,
Günter -
This reply was modified 4 years, 11 months ago by
-
AuthorPosts