Forum Replies Created
-
AuthorPosts
-
August 3, 2020 at 12:30 pm in reply to: Optimizing images: Should I use more than 1 version? #1234799
Hi,
WP creates the srcset from images with the same aspect ratio ( +/- 1 px ) as the image you are displaying.
This means if the displayed image has e.g. 700px * 700px thumbs with a aspect ratio of 1:1 are considered responsive for scrset.
If your displayed image e.g. has 1280 * 720 ( 16 : 9 ) and you do not have thumbs with 16 : 9 the image does not get any scrset.
You find a list of thumbs in Enfold Options page -> Performance -> Responsive Images -> Image Thumbnails Info.
If you need responsive images for 16 : 9 you will need to add additional image thumb sizes for 16:9.
Best regards,
GünterHi,
Strange. Could you provide me ftp access please? I might need to add some debugging code to php and I do not like to do that without ftp in case I crash the site.
And I’m afraid I will also need some time to find the problem.
Best regards,
GünterJuly 30, 2020 at 11:39 am in reply to: Optimizing images: Should I use more than 1 version? #1234130Hi,
The reason why the images are not visible is a CSS rule:
img[data-lazyloaded] { opacity: 0; }
located in a script from litespeed.
WP creates the srcset from images with the same aspect ratio ( +/- 1 px ). Do you have thumbs that have the same aspect ratio as the original image?
You find a list of thumbs in Enfold Options page -> Performance -> Responsive Images -> Image Thumbnails Info.Best regards,
GünterHey Guenter,
Could you please provide us a link to a page where we can see the problem with credentials for backend (we need to disable file merging to debug js).
Best regards,
GünterJuly 27, 2020 at 12:58 pm in reply to: 4.7.6. – added: alt attribute to fixed size masonry background image container #1233511Hi,
Lösung wird ziemlich sicher Teil der nächsten Release werden.
Einen schönen Tag noch.
Best regards,
GünterJuly 25, 2020 at 5:21 pm in reply to: 4.7.6. – added: alt attribute to fixed size masonry background image container #1233222Hi,
Am ersten Blick sehe ich, dass Du das js script im child theme lädst – und das ist nicht die Version von github (sondern eine alte Originalversion von Enfold).
HTML markup ist korrekt mit title und alt.
Im Parent theme ist die korrekte version von avia-snippet-lightbox.js – wenn diese geladen wird (und cache löschen) sollte es funktionieren.
Da functions.php sehr gross, möchte ich da nichts ändern.
Best regards,
GünterHi,
Thanks, yes, I missed it. Will be part of next update.
If you want to update, you can replace
enfold\framework\php\function-set-avia-frontend.php
with
Best regards,
GünterJuly 25, 2020 at 3:38 pm in reply to: 4.7.6. – added: alt attribute to fixed size masonry background image container #1233209Hi,
Hab eine Lösung ohne das Originalscript ändern zu müssen.
Update die beiden oben angeführten Dateien.
Lösung findest Du in avia-snippet-lightbox.js die beiden Funktionen:
titleSrc
markupParsea) Wenn kein titel vorhanden, dann wird mfp-title versucht mit alt zu befüllen
b) mfp-img erhält jetzt das alt attribute jetzt auch bei Hintergrundbild, soferne vorhandenBest regards,
GünterJuly 24, 2020 at 4:50 pm in reply to: 4.7.6. – added: alt attribute to fixed size masonry background image container #1233043Hey Guenter,
Not sure if this is what you meant, but I extendend the lightbox script that when no title attribute exists (which currently leads to an empty title string in lightbox) it searches for the alt attribute and displays it instead.
And for the fixed size I also copy the alt attribute to the a tag.
Does that make sense?
To check use 4.7.6.1 and replace
enfold/js/avia-snippet-lightbox.js and
enfold/config-templatebuilder/avia-shortcodes/av-helper-masonry.phpwith:
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_7_6_1/lightbox_fix/avia-snippet-lightbox.js
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_7_6_1/lightbox_fix/av-helper-masonry.phpBest regards,
GünterHi,
We will do, but if you find something please report it. Helps us to speed up fixing.
Thanks in advance.Have a great day.
Best regards,
GünterHi,
Thanks for this info. I’m pretty sure that was missing also in previous versions.
I merged it for the next update.
Have a nice day.
Best regards,
GünterJuly 21, 2020 at 12:23 pm in reply to: Google Maps "Retired Version" warning showing up again #1232011Hi,
Thanks for this info.
It will be updated to 3.41 in the next release (4.7.5.1). Will be coming in the next days.Best regards,
GünterHi,
Glad we could help you. Enjoy the theme and have a nice day.
Feel free to come back when you need further assistance.
Best regards,
GünterJuly 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? #1231151Hi,
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, 4 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ünter -
AuthorPosts