Forum Replies Created
-
AuthorPosts
-
November 8, 2023 at 5:41 pm in reply to: [Enfold 5.6.8] Block Editor: Cannot open Sidebar / Settings with Avia active #1425011
Hi,
We will add a fix in next release 5.6.9.
There was a problem with “Fullscreen Mode” and ALB in Block editor – and I adopted the behaviour of ALB as it is in classic editor where “ALB Fullscreen” uses the complete screen.
In next release the Block editor “Settings” Button in top bar will allow to show or hide the sidebar. Fullscreen mode will hide or show the dashboard menus on the left.
Sorry for the problems you had and thank you for reporting.
In case you need the fix earlier let us know.
Best regards,
GünterHi,
The code is limited to pages and posts. For next release I will add this to core also for any CPT.
Best regards,
GünterHi @Guenni007,
FYI:
Currently no timeline on this, but we will start with Horizontal Gallery and Fullwidth Easy Slider and step by step with other elements.
Best regards,
GünterHi YourChoice Informatik GmbH,
It must have been a problem in database – no idea if related to WP or Tribe not updateing a database field that is responsible for ordering.
If such strange things occur it is always a good idea to create a new post/event/entry and delete the old one.
Best regards,
GünterHi,
This snippet was proposed by a user and we added it to our library 1:1 in case the original post would become offline – and we did not even test it.
But I will add it to the dev repo to extend it for any post type.
Best regards,
GünterHi @BigBatT,
Thank you for contributing the translations. Will be added to core.
Have a great day.Best regards,
GünterHi,
You also find an example here:
Best regards,
GünterHi,
Kriesi is preparing the release 5.6.7 – so it should be online in the next hours.
Best regards,
GünterHi,
You are the greatest – adding this at bottom of enfold\config-templatebuilder\avia-shortcodes\toggles\toggles.css does the trick.
Thanks a lot for your help !!!!!
Until next release also adding it to Quick-CSS in theme options helps.
Best regards,
GünterHey Tim,
Sorry for the late reply.
Thank you for suggesting this. Sounds good and makes sense.
I added it to our Feature Request Github Repo:
https://github.com/KriesiMedia/Enfold-Feature-Requests/issues/78
In case you want to add more to this issue (or create new ones) feel free to do so please.
Best regards,
GünterOctober 7, 2023 at 10:57 am in reply to: Neues Symbol “mein Konto” lässt sich nicht entfernen #1421725Hi,
Es gibt eine Option:
Enfold -> Shop -> Header Account Icon.
Dort kann man es einstellen.
Best regards,
GünterOctober 2, 2023 at 4:39 pm in reply to: FYI: PHP 8.2 deprecation not yet in the 'upcoming fixes' post #1421181Hey Veerle,
Thank you very much for reporting this. We appreciate your help very much – and it is OK to use the presale form.
Will be fixed in next release.
Enjoy the theme and have a great day.
Best regards,
GünterSeptember 25, 2023 at 5:50 pm in reply to: Bug: additional class for blog page nested pagination #1420315Hi,
You can add the logic in the filter.
Check if you are on a blog page and then add your class tjajax.
Add this additional check inside the if statement of our example in https://github.com/KriesiMedia/enfold-library/blob/master/actions%20and%20filters/Basic%20Templates/All%20Templates/avf_custom_main_classes.php
Best regards,
GünterSeptember 25, 2023 at 5:37 pm in reply to: Bug: additional class for blog page nested pagination #1420311Hi,
Filter is added to 5.6.7. Here an example how to use it:
Will be available in base templates.
If you already want to add it to your sites prior to release, here is the modified file:
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_5_6_6/index.php
Best regards,
GünterSeptember 25, 2023 at 3:38 pm in reply to: Bug: additional class for blog page nested pagination #1420297Hi,
Then a filter would be the best (avf_custom_main_classes). Probably I will add it to main tag on other pages also.
I will let you know here when I know more. I will try for next release.
Best regards,
GünterSeptember 25, 2023 at 2:35 pm in reply to: Bug: additional class for blog page nested pagination #1420283Hey Thomas,
What I can offer is a filter to add custom classes to main tag. Changing the div structure is too critical to break existing sites with customizations.
You certainly know, but in html tag you have a class like e.g. html_entry_id_30165 or you can use filter avf_custom_body_classes (enfold\header.php line 167) to add classes to body which you can use to limit selectors for the main tag (like “.your-body-class main”).
Does that help you or would you still prefer an own filter for main tag?
Best regards,
GünterSeptember 23, 2023 at 2:52 pm in reply to: Accessibility issue: subnav menus need a role=”menu” #1420114Hi,
Thank you for reporting this.
Both fixes will be added to next release 5.6.7.
If you want you can replace the following 2 files:
enfold\footer.php
enfold\config-templatebuilder\avia-shortcodes\menu\menu.phpwith
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_5_6_6/footer.php
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_5_6_6/config-templatebuilder/avia-shortcodes/menu/menu.phpDo not forget to make a backup of the original files for a fallback.
Best regards,
GünterHey Patrick,
Thank you for using Enfold.
Shortcode syntax can be:
[shortcode xx='']....[/shortcode]
or
[shortcode xx='']
The second is “self closing”.
Best regards,
GünterHi,
Here is the fixed file enfold\includes\helper-assets.php:
See functions av_video_assets_required and av_slideshow_required.
Best regards,
GünterHi,
Thank you for reporting this. Something we have completly missed.
For next release I will add a fix for this in av_video_assets_required.
I will let you know here when the fix is ready so you can update the file.Meanwhile you can use filter avf_enqueue_wp_mediaelement to avoid loading (in functions.php line 679).
Return false when not needed.Best regards,
GünterSeptember 15, 2023 at 11:22 am in reply to: Unexpected : DOMException: Failed to load because no supported source was found #1419266September 14, 2023 at 3:35 pm in reply to: Unexpected : DOMException: Failed to load because no supported source was found #1419172Hi,
Also die einzige vernünftige Erklärung die ich habe ist, dass pagespeed da es nichts von der Seite anzeigt, das Laden des videos blockiert, der HTML DOM aber da ist und dann natürlich unser js darauf zugreift und ausgeführt wird.
Wenn ich mit einem video element auf ein nicht vorhandenes Video zugreife (localhost) dann bekomme ich in lighthouse:
Failed to load resource: the server responded with a status of 404 (Not Found)
Best regards,
GünterHi Jeannette,
Thank you for the feedback.
I will leave this topic open.
Enjoy the theme and have a great day.
Best regards,
GünterSeptember 13, 2023 at 3:51 pm in reply to: Unexpected : DOMException: Failed to load because no supported source was found #1419054Hi,
Thanks for the login credentials.
As you said: the staging site works as expected.
When saving theme options the post css files get invalidated (this happens in database) and are regenerated when a page is loaded in front.
You can check this on your staging site with ftp in folder /wp-content/uploads/dynamic_avia/avia_posts_css/.
You need to reload theme options page after save to start a cron job to delete the post css files and also reload (“aktualisieren”) the directory in your ftp client.Checking the source text of your productive system page there are the correct links to the post css file (see private content).
It seems, that the files could not be created on your production site.
Can you recheck if there are limitations in the filesystem ?
Are cron jobs enabled?
There is folder /wp-content/uploads/avia_posts_css – this is an outdated folder that you can delete (was moved inside /dynamic_avia.
Can you scan your filesystem, if you find post-37241.css somewhere.Best regards,
GünterSeptember 13, 2023 at 12:38 pm in reply to: Unexpected : DOMException: Failed to load because no supported source was found #1419030Hey Guenter,
Having a quick look into it:
WP Media Element (html tag mediaelementwrapper) used in ALB Video element has a structure as described in your link
in Danger Zone:<video ....> <source scr="...." ...>
where the play() promise never rejects. So the solution probably cannot be used.
Maybe the HTML structure is different depending where you encounter the problem.
There does not seem to be an easy and quick solution.
Best regards,
GünterSeptember 12, 2023 at 11:26 am in reply to: Long page loading ends with 50x due to false SVG logo url #1418873Hey aixhibitag,
Thank you for using Enfold and reporting this.
For next release I added a timeout to the curl options when reading the svg file.
This fixed it on my dev site. I tested it with attachment ID -> missing file and adding wrong url.If you want to check it replace enfold\framework\php\class-svg-images.php with the content of
Best regards,
GünterHi Jason,
Thank you for using Enfold and for your patience.
I want to give you a quick overview on what will be coming:
We are currently working on the integration of custom fields content in ALB elements and to get most out of this feature on “Custom Page Layouts”.
This means based on ALB you can design editable page layouts and use these to display your pages, posts and custom post type posts.
But we cannot give a release date yet.
Best regards,
Günter -
AuthorPosts