Forum Replies Created
-
AuthorPosts
-
Hi,
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ünterHey Guenter,
Actually $shrink_factor is intended to be integer.
In enfold\js\avia-snippet-sticky-header.js around line 146 you find:
const value = parseInt( shrink_factor );
This results to 0 with 0.1 so it should acutally work (header remains unshrinked)
Best regards,
GünterHi,
Problem caused by double enqueue of scripts avia_sidebar.js (and avia_sidebar.css).
In case of min files both files were enqueued (class avia_sidebar always used unminified version).
To fix the problem please replace enfold\framework\php\class-sidebar-generator.php
with the content of
Best regards,
GünterHi,
The HPOS is “only” affecting the way orders are saved in own tables. This means, that the “normal” WP way to access post metadata does no longer work. You need to use the WC Order API to get access to order data.
As Enfold does not do anything with orders there should be no conflict.
WC has a development beta https://github.com/woocommerce/woocommerce/releases/tag/feature-custom-order-table to test it. I did not see any problems testing it a few months ago.
Best regards,
GünterHi,
I tagged Yigit for this topic. He will come back to you in case he needs more info for the docu.
We appreciate your help.
Best regards,
GünterHi,
Thanks for providing insight into relevanssi and that it helps on large sites and works well with Enfold.
Have a great day.
Best regards,
GünterAugust 2, 2023 at 4:33 pm in reply to: (get_page_by_title() function has been deprecated scince 6.2.0) #1415264Hi,
Thank you for your feedback and that it is solved.
Enjoy the theme and have a great day.
Best regards,
GünterHey Guenter,
Strange – no, I cannot reproduce on my dev install.
Anything special on these installs ?
Best regards,
GünterHi,
Filter will be in 5.6.6:
searchform.php
This is the default that a form collects all input on submit.
Try this (adding the disabled attribute):
Best regards,
Günter -
AuthorPosts