-
Search Results
-
Topic: Banner with video embedded
Hi,
I am wanting to put a banner on my homepage with a video background and headline text + button overlapped.
What is the best practice/enfold layout builder element to use for this and is there a best optimisation for video? I don’t want to get any loading speed issues and be penalised by Google for this.
Please advise
Thanks
MarcusHi,
I noticed that the Enfold default restaurant theme has an interesting design feature where the last nav bar button has a line around it.
Here is the reference:
I would like to create this look, how would I do that?
Thanks in advance!
GB
Hi there
I followed the documentation here: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type regarding allowing ALB to be used by other post types – in this case by LearnDash.
It worked in the sense that it enabled ALB in the “courses” and “lessons” interfaces, so that’s great.
However, when adding anything other than a text box, the spacebar button doesn’t work.
For example, if I add a “Special Heading” within ALB, I can type in the text for the heading, but pressing the spacebar button (to put a space between words) doesn’t work – I can’t add spaces between words/letters.
I’ve tried in multiple different elements – Code Block, Tabs etc, and it’s the same result – the spacebar doesn’t work when trying to enter text in those elements.
The only time it works is in the “text block” element – then the spacebar button works no problem.
Any idea what the problem could be? It’s an extremely odd issue – particularly because it’s not across all elements.
Here’s the code I added to the functions.php file:
require_once( 'functions-enfold.php' ); function avf_alb_supported_post_types_mod( array $supported_post_types ) { $supported_post_types[] = 'sfwd-lessons'; $supported_post_types[] = 'sfwd-courses'; $supported_post_types[] = 'sfwd-topic'; return $supported_post_types; } add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1); function avf_metabox_layout_post_types_mod( array $supported_post_types ) { $supported_post_types[] = 'sfwd-lessons'; $supported_post_types[] = 'sfwd-courses'; $supported_post_types[] = 'sfwd-topic'; return $supported_post_types; } add_filter('avf_metabox_layout_post_types', 'avf_metabox_layout_post_types_mod', 10, 1);Please note there is no child theme, so this was added directly to the main functions.php file.
Any help would be greatly appreciated!
Dear Support,
Only one page of my Enfold website does the following:
a) changes the footer
b) throws a warning telling me the avia_builder_button failed to initialize. (If I click ‘update’, I get the warning; if I hit ‘refresh’ it goes away.)
Any idea how I can fix both?
Please advise. Link to page and credentials in private content.
Thank you,
TimTopic: Floating Button on each page
Need your help: I read the documentation about this topic, but still do not understand, how to create and configure a floating button, that appears on each page of the enfold-Installation. I work with a child-theme.
Thanx in advance
CCHi there!
I have applied a widget to a header based on this and am wanting to use a different header as this doesn’t work very well at all for mobile devices.
https://kriesi.at/support/topic/buttons-in-header-above-menu/
Is that possible?
Or will I need to change all of the CSS to only apply to desktop – https://kriesi.at/documentation/enfold/add-button-elements-to-your-header/#toggle-id-2
Many thanks!!



