Viewing 30 results - 1,381 through 1,410 (of 243,984 total)
  • Author
    Search Results
  • Hey Kati17,

    I see that you are running an old version of the theme, could you try to update to the latest version (7.1.1) to see if that helps please? The update to 7.1.1 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the theme as if it was new under Appearance->Themes->Add New Theme.
    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1487310

    In reply to: Featured image box

    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

    #1487299
    akhurst_machinery
    Participant

    Hello,

    I’m trying everything I can to add the Woocommerce filters to our store pages and replace the current hard-coded one, but it’s not working.
    I need to add them to our home page and also keep them as a sidebar in all pages (products, categories, etc).

    I asked the WooCommerce Support Team about the ones we can manage through the widgets, and they said this:

    “Yes, those are WooCommerce’s legacy widgets. They are no longer under active development and have been replaced by the modern block-based widgets, but you should still be able to use them without problems.”

    https://snipboard.io/Xi9leY.jpg
    https://snipboard.io/C7wBGL.jpg

    As the enfold template works on Advanced Layout pages, what should I do?

    Please help me!

    Kati17
    Participant

    Hi,
    i have the problem with this website: berghof-agatharied.de

    The LayerSlider WP doesn’t works with the latest php-version. Only with php-version 7.4. not higher.
    The Theme Enfold is already updated to the latest version.

    Hope you can help.

    Best regard
    Kati

    #1487291

    Hallo zusammen,

    gibt es eine Dokumentation, was genau angepasst wird mit den Einstellungen unter “Accessibility”?

    Ich finde es sehr schade, dass man sich hier gegen eine größere Anpassung des Themes entschieden hat. Immerhin geht es hier um die Inklusion von Menschen mit allerlei Einschränkungen. Und wie schön wäre es doch, wenn alle Seiten mit Enfold von Grund auf barrierefreier wären. Unabhängig von einem Gesetz.
    Denn viele der Punkte, die für die Barrierefreiheit umgesetzt werden müssen, können nicht durch ein externes Plugin “vorgeschalten” werden, wie es bei der DSGVO der Fall ist.

    Viele Grüße und danke vorab für die Antwort!

    #1487288
    werbeagenturlauf
    Participant

    Hi @enfold!
    is this documentation still up to date?

    Shop

    Die “kompliziertere” Option ist es, ein Beta-Feature von uns zu aktivieren, das die WooCommerce Custom Query deaktiviert.
    Wenn Sie so wollen, müssen Sie entweder Ihren Themen oder Ihrer Child themes function.php Datei Folgendes hinzufügen:

    add_theme_support( ‘avia_custom_shop_page’ );

    Dies ermöglicht den Layout Builder für die Standard-Shop-Seite, aber auch die Standard-WoCommerce-Produkte, die normalerweise auf dieser Seite angezeigt werden. Sie müssen sie dann mit einem Template-Builder-Element hinzufügen, genau wie in der Lösung Nr. 1

    Bitte beachten Sie, dass die Lösung Nr. 2 eine Beta-Funktion ist und immer noch getestet wird.

    #1487283
    Jason Bolger
    Guest

    Hi team,

    On profiling my site with Enfold I found that a routine in class-popup-templates-base.php was responsible for a very large portion of CPU usage. In particular it calls the count() function over 150,000 times per page load.

    I asked Claude AI to refactor the function which has reduced the CPU usage by 10x and reduced the page load for all admin pages for approx 0.2s. As we are an ecommerce site and spend all day on the backend this is a huge improvement.

    I am happy to share this improvement with you guys.

    I have one other question. Why is it that avia layout builder is initialising on all admin pages, including ones like the WooCommerce Order Admin List and Order Admin Edit pages where there is no ALB content? Excluding this would help us with server load.

    Thanks,
    Jason

    Hey sky19er,

    Thank you for the inquiry.

    This is possible, but you will need to directly modify the file at enfold/config-templatebuilder/avia-shortcodes/icon_circles/icon_circles.js and then compress or minify it to enfold/config-templatebuilder/avia-shortcodes/icon_circles/icon_circles.min.js. Remove the following block of code around line 57:

    container.on( 'mouseleave', function()
    				{
    					logos.removeClass('active');
    					logoText.removeClass('active');
    					container.removeClass('active-container');
    				});
    

    Let us know the result.

    Best regards,
    Ismael

    #1487268

    Topic: Comments don’t show

    in forum Enfold
    werbeagenturlauf
    Participant

    Hi @enfold-team!

    I would like to show the comments on a other page in my website, but i can’t get this done. Here the comments show up: https://www.copy-shop-lauf.de/kommentare-zum-copy-shop-lauf/

    But using the comment field here they can’t be seen: https://www.copy-shop-lauf.de/das-sagen-unsere-kunden-ueber-copyshop/

    Have you got an idea for a solution?
    Thanks for your feedback!

    Michael F

    #1487266

    In reply to: Enfold – PHP

    Hey Oliver,

    The latest version of Enfold is compatible with PHP 8.x.

    Best regards,
    Rikard

    #1487265
    Oliver van den Brandt
    Guest

    Hi,
    I would like to know, if Enfold 7.1.1 would run with a PHP Version 8.x, when I would buy a new license. With the current license it runs only with PHP 7.4 and has many problems when changing to 8.x.
    Thank you

    #1487262

    Hi,

    Thanks for that. The FTP account still lead no where, but I checked via the file editor instead. this is what’s on line 32 in your child theme:

    avia_nav_menus(); function avia_nav_menus() { global $avia_config, $wp_customize; $avia_config['nav_menus'] = array( 'avia' => array('html' => __('Main Menu', 'avia_framework')), 'avia2' => array( 'html' => __('Secondary Menu <br/><small>(Will be displayed if you selected a header layout that supports a submenu <a target="_blank" href="'.admin_url('?page=avia#goto_header').'">here</a>)</small>', 'avia_framework'), 'plain'=> __('Secondary Menu - will be displayed if you selected a header layout that supports a submenu', 'avia_framework')), 'avia3' => array( 'html' => __('Footer Menu <br/><small>(no dropdowns)</small>', 'avia_framework'), 'plain'=> __('Footer Menu (no dropdowns)', 'avia_framework')), 'avia_responsive' => array( 'html' => __('Responsive Menu <br /><small>(If set will replace your main menu on mobiles)</small>')) ); add_theme_support('nav_menus'); foreach($avia_config['nav_menus'] as $key => $value) { $name = (!empty($value['plain']) && !empty($wp_customize)) ? $value['plain'] : $value['html']; register_nav_menu($key, THEMENAME.' '.$name); } } add_action( 'ava_after_main_menu', 'enfold_customization_add_responsive_menu' ); function enfold_customization_add_responsive_menu() { echo "<nav style = 'display:none;' class='main_menu_responsive' data-selectname='".__('Select a page','avia_framework')."' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">"; $avia_theme_location = 'avia_responsive'; $avia_menu_class = $avia_theme_location . '-menu'; $args = array( 'theme_location' => $avia_theme_location, 'menu_id' => $avia_menu_class, 'menu_class' => 'menu av-main-nav', 'container_class' => $avia_menu_class.' av-main-nav-wrap'.$icon_beside, 'fallback_cb' => false, 'walker' => new avia_responsive_mega_menu() ); wp_nav_menu($args); echo '</nav>'; }

    What exactly is the purpose of that?

    Best regards,
    Rikard

    #1487256

    Hello,
    I looked at the documentation and the video again. I implemented everything exactly as described.
    Other tags are fired. It’s really only about the GA4 event form submission with the Enfold contact form. That is not fired.
    Best regards,
    Chris

    #1487248

    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

    #1487247

    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

    #1487246

    Hi,
    Thanks for your patience, but your thead is posted to our “contact form” area.
    Please note that using the contact form is not appropriate for support questions, please log in to the support forum and open a new thread if you need further assistance.
    If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.
    Please note that we are limited to supporting third party plugins, we are not familiar with the Moneris Gateway plugin, so perhaps this will require custom coding, we are not sure.

    Best regards,
    Mike

    #1487241

    Hi,
    Try this CSS instead in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .avia_desktop #top .av-hover-overlay-active .av-masonry-image-container {
        opacity: 1;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1487229
    steviger
    Participant

    Hi guys,

    When adding special characters, I get a warning that it may break the internal structure. I found this post from 2018 and this solution from Guenter: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#using-special-characters.

    Guenter’s solution does work, however it makes the code almost unreadable, especially for my client, the end user. They’ll never be able to make changes themselves. So my question is: Is there a more workable solution, especially since this issue has been known for a long time?
    Regards,

    Steven

    #1487214

    Hey jnightingale,

    Thank you for the inquiry.

    The site is currently in maintenance mode, so we’re not able to access it — we may need to log in. Regarding the menus, please make sure that the current main menu is set as the “Enfold Main Menu” in the Appearance > Menus panel. Kindly refer to the screenshot below.

    View post on imgur.com

    Let us know the result.

    Best regards,
    Ismael

    #1487211

    Hey Russell,

    Thank you for your interest in Enfold.

    The videos are not accessible, so we’re not able to view them. In any case, the theme comes with built-in demo content, so you don’t need to start from scratch. You can simply import a demo and then incorporate your existing designs, images, and content to match what you have in mind. It’s very user-friendly, with plenty of customization options and a powerful Advanced Layout Builder where most of the content creation and site building will take place.

    If you have any questions or need help with development, feel free to reach out to us here in the forum — we’re happy to help.

    You can preview the available theme demos below.

    https://kriesi.at/themes/enfold-overview/

    To help you get started, please check out the documentation.

    https://kriesi.at/documentation/enfold/

    Let us know if you have any more questions.

    Best regards,
    Ismael

    #1487210

    I am trying to implement an ACF Pro Image Gallery field on my pages/posts, and I’m encountering the following issue.

    Even though the ACF Gallery field is correctly set up with no ‘Maximum Images’ limit (it’s empty under Validation settings), in the WordPress editor, the field is only allowing me to select and save a single image at a time (it behaves like a standard ACF Image field where I can only ‘replace’ an image, not ‘add more’). This is happening on new pages as well, regardless of whether I use the default WordPress editor or the Enfold ALB.

    Consequently, the gallery is not displaying on the front end, even with the provided PHP code in page.php and single.php (which uses get_field(‘acf_pro_image_gallery’) and a foreach loop).

    Could you please advise on how to properly set up and integrate the ACF Pro Gallery field with the Enfold theme? Is there a specific Enfold hook or function I should be using, or any known theme-specific configurations that might cause the ACF Gallery field to limit itself to one image in the backend interface despite its settings?

    See admin credentials in Private Content

    #1487198

    Hey Katy Maurer,

    It should likely not change anythings, but I would advise that you update on a staging site first to check the results there first. If that is not a possibility for you, then make sure that you keep backups of your current site in case you should have to restore it. Once you are ready to update then the update to 7.1.1 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the theme as if it was new under Appearance->Themes->Add New Theme.
    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    Katy Maurer
    Guest

    Hi, our website uses Enfold version 4.8.7.1. Our LayerSlider is out of date and I can’t update it because it’s bundled with Enfold. If we decide to purchase/upgrade Enfold for our website, how would that update/change our website? Would it involve a lot of work redesigning/reconfiguring the appearance, widgets, and layouts?

    #1487186
    christianh150
    Participant

    Hi everyone,

    I need your help and I’m a bit lost. I’m trying to track form submissions from the Enfold contact form using Google Tag Manager.

    I’ve already added the following code to the functions.php file, as recommended in this thread: https://kriesi.at/support/topic/contact-form-tracking-with-gtm/

    add_filter(‘avf_contact_form_submit_button_attr’,’avia_add_submit_attributes_to_cf’, 10, 3);
    function avia_add_submit_attributes_to_cf($att, $formID, $form_params){
    $att = “onsubmit =\” dataLayer.push({‘event’: ‘form-submission’}); \””;
    return $att;
    }
    Everything in GTM seems to be set up correctly, but for some reason, the event isn’t firing. Does anyone have an idea what I might be missing?

    Best regards,
    Chris

    #1487185

    Hi,
    You cant see any huge gaps???
    [video src="https://www.gwup.org/temporaer/enfold-issue-gap.mp4" /]

    You can also find it here – even worse:

    In every browser.

    #1487176

    Hey Denise Chapman,

    Thanks for reaching out.

    The site was not loading when we visited it. If the automatic update in the dashboard is not working, you may need to download the latest version of the theme from your Themeforest account and manually upload it to your server via FTP. Please refer to the documentation below for more info on how to update manually via FTP.

    https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    Let us know if you need more info.

    Best regards,
    Ismael

    #1487166

    I understand that Gemini is likely to get me into trouble but as long as I’m on this ACF journey, triggered by Enfold :), I thought I’d run this by you. Your video tutorial link in the documentation is based on the free version of ACF. I understand that. I asked Gemini:

    “I am now doing an ACF tutorial by the author of the Enfold theme. I am at this place in the tutorial. (If that link doesn’t take you to the relevant part of the video, it is at the 8 minute mark). The tutorial is for the free version of ACF. As I have the Pro version which gives me Gallery privileges I would like to know how I can use that at this point in the video where I need to select WP Custom Fields.”

    This is the reply by Gemini. I don’t know if you prefer longer responses like this to be entered into the chat itself or via a link. In this case I have created a PDF.

    What do you think?

    Thank you
    John

    • This reply was modified 6 months, 1 week ago by mediaapps.
    • This reply was modified 6 months, 1 week ago by mediaapps.
    • This reply was modified 6 months, 1 week ago by mediaapps.
    #1487165
    Denise Chapman
    Guest

    Hello, purchase code: c2e66504-f68b-4311-b075-6591721a6064
    on https://johnstonesbenefits.com will not update. Please advise what the issue is. The admin will not allow any page updates now. Client needs to update site urgently.

    #1487153
    fiorettipau
    Participant

    Hello,

    I would like to have a nice masonry gallery like in the “Enfold one page portfolio demo”. By this I mean a nice and beautiful masonry gallery with only the images and not titles or texts.
    I don’t find in the masonry parameters a way to do it, can you help me ?

    Thank you

    #1487152
    maucherOnline
    Participant

    Hi,

    we have an Instagram feed on our website and clicking on those images also opens the Enfold lightbox (URL added in the private content section).

    While we still need the lightbox for other pages, we’d like to disable it specifically for these elements.
    We tried this code, as it was suggested on other threads here:

    jQuery(document).ready(function() {
    	jQuery('.sbi_link_area').addClass('noLightbox');
    });

    But even though the class is added properly, it does not remove the lightbox (maybe because it is initiated before we add the class).

    What else could we try?

Viewing 30 results - 1,381 through 1,410 (of 243,984 total)