-
Search Results
-
Hello,
I would like to use the Theme Law (Demo) Boxes at https://kriesi.at/themes/enfold-law/ that shows Insurance Litigation, Real Property Litigation, Construction Litigation, and Add Get In Touch Button from the Rop Right Side (With Round Corners Shape) in Enfold Classic Theme. For example, see the image at https://ibb.co/KX2Y9PK
I have copied the boxes from Law Theme and Top Right Side Button and pasted them in the layout of Classic Theme to give you a demonstration.
Please let me know how to do it through the code so the layout doesn’t get changed when I update my theme from WordPress Dashboard. Thank you.
,Dear Kriesies,
ENFOLD is a well thought out cms inside the wordpress cms
also u spend a lot of care on the designs, so bought this theme 2x TWICE! :)question: currently customer has 1) Facebook 2) LinkedIn and 3) Twitter but also want’s a 4) Mastodon social network button
https://mastodon.social/@mastodon
not sure how to add it as there are only 3 columns/buttons possible to config see screenshot
https://pasteboard.co/5WN8nC149uaz.jpg
where to tweak the theme? :D
Topic: How to add a Calendar?
Hi,
I noticed in the Church default theme a nice Calendar that includes a drop down subscribe button with options to various calendars. I did not seem to find how to add this in the Enfold documentation. Could someone explain how to activate this feature?
Thanks,
GB
example:
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!
