Updated on 27 Sep 2022Tested in Monochrome 1.6.0 and Genesis 3.4.0 Monochrome Pro comes with a fixed site header having a white background on all pages including the homepage (with front page 1 section that has the full-width background image) and single posts (that have the featured image as background below the site header). If […]
Search Results for: image
Off-canvas side menu in Genesis using Slideout.js
Update on January 12, 2020: Follow the updated tutorial here instead. Slideout.js is a touch slideout navigation menu for mobile web apps. In this tutorial, I share the steps to display a hamburger menu icon at smaller widths which when clicked/tapped will slide out the widgets placed in a widget area from the side of […]
How to remove Email and Website fields from Comment Form in WordPress
Looking to remove Email and Website/URL fields in your WordPress site’s comment form? Add the following in your child theme’s functions.php: add_filter( ‘comment_form_default_fields’, ‘comment_form_custom_fields’ ); /** * Remove Email and Website fields in comment form. * * @param array $args Default comment form arguments * @return array Modified comment form arguments */ function comment_form_custom_fields( $args […]
How to display posts grouped by year in WordPress
In a recent Genesis customization work I took up, the requirement was to display entries of a Custom Post Type grouped by years the posts were published in. The output needs to be the year the latest entry was published in, then an unordered list of titles linking to their permalinks for all entries published […]
Reply To: Masonry Blog Page
Can you give me WP and FTP logins for the site (having content with different sized featured images for the masonry effect to be effective) where you want this to be set up via https://sridharkatakam.com/contact? I’ll use your site as a platform to implement a solution I have in mind and write a tutorial once […]
Reply To: Problem with entry title in Genesis Grid with css
Follow the step below for making the tutorial work for Aspire Pro: In functions.php, locate add_theme_support( 'genesis-accessibility', array( 'drop-down-menu', 'search-form', 'skip-links' ) ); Add headings to that array i.e., change it to add_theme_support( 'genesis-accessibility', array( 'drop-down-menu', 'search-form', 'skip-links', 'headings' ) );
Inline Site Header and Primary Navigation in Pretty Creative
In Pretty Creative theme, the Primary Navigation menu is moved above the site header out of the box. In this tutorial, I share the steps to wrap the site header and primary nav in a custom div and float site header to left and primary nav to the right on desktops. We shall also make […]
Reply To: Featured Images Under Header on Pages of Infinity Pro
I think I have the same question. I’d like full-width photos in INFINITY PRO pages and posts. Like the tutorial you did for ALTITUDE PRO and MINIUMUM PRO… Full Screen Featured Image Background Parallax section on Posts and Pages in Altitude Pro and How to display full width Featured image below Header in Minimum Pro […]
Reply To: Problem with entry title in Genesis Grid with css
See if this helps: https://sridharkatakam.com/set-featured-image-background-posts-page-heading-genesis/
Problem with entry title in Genesis Grid with css
Hello, I am using this tutorial for background header How to display Page Title on full-width Featured Image in Genesis and this for Post Grid, but I think that it not compatible. Posts Grid on Archives in Genesis When I use these In blog the title show the 1 first single post, no the name […]
Recent Comments