Forum Replies Created

Viewing 30 posts - 841 through 870 (of 3,706 total)
  • Author
    Posts
  • in reply to: entypo-fontello.woff gets enqued instead woff2 #1230622

    Hi,

    @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ünter

    in reply to: entypo-fontello.woff gets enqued instead woff2 #1230545

    Hi,

    @Gabri

    Please replace (Enfold version 4.7.5) enfold\config-templatebuilder\avia-template-builder\php\font-manager.class.php

    with

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_7_5/woff-fix/font-manager.class.php

    Do not forget to make a backup of the original file for a fallback and to clear server and browser cache.

    Best regards,
    Günter

    Hi,

    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ünter

    in reply to: Disable Cookie and Privacy Settings modal #1230011

    Hi,

    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ünter

    in reply to: Google API Key #1230010

    Hi!

    For next release I added 2 filters:
    avf_skip_enqueue_scripts_backend_gmaps
    avf_skip_enqueue_scripts_backend_grecaptcha

    Return ”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ünter

    in reply to: Edit toggle button of modal window (cookies) #1229988

    Hi,

    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ünter

    in reply to: entypo-fontello.woff gets enqued instead woff2 #1229986

    Hi,

    @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, 6 months ago by Günter.

    Hi,

    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ünter

    Hi,

    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ünter

    in reply to: Disable Cookie and Privacy Settings modal #1229942

    Hi,

    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

    in reply to: Disable Cookie and Privacy Settings modal #1229585

    Hey 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ünter

    Hi,

    Glad you could fix it.

    Have a nice weekend.

    Best regards,
    Günter

    in reply to: Please contribute and translate Enfold #1229219

    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ünter

    in reply to: Please contribute and translate Enfold #1228909

    Hi,


    @swissfilm

    Thank you for sharing the german translation files. Added them to core.

    Will check the other reply. Thank you.

    Best regards,
    Günter

    Hi 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ünter

    Hi,

    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ünter

    in reply to: Maintenance mode – SO not allowed #1226691

    Hey 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ünter

    in reply to: entypo-fontello and custom fonts add font-display #1225727

    Hi,

    Glad we could help you.

    Enjoy the theme and have a nice day.

    Best regards,
    Günter

    Hi,


    @Webvriend

    Sent link via email.

    Best regards,
    Günter

    Hi 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ünter

    Hey 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.php

    In 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ünter

    PS. Please remove the changes you made.

    • This reply was modified 4 years, 6 months ago by Günter.
    in reply to: Please contribute and translate Enfold #1222769

    Hi,


    @rsplaul

    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ünter

    in reply to: Layer-Slider wird plötzlich nicht mehr angezeigt #1222745

    Hi,

    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ünter

    in reply to: Some fixes in 4.7.5 #1222735

    Hi,


    @Guenni007

    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

    in reply to: Lightbox Gallery Captions Not Showing #1222723

    Hi,

    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.


    @Guenni007

    Added alt attribute to fixed masonry markup.

    Best regards,
    Günter

    in reply to: Merged Styles & Object Cache using REDIS #1222619

    Hi 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ünter

    in reply to: Merged Styles & Object Cache using REDIS #1221647

    Hi,

    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ünter

    in reply to: Google API Key #1221642

    Hey 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ünter

    in reply to: Some fixes in 4.7.5 #1221238

    Hi,

    Please try to use this file (check line 156ff):

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_7_5/alb-slideshow/slideshow.js

    Best regards,
    Günter

    in reply to: Merged Styles & Object Cache using REDIS #1221226

    Hey 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ünter

Viewing 30 posts - 841 through 870 (of 3,706 total)