Viewing 30 results - 23,371 through 23,400 (of 244,498 total)
  • Author
    Search Results
  • #1363389
    Guenni007
    Participant

    is there a way to do this?
    because i uploaded a Cormorant Infant Font – but Enfold set it for only sans serif fonts ( Helvetica, Arial, sans-serif)

    do i have to go manually over my quick css by:

    body.open-sans {
     font-family:'open-sans',Helvetica,Arial,sans-serif;
    }
    
    h1, h2, h3, h4, h5, h6,
    #top .title_container .main-title,
    #top .portfolio-title,
    .callout .content-area,
    .avia-big-box .avia-innerbox,
    .av-special-font,
    .av-current-sort-title,
    .html_elegant-blog #top .minor-meta,
    tr.pricing-row td,
    #av-burger-menu-ul li {
     font-family:'cormorant-infant',Times New Roman, Georgia, serif;
    }
    #1363388
    Maw87
    Participant

    Hello,
    I´m using the “devowl Real cookie Banner” Solution to block cookies and connections.
    But it can´t block Google ReCaptcha v3 within Enfold form.

    The devowl-Support created a GIST:
    https://gist.github.com/matzeeable/42b5f167bd5cc17c010bfde928a59111

    Hope you can solve this in future :)
    thank you,
    Marc

    #1363386

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1363373

    Topic: recaptchas not working

    in forum Enfold
    Gabster
    Participant

    Hey there,
    I have the latest wordpress + enfold version. However the form recaptcha wont work. Using the numeric one, it validates without entering any number, the field is not validated at all and I get a lot of spam.

    Using recaptcha 2 the form validates but no success message and no mail is sent.

    Any Ideas? I had this with enfold 4.8 and also after the update to the latest version.

    #1363371

    Hi Günter,

    I added a fix:

    Can you replace enfold\framework\php\font-management\class-avia-type-fonts.php

    with the contents of

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_5_1_1/framework/class-avia-type-fonts.php

    This should load in the order of woff2, woff, ttf, svg, eot (if they exist).

    You can use filter ‘avf_font_manager_file_formats’ to add additional formats or reorder as you like.

    Can you check please.

    Best regards,
    Günter

    #1363367

    Hey Sabine,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust as needed

    
    #top.page-id-339 #wrap_all .social_bookmarks a::before {
      color: #069;
    }
    #top.page-id-339 #wrap_all .social_bookmarks a:hover::before {
      color: red;
    }
    

    Regards,
    Yigit

    #1363363
    This reply has been marked as private.
    #1363359

    Hey John,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #footer-page a {
        word-break: break-all;
    }
    }

    Best regards,
    Rikard

    #1363342
    Boris Bojic
    Participant

    The Enfold Theme dynamically loads the Google Recaptcha Script, which connects the form with Google reCAPTCHA (/wpcontent/themes/enfold/framework/js/conditional_load/avia_google_recaptcha_api.js) via JavaScript.

    Sadly, this means that Real Cookie Banner (a very good GDPR/DSGVO cookie banner for WordPress) cannot block the script via the HTML (because it can’t detect dynamic loading).

    In order to support this, they provided me with a working solution that might be added in a future Enfold release: https://gist.github.com/matzeeable/42b5f167bd5cc17c010bfde928a59111

    Could you consider this maybe? :-)

    #1363341

    Hi Guenter!

    Thanks for the inquiry.

    Please try to edit the enfold/framework/php/font-management/class-avia-type-fonts.php file, around line 1061 inside the get_css_custom_font_face function, reverse the order of the items in the $urls array.

    $css .=		implode( ",\r\n          ", array_reverse($urls) );
    

    Expected result:

    
    @font-face {
      font-family: 'aboreto-v2-latin';
      src: url('http://site.com/wp-content/uploads/avia_fonts/type_fonts/aboreto-v2-latin/aboreto-v2-latin-regular.woff2') format('woff2'),
        url('http://site.com/wp-content/uploads/avia_fonts/type_fonts/aboreto-v2-latin/aboreto-v2-latin-regular.woff') format('woff'),
        url('http://site.com/wp-content/uploads/avia_fonts/type_fonts/aboreto-v2-latin/aboreto-v2-latin-regular.ttf') format('truetype'),
        url('http://site.com/wp-content/uploads/avia_fonts/type_fonts/aboreto-v2-latin/aboreto-v2-latin-regular.svg#aboreto-v2-latin') format('svg'),
        url('http://site.com/wp-content/uploads/avia_fonts/type_fonts/aboreto-v2-latin/aboreto-v2-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('http://site.com/wp-content/uploads/avia_fonts/type_fonts/aboreto-v2-latin/aboreto-v2-latin-regular.eot') format('embedded-opentype');
      font-style: normal;
      font-weight: 400;
      font-display: auto;
    }
    

    Cheers!
    Ismael

    #1363339

    Hey,

    Please refer to this post – https://kriesi.at/documentation/enfold/contact-form/#troubleshoot :)

    Best regards,
    Yigit

    #1363338

    Thank you so much for your prompt and helpful responses. We discovered that our Unique timestamp setting (under Enfold->Performance->Show Advanced Options) was not set to default, which is what prevented the timestamps from being included as a query string. Thanks also for the tip on disabling post CSS files; that can be very useful in some cases!

    Hi,

    Thank you for the update.

    The functions that controls the privacy options including the privacy shortcode are located in the enfold/includes/helper-privacy.php file. The function handler_wp_footer_script defines the av_privacy_cookie_setter function which sets or removes a cookie based on the status of the privacy toggles.

    For example, if the toggle av_privacy_google_recaptcha is disabled, the functions sets the aviaPrivacyGoogleReCaptchaDisabled in the browser storage, which informs the theme that the recaptcha script should not be loaded because the user disabled it.

    Unfortunately, we are not familiar with the consentmanager plugin, so might not be able to help you further. You may need to use a different contact form plugin that is already compatible with the consentmanager.

    Best regards,
    Ismael

    gugler
    Participant

    Hi enfold-Team,

    we have taken over a site running on v4.2. This version sets a PHPSESSID cookie. As far as I understand this cookie was removed in a later version somewhere around 2018 (as part of GDPR updates). I couldn’t find the exact version in changelog which removed the cookie though.

    We don’t have time to update the site now fully to the latest version, we just need a hotfix for privacy for now.

    I would really appreciate an information about

    1. which version removed the PHP session cookie?
    2. where I can download this old version which includes the fix?

    Thanks very much in advance!

    Best regards,
    gugler

    #1363321

    Hey guximuxi,

    Thank you for the inquiry.

    Did you enable the Enfold > Privacy & Cookies options and use the Video element from the Advance Layout Builder (ALB)? Only videos added using the default Video element from the builder will be blocked by the cookie consent bar. Please provide the site URL in the private field so that we can check the issue further.

    Best regards,
    Ismael

    #1363319

    In reply to: theme

    Hey Isabelle Montminy,

    Thank you for the inquiry.

    Do you see an Envato private token in the Enfold > Theme Updates panel? You will have to contact Themeforest directly and ask them to transfer the old account to yours. They might ask some credentials or proof. You can forward the private token to them, but we are not sure if this will be enough. Unfortunately, we do not handle account transfer or any topics related to sales in this forum.

    Best regards,
    Ismael

    #1363318

    Hey nV15OoBtg21iTn5z,

    Thank you for the inquiry.

    Try to add this css code to adjust the size and position of the overlay.

    .avia_transform a .image-overlay {
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        left: 0 !important;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1363317

    Hey Maggie,

    Thank you for the inquiry.

    We noticed a script error in the console the first time we visited the site, but it got fixed immediately after deactivating the Enfold > Performance > File Compression settings. We also noticed that the theme in the site is outdated, upgrading to the latest version should help fix the remaining errors and issues. Please make sure to purge the cache after updating the theme to version 5.1.1.

    Best regards,
    Ismael

    #1363316

    by the way : do you realy set up container width to 1010px ?
    i do ask that – because this is a fallback width if there is something wrong in a css setting.
    default value of enfold is 1310px

    where did you enter your custom css rules ? You don’t use the quick css input field? Neither custom.css

    #1363310

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1363307

    Hi Rikard,

    if I click the “Prüfe reCAPTCHA API KEYS Version2” Button I get the following error message
    “Fehler beim Herstellen einer Verbindung mit Google reCAPTCHA – bitte wiederhole den Vorgang. Der geheime Parameter ist ungültig oder fehlerhaft”

    When I refresh the “Google Dienste” site in enfold options there is the following message:
    “Als wir das letzte mal überprüften, konnten wir mit deinem API-Schlüsseln eine Verbindung zu Google reCAPTCHA herstellen”

    I don´t know why I get the error message in the backend?

    I check it tomorrow again.

    regards Patrick

    #1363301

    Thx again Guenni –
    … this is a little bit too much “Maschinenraum” for me ;-)

    Simply to modify the bullet point color would for me be more important vs. the “icon / image” aspect
    -> Maybe somebody of the Enfold support / moderator team may know a way to realize this (?)

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    Hi,

    Thanks for the update, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1363291

    Hi,

    Thanks for the update. Could you try to enable debug mode, then copy all the shortcodes to a new page to see if that helps? https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode

    You could also try to permanently delete the page you have in the trash as well, to make sure you are looking at the correct content.

    Best regards,
    Rikard

    #1363286

    Hi Roberta,

    The default behaviour is add a version number to the end of the CSS file. I’m not sure exactly what the problem is on your site, but your can check the different settings under Enfold->Performance->Show Advanced Options.

    If you would like to try and turn off the post CSS creation, then please try this in functions.php:

    /**
     * Filter to skip css file generation.
     * You can add logic to skip for certain pages/posts only.
     * 
     * @since 4.8.6.1
     * @param boolean $create
     * @return boolean					true | false or anything else to skip generation of css file
     */
    function custom_avf_post_css_create_file( $create )
    {
    	return false;
    }
    
    add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );

    Best regards,
    Rikard

    • This reply was modified 3 years, 7 months ago by Rikard.
    #1363280

    Hi,
    Glad to hear that updating helped, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1363278

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1363276
    This reply has been marked as private.
    #1363274
    This reply has been marked as private.
Viewing 30 results - 23,371 through 23,400 (of 244,498 total)