Forum Replies Created

Viewing 30 posts - 1,051 through 1,080 (of 3,706 total)
  • Author
    Posts
  • in reply to: 4.6 Update doesn't recognize old Custom CSS Class #1144104

    Hi,

    In 4.6.3 the classes are no longer sanitized to lower case. It should work now.

    Best regards,
    Günter

    in reply to: enfold-4.6.2.1-beta-mailchimp.zip link please #1143647

    Hi,

    Tut mir leid für die späte Antwort.

    Danke für die Info.

    Wir sind momentan gerade im Umbau der ALB Modal Popups und Verbesserungen im ALB backend – das hat momentan Priorität. Ich habe aber ein Issue mit link zu diesem Post angelegt – wird auf jeden Fall übernommen.

    Falls Du die Zugangsdaten einstweilen blockieren möchtest – ich komme auf Dich zu wenn ich sie brauche.

    Wenn Du die Seite auch nicht löschen würdest, wäre super.

    Best regards,
    Günter

    • This reply was modified 5 years, 3 months ago by Günter.
    in reply to: enfold-4.6.2.1-beta-mailchimp.zip link please #1142418

    Hi,

    Ja, gefällt Kriesi auch besser als unsere Lösung.

    Darf ich den Code (js, css, php) von Dir übernehmen? Wenn ja, wo genau finde ich Ihn?

    Best regards,
    Günter

    in reply to: Open Youtube Video in Lightbox #1142264

    Hi,

    I cannot reproduce on my android phone that a youtube video opens in lightbox – using video element (see link in private content). The link below opens in the lightbox.
    Seems to be OS depending ?

    Best regards,
    Günter

    in reply to: Logo doesn't shrink on mobile devices #1142177

    Hi,


    @guenni007

    Thanks for sharing this – I talked to Kriesi but he does not want to add these changes to core as the whole header CSS and js are pretty complicated and the risk of breaking other settings is too high – so I’m afraid if you want to use this feature you will have to stay to your customizations.

    Best regards,
    Günter

    in reply to: enfold-4.6.2.1-beta-mailchimp.zip link please #1141875

    Hi,

    Nein – am CSS wurde nichts geändert.

    Es fehlt im HTML tag die Klasse html_av-overlay-side (wird in avia_header_setting gesetzt). Fügt man die Klasse im Browser händisch dazu funktioniert es.

    Konnte in meinem Code der Klassen da dazufügt aber keinen Fehler sehen.

    Im private content ist der Link zu der letzten Version – die geht bei mir einwandfrei.

    Gibt es irgend welche customizations ? Es fehlen eine ganze Menge Klassen die ich bei mir in diesem Tag habe.

    Es fehlen die ganzen header klassen html_header_top html_logo_left html_main_nav_header html_menu_right html_slim html_header_sticky html_header_shrinking_disabled ……

    Best regards,
    Günter

    in reply to: Ability to name a Catalog element #1141840

    Hi!

    In version 4.6.3 in “Developer” tab you will find option “Short description for backend” – this extends the displayed element name.Was added to many elements.

    Templates are static – when added to a page they are not updated when the source changes.

    Cheers!
    Günter

    Hi,

    What exactly is the problem with youtube?

    I added our example links to a youtube and vimeo video in an a tag in a textblock and it opens in lightbox and you can play it.

    Best regards,
    Günter

    Hi,

    Glad if we can help you.

    I added the youtube to our dev repo.

    Best regards,
    Günter

    Hi,

    I’m afraid this cannot be solved in core.

    CSS selectors are case sensitive – this means it would need to add all possible combinations of upper and lower case to cover all situations. That is impossible.

    The only real solution is to transform all to lowercase and if your file system is case sensitive rename all file name and extensions to lower case.

    If you have to stick to upper case you need to extend the js code to your need as you have done.

    Best regards,
    Günter

    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

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