In the members-only forum, a user asks: Full width banner image below menu bar I want to be able to have a full width banner image right below the header and menu bar. The image changes for each of the 12 neighborhood pages. Right now it’s at the top of the content area but need […]
Search Results for: genesis
WordPress page Builders
I have been testing a few popular and upcoming page builders this week and would like to share my thoughts on the same in this blog post. I have rebuilt Parallax Pro’s homepage using Elementor, Brizy and Oxygen as a learning exercise and to get familiar with how these page builders work. Here are the […]
Essence Pro Page Header
A customized Genesis Sample (v 2.6.0) with page header feature from Essence Pro integrated.
How to add Entry Meta on single Posts in Essence Pro
In Genesis Facebook group a user asks: Hey, can anyone share how I can add the usual tags and categories below each post using Essence Pro? Single posts of Essence Pro display post meta having categories, byline and other info below the title inside the page header. The entry footer that shows posts categories and […]
How to add Parallax effect to Header Hero in Essence Pro
Updated on 26 May 2022 This tutorial provides the steps to load Jarallax javascript and apply it on Header Hero in Essence Pro for parallax scrolling effect on the header hero image. Tested in Essence Pro 1.5.1. Step 1 Upload jarallax.min.js to Essence Pro’s js directory. Step 2 Edit functions.php. a) Inside essence_enqueue_scripts_styles(), above wp_enqueue_script( […]
How to turn Featured posts into a Carousel using Owl Carousel
In a Genesis customization task I completed today, the requirement was to display 4 posts output by Genesis Featured Posts widget. The posts should appear in 4 columns on the desktops and in 3 columns on mobiles with automatic sliding to the left to reveal the fourth post and sliding to the right again in […]
How to exclude Posts from a specific Category on the Posts page in WordPress
Looking to have posts from a particular category or categories not appear on your WordPress Blog? Whether you have the list of posts appearing on the homepage or on a separate Posts page (something like this), pre_get_posts filter hook in WordPress can be used to alter the query on non-singular pages such as the Posts […]
How to replace primary menu in a custom Page Template
In the members-only forum a user asks: Hi I’ve created a page template for a new section for a client’s site but want to also have a different menu. For the new page template I just copied page.php and renamed it then will style that, but how do I change the menu it uses? Is […]
Reply To: Using ACF to build student yearbook
I have updated the code in archive-grad.php. Here’s the main part of the code: add_action( 'genesis_entry_content', 'sk_custom_fields' ); /** * Output custom fields. */ function sk_custom_fields() { /** * Image. */ $grad_photo = esc_html( get_post_meta( get_the_ID(), 'grad_photo', true ) ); // Image return value should be ID. $size = 'masonry-thumb'; if ( $grad_photo ) { […]
Reply To: RTL Genesis
Follow https://sridharkatakam.com/how-to-swap-the-position-of-title-area-and-nav-menu-for-rtl-in-genesis/.
Recent Comments