Howdy folks, I am a developer working with WordPress since 2009 and founder of Beans Theme Framework. I previously co-founded a company buildin ...
Hi, I have made my main header (logo + main navigation) sticky. ``` beans_add_attribute('beans_header', 'data-uk-sticky', '{top:-150}'); ``` ...
Hello all, I'm trying to completely replace the primary menu in a specific page template, but so far I've been unable to succeed. Here are both sol ...
Hello Thierry, the code that generates the previous post link has a typo, here is a patch: ``` --- tm-beans/lib/templates/fragments/post.php ...
Hello any one tell me How to change theme layout through child theme without editing beans parent theme files as i need to put footer section out of w ...
Hello, For some reason Beans has ceased to compile and load all of the necessary JS. In the Safari Web Inspector, I see one compiled JS file that ...
Hello, My pages are not loading very quickly. Would you have any advice how to track down the problems? Also, I have some pages with a map and sea ...
Hello, I'm trying to get the content and meta (ACF) from one post and attach it to another post. It is a review site with each reviewed product bei ...
Hello, Thierry and much gratitude for your supersonic work with Beans. Check this out: I want to re-design my website using beans. What is the bes ...
Hello, I'm currently trying to implement the [HTML text editor](https://getuikit.com/v2/docs/htmleditor.html) included with Ui-Kit 2. But I was ...
How to make a simple Metaboxes in my post editor and display the content in the post. Thank you!
Hello, Beans is growing on me, but I feel like we have to ask a lot of questions in the forum because the documentation doesn't have a lot of pract ...
Hello! I'm working on a newspaper-like theme for Beans. I'm starting to get the hang of things, but my PHP knowledge isn't great. How would I go about ...
Hi everybody, I tried to append a search input to the nav menu with the following code in function.php: ``` beans_add_smart_action( 'egn_r_nav_ ...
