Viewing 30 results - 211 through 240 (of 244,340 total)
  • Author
    Search Results
  • Hey ist_int,

    Thanks for using Enfold. We can give the shortcodes for them instead. Which demo pages are you interested in?

    Best regards,
    Rikard

    Dave Chapple
    Guest

    I have found an SVG file for the Upwork icon. I have uploaded it to the media library. I have also followed the directions to upload through the “import/export” Enfold theme UI. When I upload as a straight SVG, it tells me it needs to be a ZIP file. So when I compress and make it a ZIP file, it is represented in (i think) the media browser) but it does not show up as a selection in the icons list under social profiles. This is very confusing. Where does the SVG end up so it can be selected within the social profile icons? Seems like a link to the media library would make sense.

    Understanding where the sag icon is stored and how it is called into action would help.
    I studied the code and I dont see how the new icon is being referenced and from where.

    Here is the link to the icon below in “private Content”

    #1495130
    Leo
    Guest

    Dear,

    I have purchased the enfold wordpress site over 10 years ago. i have a problem with my child theme when i update the PHP to 8.3, i will get a critical error which i can’t resolve and manually im forced to switch it back to 7.4.

    I can’t find my license code anywhere so i’m trying this way how i can get support on this issue to solve it.

    Sincerely regards,

    Leo

    #1495127
    SurigliaStudio
    Participant

    Hi,
    Can’t find a way to use Cloudflare Turnstile into Enfold forms (instead of Google reCAPTCHA).
    I see people asking for it for quite some times now but no updates in the feature request threads.
    Is there any chance to get it in short times? :)
    Thanks!

    ist_int
    Participant

    Hi guys,

    I’ve just purchased another Enfold license and really enjoy working with the theme. To speed up the development process, I’d like to request the Layout Builder template files so I can import them into a new page. Is there a link where I can download the templates for all demos?

    Looking forward to your reply.

    Thank you!

    Enfold + Mailter + WPML produces this problem. Currently the only working fix I’ve implemented is:
    /**
    * ========================================
    * FIX Enfold Grid Layout Blog – Mailster – WPML
    * ========================================
    */
    /**
    * 1. Exclude Mailster newsletters from the Enfold blog Grid Layout
    *
    * Issue: WPML adds SQL conditions that include non-translatable post types
    * through an OR clause, causing newsletters to appear in the Grid Layout.
    *
    * Solution: Modify the final SQL query to explicitly exclude ‘newsletter’
    */

    add_filter(‘posts_request’, ‘aiteb_exclude_newsletter_from_blog’, 999, 2);
    function aiteb_exclude_newsletter_from_blog($sql, $query) {
    // Only frontend
    if (!is_admin() && !empty($sql)) {

    // Exclude newsletter adding AND condition
    if (strpos($sql, “wp_posts.post_type”) !== false) {
    $sql = str_replace(
    “WHERE 1=1”,
    “WHERE 1=1 AND wp_posts.post_type != ‘newsletter'”,
    $sql
    );
    }
    }

    return $sql;
    }

    Hi,

    There is no icon specific to Upwork, but you can add one using the Iconfont Manager. Please check this documentation.

    https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options
    https://kriesi.at/documentation/enfold/icon/

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #1495109

    thx Mike,
    this works, but only if I host the video directly on the webspace – see right column on the page mentioned

    If I host the video on AWS (left column) nothing happens.
    the direct AWS url in browser starts the video: https://2026-02-eins.s3.eu-north-1.amazonaws.com/Ronald-Video.MP4

    As mentioned, we want to host the video son AWS, so the questions remains: How to configure it in Enfold, that the AWS hosted video plays, too ?

    thx again & best regards Tilman

    #1495083

    Hey grimkraneveld,
    We could take a look and your page if you post a link to it with a admin login. There could be the possibility  that the popup script is conflicting with the built-in popup script, which you can disable  in the theme sttings and check again. Or some layerslider premium addon require the full paid version of the layerslider and not the free version that comes with the Enfold theme.

    Best regards,
    Mike

    #1495080

    In reply to: Accodieon slider?

    Hey Sebastian,
    It looks like the Tab Section element: https://kriesi.at/themes/enfold-2017/elements/tab-section/#layer-slider-plugin
    Jive it a try.

    Best regards,
    Mike

    #1495073
    Claudia Aschauer
    Guest

    Dear Kriesi Team,
    I hope you are doing well.
    In 2020, I purchased the Enfold Theme and installed it on our website. I recently tried to update the theme, but unfortunately I was unable to do so. I checked my Envato/Themeforest account, but I cannot find the purchase there. I also searched through all my emails and documents but could not locate the purchase code.
    Could you please check your database and help me recover the purchase information?
    My Envato account has been active since September 2020, so the purchase should have been made around that time.
    Thank you very much in advance for your support. I appreciate your help.
    Kind regards,
    Claudia Aschauer

    #1495067

    Hi amanda-mdllc,

    Please open a new thread.

    Best regards,
    Rikard

    #1495049

    Hi Ismael,
    thanks – I have added different version s of this coulmn using different settings. It all does not lead to the result I would like to have.

    Like here: the video plays, and the rest of the site is still visible:

    On this page the video is hosted @youtube and linked with the enfold video element.

    Also loading the video directly on the web space did not lead to the way I would like to show it, or I still have the wrong settings. But I think I do not know where to change the settings. Cookie settings I had changed it is correct.

    Shall I use better the image element with link to the video Or the video element ? on the dev site mentioned I´v tried both

    would be great to know how to fis this.

    thx a lot & best regards
    Tilman

    • This reply was modified 4 weeks ago by oestersund.
    #1495043

    Hi,

    Thank you for the update.

    We temporarily disabled the Enfold > Performance > File Compression settings, and this seems to have fixed the issue with the toggles. Please make sure to purge the cache before testing.

    Best regards,
    Ismael

    #1495042

    Hey frankb54,

    Thank you for the inquiry.

    That is the default behavior when using the theme’s product gallery. To change this, you need to set Enfold > Shop Options > Product Gallery to WooCommerce 3.0 product gallery. Please check the screenshot below.

    qHBpmWG.md.png

    Best regards,
    Ismael

    #1495038

    Hey Tilman,

    Thank you for the inquiry.

    Please try to edit the Video element and set the Advanced > Privacy Settings > Lazy Load Videos option to Always load videos.

    You may also need to go to Enfold > Privacy & Cookies > Cookie Handling > Default Cookie Behaviour and set it to the first or second option to allow videos to play or load automatically.

    Let us know the result.

    Best regards,
    Ismael

    #1495028
    zemag33
    Participant

    Hello,

    I have just purchased and installed a new ENFOLD theme and I have received a message from my host indicating a vulnerability alert.

    I have also received the same feedback on other sites created with ENFOLD.

    ——-
    Vulnerability analysis
    1Alert detected

    We automatically perform daily scans and scans whenever a new extension or theme is installed, using the WPScan vulnerability database. Learn more
    Vulnerability alert

    Detected vulnerabilities are sent by email to

    1 warning
    Enfold
    This theme is active. Please activate another theme.

    ——-

    Thank you for your help.

    Kind regards,

    Christophe

    Hi Rikard

    I deactivated all plugins and deleted the CSS, no change.

    Please note, this issues checked with ChatGPT:

    Here’s a clear English version of your text:

    > Why does the page “jump up and down”?
    > The cause isn’t the button itself, but the combination of:
    > – multiple anchor links using #kontaktformular
    > – Enfold’s **sticky header + scroll offset**
    > – possibly **animation or lazy loading**
    >
    > 👉 Result:
    > On the first click → works correctly
    > On subsequent clicks → the browser thinks:
    > “I’m already at the anchor,”
    > → so it briefly jumps up and down without actually scrolling.
    >
    > This is standard HTML behavior, amplified by Enfold.

    Any thoughts how I can resolve this issue?

    Thank yous so much!

    Best,
    Philipp

    HekodaHook
    Participant

    Hi there,

    how can I delete that passage in the copyright line at the bottom?

    #1495021

    Hi,

    I’m not sure what you mean by pulling it from Enfold. The image in question is not a theme resource.

    Best regards,
    Rikard

    #1495014

    In reply to: Load demo data

    Hey bjacomet,

    Thank you for the inquiry.

    Where is the site hosted? Some hosting platforms blacklist or block the source of the demo files, so the demo import will not work on those servers. You may need to manually import the demo using the XML files.

    Please check this documentation for more info: https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo

    Best regards,
    Ismael

    #1495009

    Hi,

    If you need to display the custom field for each article, you will need to modify either enfold/includes/loop-index.php or enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php.

    You can use the get_field() function to retrieve the custom field and render it within the template.

    https://www.advancedcustomfields.com/resources/get_field/

    Unfortunately, this is beyond the scope of our support and is not something we can provide. We recommend hiring a freelance developer or contact Codeable for additional assistance.

    https://kriesi.at/contact/customization

    Thank you for your understanding.

    Best regards,
    Ismael

    #1495003

    Hi Rikard,
    My apologies for not explaining well.
    Is there a way to pull it from Enfold jqueries?

    Or is the css code wrong ?
    #top ui-datepicker-header ui-widget-header ui-helper-clearfix ui-corner-all .ui-icon,
    .ui-widget-content .ui-icon {
    background-image: url(“/wp-content/plugins/yith-woocommerce-booking-premium/assets/css/images/ui-icons_444444_256x240.png”);
    }

    Xavier

    #1495002

    Topic: Load demo data

    in forum Enfold
    bjacomet
    Participant

    I tried to load demo data to my Enfold install for Band Demo and received this error (multiple times)

    Download of files for demo Band Demo didn’t work!
    You might want to try reloading the page and then try again.

    Did this at least 10 times.

    Had to install the Woocommerce plugin – successfully.

    Not sure what to do next.

    #1495001

    Hi,
    Glad that Ismael could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    #1494999

    Thank you!

    It worked!
    But something crazy happened at the same time after I added that CSS to the wusicj CSS inside Enfold settings.
    The search feature that worked fine in the sidebar is now broken.
    https://snipboard.io/JywQFg.jpg
    https://snipboard.io/YQ8Kqy.jpg

    The sidebar search feature works fine when I delete the CSS, but the menu-top search widget goes back to the top like yesterday…
    https://snipboard.io/HATeMP.jpg

    Help me ;)
    Leo

    M1000000
    Participant

    We’re running Enfold 7.1.3 with WooCommerce on a SiteGround Cloud VPS and we’re seeing repeated database writes on every checkout page load that appear to be coming from Enfold’s per-post CSS management.

    Summary of the issue

    Our Checkout page is post ID 6494 (/checkout/).

    Enfold repeatedly executes an UPDATE against postmeta for this page:

    meta_key = ‘_av_css_styles’

    with serialized data including css_file = ‘post-6494.css’ and status = ‘no_css’

    The file post-6494.css is never created, despite Enfold generating other post-XXXX.css files normally.

    ——————————

    What we observe

    Enfold is successfully generating per-post CSS files in:

    wp-content/uploads/dynamic_avia/avia_posts_css/
    (multiple post-XXXX.css exist here, and the newest are generated today)

    An older legacy folder also exists:

    wp-content/uploads/avia_posts_css/
    (files exist, but last modified in 2023)

    post-6494.css does not exist in either location.

    Folder permissions are correct (directories 755, files 644).

    ——————————

    Query Monitor stack trace (from a frontend checkout request)

    UPDATE mjwp_postmeta
    SET meta_value = ‘… status:”no_css” … css_file:”post-6494.css” …’
    WHERE post_id = 6494
    AND meta_key = ‘_av_css_styles’

    update_metadata() wp-includes/meta.php:324
    update_post_meta() wp-includes/post.php:2746
    aviaPostCssManagement->update_meta() …/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php:557
    aviaPostCssManagement->check_create_file() …/class-post-css-management.php:268
    aviaPostCssManagement->handler_enqueue_post_styles() …/class-post-css-management.php:205
    do_action(‘wp_enqueue_scripts’) wp-includes/plugin.php:522

    ——————————

    Impact

    During traffic bursts to checkout, these repeated meta updates contribute to additional DB load and resource usage (we had an autoscale event during a checkout load spike). Even if Enfold decides the page should be no_css, it seems to be re-writing the meta repeatedly instead of persisting a stable state and moving on.

    ——————————

    Questions

    Is Enfold expected to generate a post-6494.css file for WooCommerce checkout pages?

    If not, is there a recommended way to prevent aviaPostCssManagement->handler_enqueue_post_styles() from continually updating _av_css_styles for checkout pages?

    Is this a known behavior/bug in the current Enfold/Avia CSS management layer when a page is treated as no_css?

    Are there settings (or a filter/hook) to disable per-post CSS management for specific post IDs or for is_checkout() pages?

    If you’d like, we can provide the full serialized _av_css_styles value and/or additional logs.

    Thanks!

    This reply has been marked as private.
    #1494992
    frankb54
    Participant

    Hello, I have a website with just Enfold 7.1.3 + latest Woocommerce installed where the problem can be seen, but before giviing you access please note this bug affects also your own demo site too. please check:

    this is your demo site

    if you select (white) the picture will not change at all.

    Perhaps some of the latest changes on the theme did broke something…

    • This topic was modified 4 weeks, 1 day ago by frankb54.

    Hi Ismael

    Thank you for coming back.

    Nothing special (standard plugins like staging, Yoast, etc.) and only custom CSS:

    /*Menue Button*/
    /*#top #wrap_all .header_color li#menu-item-10312.av-menu-button-colored > a .avia-menu-text {background-color:#FA7D19;}*/

    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {background-color:#FA7D19 !important; border-color:#FA7D19 !important;}

    #menu-item-10312 .avia-menu-text {background-color:#FA7D19 !important; border-color:#FA7D19 !important;}

    /*Desktop*/
    @media only screen and (max-width: 1920px) {
    .indicates-required {display:none !important;}
    .mc-field-group label {display:none !important;}
    .mc-field-group {clear:none !important; width:32% !important; float:left !important; margin-right:13px;}
    .mc-field-group input {font-size:16px !important; padding:13px !important;}
    #mc_embed_signup .button {background-color:#2d5c88 !important; border-color:#0b3a66 !important; width:32% !important;border-radius:2px !important; height:45px !important; line-height:23px !important;}
    #mc_embed_signup .button:hover {background-color:#3d71a1 !important; border-color:#1b5080 !important;}
    }

    /*Mobil – Tablet*/
    @media only screen and (max-width: 768px) {
    .mc-field-group input {margin-bottom:0px !important;}
    .mc-field-group {clear:none !important; width:100% !important; float:left !important; margin-right:13px; margin-bottom:0px !important;}
    #mc_embed_signup .button {width:100% !important;}
    }

    /*News Übersicht Seite – Datum deaktiviert*/
    .html_elegant-blog .avia-content-slider .slide-meta {display:none !important;}
    /*Zwei Border Linien Blog Seite deaktiviert*/
    .html_elegant-blog #top .post-entry .post-meta-infos {display:none !important;}

    #top .av-menu-button > a .avia-menu-text {border-radius: 20px !important;}

    /*P-Tag move font size*/
    .p-move-h2 {font-size:40px !important; font-weight:bold;}

    /* CSS Enfold-Mailchimp-Newsletter Input fields*/
    #top .avia_ajax_form.avia-mailchimp-form input[type=’text’] {
    background: #c4dff6;
    color: #00334e;
    }
    #top .avia_ajax_form.avia-mailchimp-form .required{
    display: none;
    }

    Any thoghts?

    Thank you.

    Philipp

Viewing 30 results - 211 through 240 (of 244,340 total)