Hey laOlaWeb,
Thank you for the inquiry.
What is the name of the post type? The avf_alb_supported_post_types filter only enables the Advanced Layout Builder (ALB) for the actual post items. You can also define the post types in the Enfold > Layout Builder > Activate Your Custom Post Types For ALB field. Unfortunately, it’s not possible to edit the archive pages using the ALB.
Best regards,
Ismael
Hi,
You can add this code in the functions.php file:
function avia_add_custom_icon($icons) {
$icons['bluesky'] = array( 'font' =>'fontello', 'icon' => 'ue800');
$icons['mastodon'] = array( 'font' =>'fontello', 'icon' => 'ue800');
return $icons;
}
add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
function avia_add_custom_social_icon($icons) {
$icons['Bluesky'] = 'bluesky';
$icons['Mastodon'] = 'mastodon';
return $icons;
}
add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
Make sure to replace the icon value (ue800) with the actual font icon unicode. You can see it by hovering over the icons.
— https://kriesi.at/documentation/enfold/icon/#how-to-find-the-icon-unicode
Best regards,
Ismael
Hi,
Thank you for the update.
Please provide the site URL in the private field so we can check the element. In the meantime, try toggling or temporarily disabling the Enfold > Performance > File Compression settings, then purge the cache. Let us know if the styling is still not being applied.
Best regards,
Ismael
Ok, and yes, I have the debug option enabled. Problem is, I just duplicated a website I created, so I can try out a new theme demo, https://kriesi.at/themes/enfold-creative-studio/, and give the site a new look, without starting from scratch. Once I did the demo import, it didn’t show the same page as the demo and other demo pages are missing.
1. How can I get the exact same pages as the “Creative Studio” demo and then edit it from there?? Or even copy parts or entire pages from other demos?
2. And I don’t know if it is an issue, but I don’t want a 1 page website, like the demo.
I gave you website access below.
https://sonoranwaters.armourcloud.io/
Thanks!
Hi Ismael,
I looked it up in your documentation. It’s called “Cookie badge” there (cf. https://kriesi.at/documentation/enfold/privacy-cookies/). This one is not displayed in the mobile browser.
Kind regards,
Sebastian
HELLO, I NEED CSS CODE TO REDUCE STRETCHED IMAGE ON MOBILE VIEW FOR EASY SLIDER
THANKS!
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.mec-dropdown-wrap {
max-width: 100%;
}
.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap i {
height: 36px;
}
Best regards,
Rikard
Hi,
Great, I’m glad that Ismael could help you out. We’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, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hello,
We are developers of several plugins that use custom post types. We now have several requests from Enfold users asking for better support from the Enfold theme. Specifically, they would like to customize the archive and single view for themselves using Enfold. We would be happy to comply with this request.
Our plugins use the WordPress standard to register post types. This enables both an archive and a single page. This works with many other themes and page builders in the WordPress universe without any problems and is now actively used by hundreds of users of our plugins.
But how does this work in Enfold?
There is the hook “avf_alb_supported_post_types”, but unfortunately it does not seem to allow the user to customize templates for archive and single pages of our post type. Or are we missing something here?
Hi,
wo finde ich denn die aktuell verwendeten Enfold-Bildgrößen – speziell die des Vorschaubildes (featured image)?
Vielen Dank im Voraus!
Hello team,
We’ve opted to use another cookie plugin and want to disable cookie consent messages. When we set the Privacy and Cookies > Enable cookie consent messages(field) to Disable Cookie Consent Messages and press Save all changes… it reverts to Enable Cookie Consent Messages value. Is there a way to disable this via functions.php? This is only happening on 2 of our many Enfold sites. Thanks for your help.
Hey M-Graphics24,
The update to 7.0 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
-
This reply was modified 1 year, 1 month ago by
Rikard.
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Thanks for the update. You could add a request for a feature here if you like: https://github.com/KriesiMedia/Enfold-Feature-Requests/issues
Best regards,
Rikard
Hi,
Thanks for the update, we’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
even with !important it does not work, sorry
There is no custom CSS that overwrites it.
I use the Enfold Demo content “Lawyer”
But even in the advanced styling settings there is no rule that says uppercase:
All Headings (H1-H6) : text tranform: none
marcus
It is very easy:
1: Stretch the OVERLAY 100% over the slide so that it covers the whole image
2: Leave the text-content where it was before
Here is, what we are talking about:
https://kriesi.at/themes/enfold-2017/elements/accordion-slider/ (first example)
marcus
Good day
Can you please assist me with updating the Enfold theme from 3.5.4 on a client’s website. It does not give me the option in the update theme section.
RikGuest
Hi,
I’ve tried the Enfold theme and like it but it seems to unlink my media images since i moved from dev to prod.
did i miss a step ? i dont want this happening everytime i use your theme.
Kind regards,
Rik
Hello,
I would like to create a page like this: https://www.weclapp.com/de/roadmap/
With teaser boxes that enlarge and show the detailed content. Is something like this possible in Enfold?
Thank you
Hallo :-)
wie kann ich die Meldung:
Welcome to Enfold 7.0 introducing a nice feature:
SVG Icons – Check our documentation to get deeper insight and how to use them
Bugfixes – Check our changelog for all changes
Check our documentation to get deeper insight
Did you already explore:
Custom Layout And Dynamic Content: Use custom fields and create editable layouts using custom fields
Custom Elements: Create your own styled editable ALB elements for a consistent layout throughout your site
Follow Upcoming Fixes for the next release
You miss the classic editor:
You can switch to this editor any time you like without using a plugin in our theme options: Theme Options Tab -> Select Your Editor
löschen – einen Demissbutton gibt es nicht – wenn ich oben aufs X klicke erscheint die Meldung immer wieder. Vielleicht weiß jemand Rat?
Hi,
It seems to be working correctly on our end. Please try adding it again, then toggle or temporarily disable the Enfold > Performance > File Compression settings. Let us know the result.
View post on imgur.com
Best regards,
Ismael
Can someone from Enfold discuss the fix for this? It was mentioned above that one would be available from 6.0.9.
I am running 7.0 now and am seeing huge bot abuse of these Avia queries. It is crashing our server (which is robust) daily by maxing out CPU and RAM on our very large Enfold Woocommerce site.
And has anyone tried Disallow: /*?* in their robots.txt to help alleviate this?
-
This reply was modified 1 year, 1 month ago by
Matt.
Dear Team,
I recently updated Enfold, and I’m experiencing several issues with the footer on my website:
Copyright text not displaying correctly – The copyright information in the socket section is either missing or not appearing as expected.
Footer menu missing – The footer navigation menu does not appear despite being correctly set in the theme options.
Footer layout issues – The footer columns are not aligning properly, and some widgets seem to be missing or not loading as they should.
I have already tried:
Checking the footer settings in the Enfold theme options
Verifying widget assignments in the WordPress Customizer
Clearing cache and disabling plugins to rule out conflicts
Editing footer.php to ensure correct rendering
All is up to date.
However, the issues persist. Could you please assist me in troubleshooting and resolving these problems?
Best regards,
Consent Dialogue: button (“lock icon”) not displayed on Firefox mobile
Enfold version: 7.0
Browser: Firefox mobile, v 135.0.1
OS: Android 14
Samsung One UI version 6.1
Example: leathermen.ch
Consent Dialogue: [av_privacy_google_tracking] button is greyed out for Firefox (desktop). Works correctly on Edge, Chrome, Safari
Enfold version: 7.0
Browser: Firefox 135.0.1 (aarch64)
OS: MacOS 15.3.1 (24D70)
Example: leathermen.ch
I need help for a bug in the Enfold Consent Preferences Dialogue.
iOS users report that they cannot scroll to the end of the dialogue on load. They first need to interact with the accordeon, ie. open a section of a category. Only afterwards, they can scroll to the buttons. The issue is persistent and was already present at earlier versions of the theme.
Please advise and provide a fix.
Enfold version: 7.0
Example: leathermen.ch
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