Forum Replies Created

Viewing 30 posts - 1,051 through 1,080 (of 3,695 total)
  • Author
    Posts
  • Hi,

    FYI: In 4.6.3 I added js code to remove the “disabled” message HTML element for mailchimp forms – so it cannot be displayed any longer.

    Best regards,
    Günter

    Hi,

    This sounds to be related to css then, when the button is still existing (my code removes the submit button to prevent users hacking the contact form when reCaptcha is disabled by cookie).

    Could be something with file compression and server side caching (and also browser cache) getting mixed up.

    In case you want to test the new version – I had to upload a fixed version – so please download this and ignore the first one.

    Best regards,
    Günter

    in reply to: Insecure links on ALB theme elements #1141033

    Hi,


    @Guenni007

    Can you open an own thread and ask for enfold-4.6.2.1-beta-mailchimp.zip please so I can give you the password please.

    Best regards,
    Günter

    in reply to: Insecure links on ALB theme elements #1141025

    Hi,

    I added the rel=’noopener noreferrer’ for the next update – to all ‘_blank’ targets that have a cross domain:
    – ALB elements
    – wp menu walker
    – and I checked other files for _blank

    Hope I did not miss any. If you want to test I uploaded a beta version including all fixes since 4.6.2 and this feature.

    roadmap ……

    I forwarded this to Kriesi.

    As a first step we will create a sticky post in the forum where we will add all fixes in our merge queue and oncoming fixes.

    Best regards,
    Günter

    Hi,

    Sorry for the late reply.

    I checked again your live site and on your staging site – Chrome and FF – and it works for me. Also checked the life site on my android phone. Both forms have the submit buttons.

    Enfolds mailchimp is not connected to reCaptcha.

    Where do you see the message – in both mailchimp forms or in the contact form in footer?
    And is the sumbit button missing or visible?

    Can you reproduce it on your staging site? If yes I can try to add some debugging code.

    In privat content a version that includes a fix for the message – though I’ve absolutly no idea why this part of code is called at all (line 54ff in framework\js\conditional_load\avia_google_recaptcha_front.js)

    Can you try if this fixes the problem?

    Keep a copy of 4.6.2 for fallback, clear server and browser cache.

    Best regards,
    Günter

    in reply to: ReCaptcha error after the update #1140473

    Hi,


    @Els

    Glad you found the solution and got it to work.

    Enjoy the theme and have a nice day.

    If you need further assistance feel free to come back.

    Best regards,
    Günter

    Hey goldengate415,

    I rechecked the code and logic again.

    This message can only appear when cookie consent messages are enabled. See file framework\js\conditional_load\avia_google_recaptcha_front.js line 27ff.

    The link above is to a site with disabled cookie consent. The check if cookie consent is enabled and if to opt in/opt out is done with classes in html tag.

    Did you have enabled cookie consent and deactivated it later – could be that your browser had cached the old page and you did not accept the service?

    Do you have a staging site where I can try to reproduce the problem.

    Best regards,
    Günter

    in reply to: Huge Bug in Coctact-Form – Update 4.6 #1140204

    Hi,

    Please update to 4.6.2. It is fixed there.
    Then clear your browser cache and server cache.

    Best regards,
    Günter

    in reply to: Please explain privacy settings logic #1140003

    Hi,

    If enfold cannot remove it by default settings you can define additional custom cookies (at bottom of privacy page) to monitor (and try to remove). This works for my private site for piwik cookies.

    Best regards,
    Günter

    in reply to: Please explain privacy settings logic #1139992

    Hi,

    Option 1 is the behaviour before 4.6: On pageload all cookies are allowed, all services are active, user can opt out (= silent accept all).

    Option 2 and 3 block all cookies and services on every pageload until user clicks the button with action “Accept settings …” (and in coming 4.6.3 there will be an action “Accept all cookies and services”). This is the must opt in.

    As services need a page reload after accepting cookies to work (because js code is not loaded before) with 4.6.3 there will be an option where you can force this automatically.

    In option 3 (user must opt in) the 2 shortcode toggles av_privacy_allow_cookies and av_privacy_accept_essential_cookies are preselected to be more intuitive. These 2 shortcodes enable cookies that are needed for the site to function (= esential cookies, from Enfold and from plugins like WooCommerce cart, WPML icl_… ,…).

    If visitor clicks “accept” without checking the settings he has a working site without external services.

    In 4.6.3 you will be able to change this to have all toggles deselected by adding to functions.php:

    
    add_theme_support( 'avia_privacy_basic_cookies_unchecked' );
    

    There is a button action “Do not accept ….”: This button removes all cookies, disables all services (page reload !!). Message bar is hidden on subsequent page reloads, but shown in a new window or new tab – visitor is a new visitor.

    Documentation will be extended with this info.

    Hope this makes things clear.

    Best regards,
    Günter

    in reply to: 404 page #1139981

    Hi,

    Sorry for the late reply – but I was very busy the last days with enfold development.

    I copied enfold\template-builder.php to child theme folder.
    I activated YOAST (12.1) and followed the setup wizzard.

    It works as it should. Also checked in incognito window and a different browser.

    e.g. existing page
    http://localhost/wp_demos/elements/animated-numbers/a-testing-page/

    rerouted to 404:
    http://localhost/wp_demos/elements/animated-numbers/a-testing-page/noexists

    Try to regenerate the permalinks.

    You also can try to set up a clean stageing site with only WP, Enfold and your changes in child theme and check and then activate each plugin seperate and check.

    Best regards,
    Günter

    Hi,

    I added a fix for this to next version 4.6.3. Can you please check it after release and let us know if it does not work.
    Thank you and have a nice day.

    Best regards,
    Günter

    in reply to: E-mail validation on contact form #1139890

    Hey tammiviestinta,

    Please update to 4.6.2 – Problem is fixed there.

    Best regards,
    Günter

    in reply to: ReCaptcha error after the update #1139886

    Hi,


    @goldengate415

    Glad it works for you again and thanks for the feedback with incognito window.

    Best regards,
    Günter

    in reply to: Theme doesn't work with new wordpress #1139884

    Hey Ineke,

    The latest version of Enfold is 4.6.2. Please update.

    3.5.4 is from 2016 April 26th and no longer compatible with WP 5.x

    Best regards,
    Günter

    in reply to: Consent Management // API to check consents #1139863

    Hey Jan,

    Cookies from enfold start with avia.

    aviaCookieConsent is set when user has clicked the accept button, if this is missing it is a new visitor or he refused cookies at all.
    aviaPrivacyRefuseCookiesHideBar AND aviaPrivacyEssentialCookiesEnabled have to be set if user allows to use cookies and services.

    Enfold saves opt out cookies for services (corresponding to the toggles):

    aviaPrivacyGoogleTrackingDisabled
    aviaPrivacyGoogleMapsDisabled
    aviaPrivacyGoogleReCaptchaDisabled
    aviaPrivacyGoogleWebfontsDisabled
    aviaPrivacyVideoEmbedsDisabled

    aviaPrivacyMustOptInSetting is used to store if you selected option “User must opt in” in backend.
    aviaCookieSilentConsent is used when you selected option “All cookies and services accepted” in backend.

    Hope this helps you.
    We will add this also to tbe docs.

    Best regards,
    Günter

    in reply to: Insecure links on ALB theme elements #1139850

    Hey THP,

    Thanks for pointing out this problem.

    I opened an issue for that in our dev repo and we will address this asap.

    Best regards,
    Günter

    in reply to: 4.6 Update doesn't recognize old Custom CSS Class #1139152

    Hi,

    @smulligan

    Did you disable enfold file merging, save theme options, clear all server and browser cache several times ?
    Please open a new thread and give us WP admin access so we can check your backend.
    And specify where we can see the problem.

    Best regards,
    Günter

    in reply to: 4.6.2 privacy consent adjustments #1138881

    Hey tbc,

    Thank you for using Enfold and this input.

    1.) and 2.) are already implemented in the next update.
    3.) will also be implemented.

    Best regards,
    Günter

    in reply to: 4.6 Update doesn't recognize old Custom CSS Class #1138867

    Hi,

    Thanks for your feedback and investigateing this “bug”.

    With 4.6 custom id and custom classes were refactored and some options were added to Layout Builder -> Builder Options For Developers.

    To make sure syntax is valid for id’s and custom classes in frontend (and to help not so experienced users) the values are sanitized before output. But the filter was to strict – only allowing lowercase and also some other replacements that are not absolutly necessary for classes and id’s.

    This will be fixed in the next update to be closer to the w3.org specification:

    • “a-zA-Z0-9_-“
    • Not starting with -,–
    • Not starting with a number

    If you want to check it before (4.6.2):

    Please replace
    enfold\config-templatebuilder\avia-template-builder\php\shortcode-template.class.php
    enfold\config-templatebuilder\avia-template-builder\php\generic-helper.class.php

    with

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_6_2/custom_css/shortcode-template.class.php
    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_6_2/custom_css/generic-helper.class.php

    Do not forget to make backups of the original files for fallback – clear server and browser cache.

    Also added is filter avf_save_string_translated where you can manipulate strings for your own – Here is an example how to use it

    Best regards,
    Günter

    in reply to: Latest Update (4.6) Broke Google Analytics #1138757

    Hi,

    Could you try to check in an incognito window? Clear browser cache several times. Clear server cache.

    We would need WP admin access to check your backend – and we need your Google analytics ID and allowance to check on your site.


    @MathiasVie

    The message bar works for me.

    Open a new thread please so the credentials are only visible to you and moderators.

    Best regards,
    Günter

    in reply to: [id] attributes on the page are not unique #1137714

    Hi,


    @Guenni007

    thanks for feedback

    Best regards,
    Günter

    in reply to: Cookie Consent message still on every page load in 4.6.2 #1137626

    Hi,

    It works for me as expected – tested with Firefox.

    If user clicks “Akzeptieren” the message bar is gone – also when I open a new window.
    And also opt out works.

    Try to check with an incognito window.

    Best regards,
    Günter

    in reply to: [id] attributes on the page are not unique #1137624

    Hi,

    Will be fixed in next update.

    Meanwhile as a temp. fix in enfold\js\avia.js around line 1240:

    
    			var menu2 = $('#header .main_menu').clone(true);
    

    Replace with:

    
    			var menu2 = $('#header .main_menu').clone(true),
    				ul = menu2.find('ul.av-main-nav'),
    				id = ul.attr('id');
    				
    			if( 'string' == typeof id && '' != id.trim() )
    			{
    				ul.attr('id', id + '-1' );
    			}
    

    Do not forget to make a backup of the original file for a fallback, temporarily disable enfold theme file compression for js, clear server and browser cache.

    Let us know if you need help for updateing.

    Best regards,
    Günter

    in reply to: 404 page #1137548

    Hi,

    I tried to reproduce this on my dev server – cannot reproduce it. It works as expected (4.6.2).

    You are using the Redirection plugin and some other plugins – could be a plugin conflict.

    Try to deactivate all plugins – check and then reactivate one by one.

    Best regards,
    Günter

    Hi!

    There will be option “Auto Reload Page” in next update.

    Regards,
    Günter

    in reply to: I am running Enfold version: 4.5.7.1-beta-4 #1137492

    Hey Gene,

    Latest version is 4.6.2 – available on theme forest – with a lot of changes.

    Best regards,
    Günter

    in reply to: Contact form problem #1137132

    Hi,

    Please try to update to 4.6.2 and check. There have been some fixes.

    Disable Enfold css and js file merging, save theme options, clear all server and browser cache and check.

    Best regards,
    Günter

    in reply to: Google Maps and Privacy and Cookie options #1137130

    Hi,


    @jobalzer

    Please update to 4.6.2 and check extended theme option “Default Cookie and Services Option Settings”.

    Best regards,
    Günter

    in reply to: No option to use Google reCAPTCHA on Enfold's contact form #1137125

    Hey hybridE4t,

    Please upgrade to 4.6.2. There you find full support for V2 and V3.

    4.4.1 is outdatet.

    Best regards,
    Günter

Viewing 30 posts - 1,051 through 1,080 (of 3,695 total)