StudioPress has a Github repo called ResponsiveMenus.js for their responsive mobile menu code which is already included in their newer child themes like the Genesis Sample. This tutorial provides the steps to replace the older mobile responsive menu code with Genesis ResponsiveMenus.js in Minimum Pro. https://sridharkatakam.com/wp-content/uploads/2018/05/Genesis-ResponsiveMenus-in-Minimum-Pro.mp4 Tested in Minimum Pro 3.2.1. Step 1 Replace the […]
Search Results for: image
Reply To: Using ACF to build student yearbook
I do. The strange error for the image went away, but I’m not sure what I did. I’m trying to display some of the custom fields to the right of the image using the code here: https://pastebin.com/r8HnmmP2 It’s not working. Not sure why.
Full-width Landing Pages without Header and Footer for Beaver Builder and Elementor in Genesis
In the past, I wrote a tutorial on full-width pages ripe for use with page builders like Beaver Builder and Elementor. While that method works okay as long as you don’t mind the site header and footer, there may be times when you do not want those as well. Ex.: For landing pages that you […]
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 ) { […]
Masonry Grid on Content Archives with Title and Excerpt on Hover in Genesis
Updated on Feb 21, 2019 This is an updated and improved version of Masonry Grid on Category Archives with Title and Excerpt on Hover in Genesis tutorial. This tutorial provides the steps to put together a custom template part for content archives in which all actions from Genesis entry hooks are replaced with a custom […]
How to swap the position of title area and nav menu for RTL in Genesis
In the members-only forum, a user asked: Hello all, My one frustration with WordPress themes today is the lack of full integration with RTL languages. Can someone or you Sridhar please advise on how to best implement this on Genesis, how to change the logo/header, so that the logo is on the right of the […]
Reply To: Using ACF to build student yearbook
The code that is similar to $images = get_field('grad_photo'); foreach( $images as $image ) {…} in my tutorial was meant for a Gallery type field, not image field. See if this helps: https://www.advancedcustomfields.com/resources/image/ If not, send me your site’s WP and FTP/cPanel logins via https://sridharkatakam.com/contact along with a URL of this topic and I will […]
Reply To: Using ACF to build student yearbook
Image. We probably will also use grad_first_name and grad_last_name and combine them on one line since we will want to sort them by last name.
Reply To: Transparent site header on pages in Infinity Pro
Transparent site header on Infinity Pro’s homepage when there’s a header image
Gutenberg in Genesis
Neither the parent Genesis nor any of the official StudioPress child themes are Gutenberg-ready as of today. No doubt this is going to change but in the meantime, we can add support for Gutenberg in our Genesis themes and style the blocks to match the rest of the site on the frontend. This article provides […]
Recent Comments