Viewing 30 results - 541 through 570 (of 244,362 total)
  • Author
    Search Results
  • #1493761

    Hello Ismael,

    Off-course I shall share a view screenshots of this problem, becuase I understand you have no clu what is going on.
    Screenshot 1 is how it suppose to look like in normal conditions, you will see the blue ALB button:
    ALB-problem-1

    Screenshot 2 is when you have activated the button and you see all options you can choose from:
    ALB-problem-2

    Screenshot 3 is how the pages look like whit the problem: no ALB button is there:
    ALB-problem-3

    Screenshot 4 is the Listings that I have made in the Enfold Child > Layout Editor > Advanced Options > Enable your custom post types for ALB:
    (my site is in Dutch btw)
    and I have used 2 seperate words for the accommodation that are not working (Safari is working) when I turn then from place there is no effect, Safari is still working and accommodation is not:
    ALB-problem-4

    Screenshot 5 are the 2 Listings
    ALB-problem-5

    Screenshoit 6 is the Listing settings to Display
    ALB-problem-6

    Screenshoit 7 is the Listing settings to Query
    ALB-problem-7

    #1493757

    Hey jocelynwasham,

    Thank you for the inquiry.

    You can follow these steps to zip files for custom fonts and remove the default MacOS files from the folder.

    1. Place all your font files (.woff, .woff2, .ttf, .eot) in a single folder.

    2. To remove the hidden MacOS hidden files, open the Terminal and navigate to your folder, the use the following commands.

    
    cd /path/to/your/font-folder
    find . -name ".DS_Store" -delete
    find . -name "__MACOSX" -delete
    

    3. Create a clean zip of your font folder by right clicking the folder + Compress (Mac) or Send to Compressed (zipped) folder on windows. Make sure the zip contains only your font files.

    4. To upload it, go to the Enfold > Import/Export > Custom Font Manager.

    Please check this link for more info: https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts

    Let us know the result.

    Best regards,
    Ismael

    #1493752

    Hey Antonio,

    Thank you for the inquiry.

    You can add this css code to switch the header to transparent in the mobile view.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all #header {
        position: fixed;
        background: transparent;
      }
    
      .responsive #top .av_header_transparency.av_alternate_logo_active .logo a>img,
      .responsive #top .av_header_transparency.av_alternate_logo_active .logo a>svg {
        display: none;
      }
    
      .responsive #top .av_header_transparency .logo .subtext.avia-svg-logo-sub,
      .responsive #top .av_header_transparency .logo img.alternate {
        display: block;
      }
    
      #top #header.header_color.av_header_transparency .av-main-nav>li>a:hover .av-hamburger-inner,
      #top #header.header_color.av_header_transparency .av-main-nav>li>a:focus .av-hamburger-inner,
      #top #header.header_color.av_header_transparency .av-main-nav>li>a:hover .av-hamburger-inner::before,
      #top #header.header_color.av_header_transparency .av-main-nav>li>a:focus .av-hamburger-inner::before,
      #top #header.header_color.av_header_transparency .av-main-nav>li>a:hover .av-hamburger-inner::after,
      #top #header.header_color.av_header_transparency .av-main-nav>li>a:focus .av-hamburger-inner::after {
        background: var(--enfold-header-color-button-font);
        opacity: 1;
      }
    
      #top .header_color .av-hamburger-inner,
      #top .header_color .av-hamburger-inner::before,
      #top .header_color .av-hamburger-inner::after {
        background-color: var(--enfold-header-color-button-font);
      }
    }

    (see screenshot in the private field)

    Best regards,
    Ismael

    Hey vaclavdanek,

    Thank you for the inquiry.

    Have you tried disabling the Enfold > Performance > File Compression settings? We may need to log in to the site to properly check the issue. Please provide the login details in the private field.

    Best regards,
    Ismael

    #1493742
    jocelynwasham
    Participant

    How can we zip files for custom fonts and remove the MacOS files attached to the fonts? In Enfold Theme.

    vaclavdanek
    Participant

    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?

    Specific case, you can see on this page:
    https://skotakconsulting.cz/fuze-spolecnosti/

    There is supposed to be a background image on the top section. Which is actually set in editor. You can see it here:

    and here:

    On that page, there is completely missing following section with parallax background image:
    <div class="av-parallax enabled-parallax active-parallax" data-avia-parallax-ratio="0.3" style="top: auto; height: 827px; transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 185, 0, 1);"><div class="av-parallax-inner main_color avia-full-stretch"></div></div>

    Thanks for any clarification.

    Vaclav

    #1493736
    Pascal Oberndörfer
    Guest

    themeforest states compatibility with WP up to version 6.8.x.

    Is Enfold also compatible with the most recent version 6.9.0?

    Thank you!

    #1493735
    Pascal Oberndörfer
    Guest

    themeforest states compatibility with WP up to version 6.8.x.

    Is Enfold also compatible with the most recent version 6.9.0?

    Thank you!

    #1493734
    safariinkenia
    Participant

    Hello,
    I’m having an issue with pages that are created using FacetWP Listings.
    I have two Listings that are visible in the page tree on the left-hand side.
    For the first Listing, the Advanced Layout Builder (ALB) works perfectly on all pages that belong to that Listing.
    However, for the second Listing, the ALB does not work on the pages created under it. Instead of the layout builder, I only see raw shortcode/code output on those pages.
    I have already manually enabled both Listings in my Enfold Child Theme via:
    Enfold Child > Layout Editor > Advanced Options > Enable your custom post types for ALB
    Within that setting, I have tried:
    placing the Listings one below the other
    placing them after each other
    separating them with a column
    Unfortunately, only the first Listing that is defined works. The second Listing never activates the ALB, no matter the order or layout.
    It feels like I’m very close to the solution, but I’m not sure what exactly is missing or how to properly enable the second Listing.
    Any insights would be greatly appreciated.

    #1493731

    HI

    I cleared the cache using hummingbird. The bottom two buttons still look unformatted.

    Screenshot: https://tinyurl.com/26542vg3

    Q: does the Enfold theme have its own caching button?

    Please advise.

    #1493730

    Hey fiorettipau,

    Please refer to this: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Rikard

    #1493727
    goldengate415
    Participant

    Happy new year all,

    I have noticed that videos that used to open in lightbox on some older blog articles (and on a new one I’m creating now) no longer open in lightbox, but instead open a new tab on desktop Chrome. I have checked Enfold theme settings and lightbox is still enabled.

    Can you tell me what might be going wrong and how I can fix it?

    Sample url of article from 2021 that used to launch lightbox for the videos: https://www.thomashenthorne.com/novato-home-prices-set-records/

    Thanks,
    Rob

    #1493723

    In reply to: Main Content

    Hi,

    Thanks for the update. If you have additional questions, then please open a new thread for each of them. We’ll close this thread for now.

    Best regards,
    Rikard

    #1493714
    sqzi
    Participant

    I created a layout in WordPress 6.9 with Enfold 7.1.3 and PHP 8.4.16. At the 41st revision, more than half of my layout suddenly disappeared in the preview.

    I have now recreated the layout from scratch twice. Both times I encountered the same problem. I restored the page from a backup. That worked fine, but when I saved it again and previewed it, most of the layout had disappeared once more.

    I currently have about 30 sites running this WordPress Enfold setup and have never had this problem before.

    Do you have any idea how we can solve this?
    I look forward to hearing from you.

    Kind regards,

    Bert

    Translated with DeepL.com (free version)

    #1493704

    Hey ThorstenFB,

    Thank you for the inquiry.

    This should be possible with a custom css modification. Try to set the Styling > Columns > Column count to 6 columns, then add this css code.

    @media only screen and (min-width: 989px) {
      .av-masonry-col-6 .av-masonry-entry {
        width: 14.28%;
      }
    }
    

    If you need to apply this to a specific Masonry element, try using the Custom CSS Class option as described in the following documentation.

    https://kriesi.at/documentation/enfold/add-custom-css/

    Best regards,
    Ismael

    #1493697
    kurson
    Participant

    The Enfold Button Loses it’s formatting when modified.

    When I modify the text for any of these buttons, the button previews correctly but when I go line it loses its formatting an looks like a clear button ith green text.

    Screenshot: https://tinyurl.com/2yp6lkec

    Screenshot: https://tinyurl.com/24v5xh82

    #1493692

    In reply to: Masonry falls apart

    Thank you – but I recommend using the unscaled images

    f.e.:
    http://www.interior-collection.de/wp-content/uploads/2025/12/IMG_7870-1.jpg : 135kb
    http://www.interior-collection.de/wp-content/uploads/2025/12/IMG_7870-1-529×705.jpg : 285kb (imgSize: masonry – 705×705)

    so better resolution but less file size.

    background on that : search for : avf_jpeg_quality
    e.g: https://kriesi.at/support/topic/enfold-creating-images-larger-than-the-orginal/#post-1488786

    #1493691
    ThorstenFB
    Guest

    Hi,

    is it possible to have 7 rows in the portfolio masonry?

    This tip no longer seems to be valid for the current Enfold version:

    I would be glad if you could help!
    Thanks, Thorsten

    #1493686

    In reply to: Masonry falls apart

    the css above is the rule from enfold – if you do not want that the width will be set by that – you had to overwrite this rule in quick css.
    and it was only a suggestion what could happen on masonries on wide screens. So now i can see your masonry .

    After the grid container – you got that section with the masonry.
    On Gallery Style – what are your settings there:

    #1493678

    Hey Johannes,

    Thank you for the inquiry.

    You have to edit the cells with the background image, go to Advanced > Developer Settings, and apply the Custom CSS Class name “av-cell-with-image”. After that, add the following css in the Enfold > General Styling > Quick CSS field code to set a minimum height for the cell, which will also enlarge the image.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all .av-flex-cells .av-cell-with-image {
        min-height: 300px;
      }
    }

    Please check this link for more info on adding custom css class names to builder elements.

    https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

    #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

Viewing 30 results - 541 through 570 (of 244,362 total)