Forum Replies Created
-
AuthorPosts
-
July 11, 2020 at 12:14 pm in reply to: Blog Posts ALB with Portfolio – do not work as expected #1229582
Hi,
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 4 years, 5 months 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ünterHi,
I added this problem to our feature requests in the dev repo.
But it will need to find a solution to stay compatible with existing sites that rely on the existing behaviour.
Probably we will add options for new sites and a filter for existing sites to use captions.
Added alt attribute to fixed masonry markup.
Best regards,
GünterHi Jan,
Sorry for the late reply.
Thank you very much for your help. Sounds like this is the solution. And I certainly will have a better eye on WP object cache in future.
I will try to add it to the core for the next release. Please check the changelog.
Have a great day.
Best regards,
GünterHi,
Yes, module status is saved in options table and/or post meta table – so it is related.
As code is working correctly in most environments and on dev local host servers it must be a problem that standard WP function like get_option is returning the wrong value.
It seems that get_option is returning a cached version of the db option value and not the updated. A possible reason could be that the merged files are generated within a frontend call.
Best regards,
GünterHey mntsrvcs,
Thank you for using Enfold and reporting this.
We need to load the scripts on the enfold theme options page to verify the API keys. Not doing this might break our backend.
I will add an issue to our dev repo to check if we can skip it on other admin pages – but as we did not have any other reports up to now this will not have a high priority. Please use your solution to fix the problem meanwhile and keep an eye on the changelog.Best regards,
GünterHi,
Please try to use this file (check line 156ff):
Best regards,
GünterHey Jan,
After generating the merged files Enfold writes info about that to WP options table.
If you check config-templatebuilder\avia-template-builder\php\asset-manager.class.php line 142:
$generated_files = get_option( $this->db_prefix . $file_group_name );
And this is the problem with some server configurations not returning the info we stored before in line 270:
update_option( $this->db_prefix . $file_group_name, $generated_files );
Therefore Enfold creates the merged files again and again.
Did you try to select “Disable adding unique timestamp” ? It still may take some time till the correct WP database entry is returned – but as it is always the same filename generated – this will result in overwriting the same file.
Best regards,
GünterHey grizzlydev,
Thanks for reporting this. Will be fixed in next update.
Enjoy the theme and have a nice day.
Best regards,
GünterHi Roger,
I integrated your files on April 29, but we recieved translations from another user later (https://kriesi.at/support/topic/please-contribute-and-translate-enfold/#post-1214700) which was added by Yigit and overwrote your changes.
Hard to find a solution for this.
I created an outsourced copy of the language files here: https://github.com/KriesiMedia/enfold-library/tree/master/language_files
In future I will create a new directory after each merging new language files and will add the changes to a changelog.txt.
Hope this will help to avoid this.
Best regards,
GünterHey!
There are filters in enfold\includes\loop-about-author.php like avf_author_description.
For next release 4.7.5.1:
I added a new parameter $context to these filters in that file so it will be easier to identify the filter call.
And I added a new filter avf_author_description_loop_about which is right before the final output that allows to skip completly the section or return a custom description text.
Hope this will help..
Best regards,
GünterHi,
In next release you will find a new theme option “Custom Font Display Behaviour” (in Performance -> Show advanced options).
Best regards,
GünterMay 19, 2020 at 8:38 am in reply to: Change Request: Translate Date Format in Masonry Entries #1214225Hey OPTIMAL,
Function get_the_time() provides filter ‘get_the_time’ and implicitly calls get_post_time() with filter ‘get_post_time’.
If we apply some additional filters to av-masonry-helper.php this will not help as you will also face the same problems in other places.
To me the solution would be to hook into the get_post_time filter, check which is the current language format needed and if it is different from called format call get_post_time().
That should cover all situations.
Best regards,
GünterHi,
Please open a new thread with your questions and provide a link to your site and WP admin credentials.
We will close this thread.
Best regards,
GünterHi!
This is a core WP setting, that skype is not supported by default.
Please use this plugin to activate it:
Regards,
GünterHey!
I added a selectbox “Transition Speed” to Easy Slider -> Advanced Tab -> Slider Animation (in 4.7.4.1).
I will check other slideshows asap.
If you want to have a beta version to test let us know.
Cheers!
GünterHi,
Thanks a lot for contributing translations.
But you have been working on a source where a lot of strings are missing – and some might have become obsolete.
We do not sync the language files normally – so before you start to translate always sync them with the source:
Using Loco translate plugin you can configure the template file for the “Enfold” bundle:
– Loco Translate -> Themes -> Enfold -> Advanced configuration tab -> “Template file” -> enter lang/enfold.potImportant: before doing any sync make sure to “upgrade” file sizes to skip:
– Loco Translate -> Settings -> Site Options -> Extracting strings -> enter 99999KSync template and language file:
– Loco Translate -> Themes -> Enfold -> Overview tab -> Edit Template tab -> Sync button -> Save
– Loco Translate -> Themes -> Enfold -> Overview tab -> “your language” -> Sync button -> SaveNow your language file is up to date with the source.
—————————
I uploaded the latest sync version 4.7.4.1 for all languages here:
https://github.com/KriesiMedia/enfold-library/tree/master/language_files/2020_05_08-v4.7.4.1
You can download them, add the missing translations and if you provide the .mo and .po files we will add them to core.
Best regards,
GünterHi!
Since 4.6.4 there is a new filter avf_contact_form_autoresponder_mail (see enfold\framework\php\class-form-generator.php).
which allows bulk changing of mail content.
For next release I added an input field “Autoresponder Subject” to the ALB contact form.
Best regards,
GünterMay 6, 2020 at 12:27 pm in reply to: Please add shortcode parsing to media uploads copyright text meta field output #1210305 -
AuthorPosts