Viewing 30 results - 211 through 240 (of 244,012 total)
  • Author
    Search Results
  • #1493676

    Hi Rikard.

    I have gone through the site in question, step by step, updating things one more.

    For this site we have managed to get it running on PHP8.2. A good result for now.

    The issue in this instance, we have found two plugins that appear not to be distributed via WordPress. We are awaiting updates for these and will install shortly and test. We have these two plugins deactivated for now.

    I went through updating another site using Enfold, completing the same process of ensuring all theme, plugins and wordpress are up to date. Then deactivating all plugins and incrementally changing the PHP version until an error appears. We would then rollback to last working PHP version and by process, going through and turning on the plugins one by one and refreshing caches etc. to test for errors.

    For this particular site we could only go as far as PHP 8.1. Not sure where that leaves us for higher PHP versions but for now at least we are away for version 7.

    I think we can close this for now unless you have something else to add?

    All the best
    John

    #1493675
    w-coats
    Guest

    Hello Enfold Support,

    Does the current Enfold version (January 2026) fully support PHP 8.4?

    Are there any known issues using the current version of Enfold with WordPress 6.8.3/6.9 and PHP 8.4?

    Thank you.

    #1493671

    In reply to: Yoast SEO FAQ block

    1. Do the Enfold Accordion or Tab elements automatically create the proper FAQ schema for search engines?
    2. If not, is it still required to manually add the FAQPage schema for search engines as JSON-LD code to the page’s header or via a custom code element in Enfold?
    3. If 1 is untrue and FAQ page schema is manually added (per 2), are the Enfold Accordion or Tab elements still required, or can the text be in any Enfold element?

    #1493664

    In reply to: EnfoldVersie: 4.1.2

    Hey theovh,

    The update to 7.1.3 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

    #1493663
    Jason E
    Participant

    Good day, everyone!

    I know this is sort of of a nebulous question, but as we try to look at the year ahead for development, we found ourselves curious at where Enfold is heading, but in large and small ways. Are there areas you are finding intriguing, or areas that you find challenging?

    What are the needs, wants, and wishes of Team Kriesi this year?

    #1493661

    Topic: EnfoldVersie: 4.1.2

    in forum Enfold
    theovh
    Participant

    A website we make for client works on Enfold 4.1.2 whe never get update for this version.
    Now the website have tobe update to php 8.0 and this give some issues.
    Can we update this enfold version?

    Kind Regards Theo

    #1493658

    Hi Rikard,
    After checking out again everything, it seems that more things are “broken”. I don’t know where it’s coming from because, as I said before, I use Enfold on other websitre and never had this kind of troubles…
    Anyway, as per your request, I need an email adress to be able to create a temporary account on the website.
    Thank you.

    #1493655

    Hi,

    I’m facing an issue with Enfold / Avia Layout Builder where a section background image is set in the editor, but no background-image: url(...) is generated on the frontend.

    What I see

    • In the Avia editor, the section clearly has a background image selected
    • The image attachment exists, has metadata, and wp_get_attachment_url() returns a valid URL
    • _aviaLayoutBuilderCleanData contains the image data, e.g.:
    src='https://example.com/wp-content/uploads/2022/02/example.jpg'
    attachment='3172'
    attach='parallax'

    What is generated

    In both per-page CSS (dynamic_avia/avia_posts_css/post-XXXX.css) and merged CSS,
    Enfold outputs:

    .avia-section.av-XXXX {
        background-image: unset;
    }

    The image URL does not appear anywhere in CSS or HTML.

    Important detail
    In the same builder data block, the section has:
    background='bg_color'
    even though src / attachment are set.

    Question
    Is background-image: unset expected behavior when background='bg_color' is set, even if an image is assigned?

    If yes:

    • what is the correct way to switch a section from bg_color to image mode programmatically?
    • is there a supported way to make Enfold re-evaluate the background type based on existing src / attachment, without manually re-editing each section?

    Thanks for any clarification.

    Vaclav

    #1493651

    Topic: Multiple Index Pages

    in forum Enfold
    condonp
    Participant

    Dear Sirs,

    I have a client who wants to have multiple index pages optimised for seo by location is this possible. If so can you suggest the best way to achieve this using the enfold theme as I have not done this before.

    Many thanks

    Pete

    #1493647

    Thanks Rikard.

    Yes, i understand Enfold is compatible. This is why we attempted the upgrade after updating all plugins and WordPress core etc..

    As noted, my host also updated the server and enabled the required PHP extensions, and the specific MySQL extension–related error. However when they attempted upgrade the PHP version, the WordPress dashboard displayed critical errors.

    So I am seeking further assistance here as I have many other websites built on Enfold requiring a similar update path. Those sites will need to have quite a few updates completed before attempting any PHP upgrade however for now I would like to focus on the one site in PC below.

    Many thanks
    John

    #1493644

    In reply to: portfolio grid styling

    for the bar under the images try:

    .avia_transform #top .avia-fullwidth-portfolio .grid-content,
    .avia_transform #top .avia-fullwidth-portfolio .grid-entry-title,
    .avia_transform #top .avia-fullwidth-portfolio .avia-arrow {
      background-color:  var(--enfold-main-color-primary) !important;   /* ==== or any color you like === */
    } 
    
    .avia_transform #top .avia-fullwidth-portfolio .grid-entry-title{
      color: #FFF
    }

    Thanks for your feedback.

    Just to clarify — are you saying that if each product has one dropdown, and the images match the choices in that dropdown, then this will work (even if the number of images differs per variation)? But having two dropdowns (e.g., colour + size) won’t work with the current setup?

    I agree that WooCommerce’s native variation handling is the better choice for image switching, but I’m concerned about losing the other layout elements we’ve built with Enfold’s Advanced Layout Builder. It feels like a real negative that Enfold doesn’t support WooCommerce variation images out of the box.

    Do you know of any plugin or solution that would let me keep using Enfold’s builder and have a variation image gallery that works properly with WooCommerce variations? Something that bridges the gap between Enfold and variation images?

    Thanks,

    #1493637

    Hi,

    Enfold is compatible with all 8.x PHP versions. If you need further help, then please let us know how to reproduce the problem in question.

    Best regards,
    Rikard

    #1493635

    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

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

    Best regards,
    Mike

    #1493632

    Hi Ismael,

    I’ve tried the page layout settings, but it never worked. Whatever I change there, it doesn’t affect the page layout.
    And it’s not only for the homepage. It doesn’t change for any website page (https://shop-ca.akhurst.com/ https://shop-ca.akhurst.com/service/)
    https://snipboard.io/y6ukRP.jpg
    https://snipboard.io/74zdDu.jpg
    https://snipboard.io/HWvRu9.jpg

    Even when I try to use one of the Enfold core features (widget area), it doesn’t work. Why?
    Actually, this should be the ideal solution for single pages.
    https://snipboard.io/e8yq7g.jpg

    Regarding the code provided, it’s not working either.
    https://snipboard.io/0MhWcG.jpg

    Please help me ….
    Thanks, Leo

    #1493629

    In reply to: update Enfold theme

    Hey Robert,

    Theme licenses are valid for life. The update to 7.1.3 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

    #1493628
    Robert Koopman
    Guest

    Hi, in the past I bought the Enfold theme and I thought it was a life-time user agreement?
    Now I need to update the Enfold theme because of a newer PHP version.

    How do I do that? I don’t have any records of buying the theme in the past……

    #1493623

    Hi,

    Thank you for the update.

    For the product page, try to add the solution provided in this thread: https://kriesi.at/support/topic/enfold-sidebar-on-single-product-pages/#post-1162484

    And for the home page, make sure to adjust Layout > Sidebar Settings.

    fh4cBKF.md.png

    Let us know the result.

    Best regards,
    Ismael

    #1493619

    Hey jimmiemoreland,

    Thank you for the inquiry.

    Have you tried setting up an SMTP plugin or adjusting the “from” address? Please check the link below for more information on troubleshooting issues with the contact form.

    https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-

    Best regards,
    Ismael

    Hi Ismael,

    Thank you for the suggestion. I have followed your instructions: I removed the custom code from wp_head and uploaded the png 512×512 favicon directly through the Enfold > Theme Options field.

    I understand it might take some time for Google to crawl the site and update the SERP. I will monitor the situation over the next few days and let you know if it’s resolved.

    Happy holidays to you too! Best regards

    Hi,

    I’ve revised the test page for the Liberty radiator — the dropdowns now correctly match the finish and the corresponding image in the slider.

    Some product pages will include both colour and size variants and will therefore require three dropdowns. Other pages will only have a size variant and will just need a single dropdown.

    If this setup isn’t possible, is there a way to use the native WooCommerce variation images instead of the Enfold slider, while still keeping the other content elements on the page — effectively a hybrid approach?

    I came across this support topic, which suggests it may be possible:

    Enfold / WooCommerce product variations

    I can provide guest login access to the dev site if required.

    Please advise.

    Thanks

    #1493605

    Me again: From my research, I see this is because Enfold targets the last anchor link in the menu as the active link, when it is not. I can see that in the code. It looks like it would be nearly impossible to make this menu work with the hover, active, and non-active states showing in color as they should. Also, I read that Enfold does not work well with anchor links in this side menu, as the states are coded for full URLs.

    So, if that cannot be done, I would be satisfied if we could just eliminate the last anchor link from being falsely targeted as active. Then the menu is passible, the hover state works, but not the other states in color. That’s OK. If not, it would be confusing for the user.

    I have tried dozens of CSS attempts, and many full JavaScript tries — nothing works that I have done. So I am hoping you have some further insight into this code, as I have gone too far in developing this website to change everything now. This fixed layout with a side menu has been very frustrating to get to work correctly across devices.

    Hope you can help with this issue! Thanks.

    #1493602
    blaircomm1
    Participant

    The Enfold fixed layout sidebar menu is not working correctly.

    The navigation link functions work OK, but the active and inactive color indicators are not working. When hovered over, the menu color changes as it should. But when selected, the color does not hold, and it reverts to the inactive color.

    And additionally, the last menu item lights up in the active color when any of the menu items are selected — and it will not go to an inactive state even when n ot selected or used.

    I am using anchor links, but that should not affect it. I have tried some CSS, but nothing fixes it.

    Can you help me get this working as it should?

    Hi,
    Thanks for the demos, I have a working script for the first product “Column Radiators Raw Steel III Horizontal” that contains only one dropdown options box. But your second page that has two dropdowns for color & size is not working because you don’t have enough  images for each possibility, your only image are for “Brushed Bronze” and none for “Polished Stainless Steel”.
    I’m not sure if this will work as the script may work better with one dropdown option per page. Can you have a different  page for each? The slides only have the classes “slide-3”, etc not the variation that you may achive using the WooCommerce variation images built into WooCommerce instead of using the Enfold slider that is not built for this.

    Best regards,
    Mike

    #1493596

    Hey Munford,

    It’s working on my end, but the CSS on your site seems to be loading slowly. You can try to temporarily deactivate file compression and activate the option to delete old CSS and JS files under Enfold->Performance to see if that changes anything.

    Best regards,
    Rikard

    #1493595

    In reply to: RE: Theme auto-update?

    Hey Matt,

    If you don’t own a license, then I would recommend that you purchase one since you need a purchase code to access the support forum, and a token to receive updates. You can get a license here: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    Once you have access to the theme files, then the update to 7.1.3 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

    #1493593

    The solution: Completely disable Enfold Maps (via code)

    In WordPress, open the Code Snippets menu (or WPCode).

    Create a new PHP snippet.

    Name it “Enfold Google Maps Fix”.

    Insert this code:
    /* Enfold Google Maps komplett deaktivieren (Backend & Frontend) */
    add_filter( ‘avf_load_google_map_api’, ‘__return_false’ );
    add_filter( ‘avf_load_google_map_api_prohibited’, ‘__return_true’ );

    /* Sicherheitshalber auch die Skripte entfernen, falls Enfold sie trotzdem lädt */
    add_action(‘init’, ‘remove_enfold_maps_scripts’, 30);
    function remove_enfold_maps_scripts() {
    wp_deregister_script( ‘avia-google-maps-api’ );
    wp_deregister_script( ‘avia_google_maps_front_script’ );
    wp_deregister_script( ‘avia_google_maps_api_script’ );
    wp_deregister_script( ‘avia_google_maps_widget_admin_script’ );
    }

    Make sure you select “Everywhere” (Frontend & Admin) or “Run PHP Snippet everywhere” under “Location”.

    Activate the snippet and save it.

    • This reply was modified 1 month ago by daniels340.
    #1493592

    Hi Ismael,
    Thanks for your answer.

    Actually, we need the sidebar on all our pages, especially the homepage, like every other modern store, for quick search and navigation.
    Will these plugins handle this need?

    Using the core plugins, I could manage to create the sidebar in some main pages, but not all of them :(

    – PRODUCT TYPE PAGES: https://shop-ca.akhurst.com/shop/parts/ – YES
    – MACHINE TYPE PAGES: https://shop-ca.akhurst.com/shop/parts/edge-banders/ – YES
    – PRODUCT PAGE: https://shop-ca.akhurst.com/product/canmx722413/ – NO 9the sidebar is not on the left side, but below the product content)
    – HOMEPAGE: https://shop-ca.akhurst.com/ – NO (I can’t manage to show the sidebar! And here’s the most essential part of this whole change, where we’re deleting the old codes)

    Also, please let me know how to add the WooCommerce core filters to our store. I can’t find them using the ALB layout
    I’ve already enabled the sidebars inside Enfold settings, but nothing happens.
    https://snipboard.io/O2cu1q.jpg
    https://snipboard.io/jfrYOE.jpg

    Thanks, Leo

    #1493578

    In reply to: Theme auto-update?

    Hey Matt,

    Thank you for the inquiry.

    The current version on your site is quite outdated, so you won’t be able to update it from the dashboard. You will have to log in to your Themeforest account, download the theme and then manually upload it to your server via S/FTP.

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

    Once the theme is updated to the latest version (7.1.3), you need to create a private token and use that token to update the theme in the future. Please check the documentation for more information.

    https://kriesi.at/documentation/enfold/theme-registration/

    In order to complete these steps, you either need access to the Themeforest account or you must have the purchase code in your possession.

    Let us know if you need more info.

    Best regards,
    Ismael

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