Here you go. Follow https://sridharkatakam.com/utility-bar-in-genesis-sample/.
Search Results for: genesis
Reply To: Updated Jquery Infinite Scroll code?
Done. Updated https://sridharkatakam.com/youtube-videos-grid-genesis-using-acf-pros-repeater-infinite-scroll-featherlight/.
CSS Grid with Float Fallback
Sample CSS for a 3-column grid with the number of columns changing to 2 from 768px & below and to 1 from 500px and below with floats fallback for non-supporting (read, outdated like IE) browsers. Given this HTML: the CSS using CSS Grid for all modern browsers with float fallback for IE: .videos { display: […]
Reply To: Checkered widgets on home page (pages / custom content)
You might want to follow https://sridharkatakam.com/using-acf-pro-for-multiple-drag-n-drop-hero-text-image-and-image-text-sections-in-genesis/.
Reply To: Digital Pro Relocate Posts Page Title and WPML Translation
Code seems to be getting cut off here in this forum. Can you paste at http://pastebin.com/ and share the link? I am not familiar with translation. I think it makes that string available in a software where translators can replace manually in a specific language. See this wiki page.
Page-specific Banner Image with Entry Header overlay using ACF in Monochrome Pro
This tutorial provides the steps to set up a “Banner Image” image field for static Pages in Monochrome Pro and display this image (if set) as the background of a full-width section below the site header with entry title overlay. For all single posts, we shall hardcode a specific image and show post info below […]
Reply To: Digital Pro Relocate Posts Page Title and WPML Translation
Try changing that code to <?php // Repositions Press (Posts) page heading. remove_action( 'genesis_before_loop', 'genesis_do_posts_page_heading' ); add_action( 'genesis_after_header', 'genesis_do_posts_page_heading' ); add_action( 'genesis_after_header', 'sk_page_heading' ); /** * Adds Page Heading to single post pages and archives. */ function sk_page_heading() { if ( is_singular( 'post' ) || is_archive() ) { _e( 'Press', 'digital-pro' ); echo 'Black Beret […]
Digital Pro Relocate Posts Page Title and WPML Translation
I appreciate all the help in the previous tutorial located here: How to relocate Posts page title in Digital Pro All seems fine with the code for the functions.php file you provided except that the title “Press” is not being translated into the target languages via the WPML plugin. I’m guessing this is because the […]
Front Page 1 background image slider in Showcase Pro using Backstretch
This tutorial provides the steps to replace the single background image for Front Page 1 widget area in Showcase Pro with a series of rotating background images changeable in the Customizer using Backstretch. Tested in Showcase Pro 2.0.2. Step 1 Upload your default background images (that should rotate) to Showcase Pro’s images directory using this […]
Reply To: Business Pro | Repositioning Primary Nav Menu Left (beside site logo/title)
Glad to read that you are finding the tutorials useful. Since I do not have your site’s URL I tested the following on demo site of Business Pro and it seems to do what you want: @media only screen and (min-width: 896px) { .title-area { margin: 0; -webkit-box-flex: initial; -ms-flex: initial; flex: initial; } .nav-primary […]
Recent Comments