I actually figured it out in the meantime 😉 This was the code needed in the single-cpt.php: // Display Lifestyle Category List add_filter( ‘genesis_post_info’, ‘custom_post_info’ ); function custom_post_info( $post_info ) { $post_info = get_the_title() . ‘ ‘; return $post_info; }
Search Results for: genesis
Show taxonomies on single page when using Pods
Thank you for your help so far on this site. On this page: http://dev1.gettlconline.com/neighborhood/westover/ I have coded the_taxonomies in the single-neighborhood page, which is showing the first line under “Westover” that says “Lifestyle Categories:” Under that is what I WANT this to look like, which I just put on this page with HTML to show […]
Thumbnail Grid with Expanding Preview behaves like Google Images
How about a tutorial on a Genesis version of this tutorial to expand post thumbnails. http://tympanus.net/codrops/2013/03/19/thumbnail-grid-with-expanding-preview/ An example of a very recent adaptation that I like best is here: https://www.mattcromwell.com/category/webdev/ Thanks, Priscilla
Features + Grid on "Blog" page
Hello, I’m trying to get the Genesis Grid to show up in a blog page (http://test02.freeborboletadesigns.com/blog/) vs. the home page (which is a widgetized home page) and I cannot get it to work. Any tips / steps would be greatly appreciated! Fran
Fixed Header with Inline Site Title, Primary Nav, Social Icons and Search Icon in Dynamik
In this tutorial we shall set up the header in Dynamik to show site title at left and primary navigation menu, social icons and search icon at the right and make it fixed so the header continues to appear when the users scroll down. Clicking on the search icon fades in the search box and […]
Full width Soliloquy slider in Showcase Pro
Updated on April 18, 2017 for v2.0.0 of Showcase Pro. In the members-only forum a user asked: Replacing Front Page Hero Image with Soliloquy Slider for Showcase Pro Hi Sridhar, Something I always struggle with is adding a Soliloquy Slider, as the subject says could you do a tutorial for adding a Soliloquy Slider replacing […]
Repositioning Titles in Centric Pro
Centric Pro has code for displaying titles below the header for static Pages, category archives and search result pages. If you would like to do the same on other archive pages (CPT archives, author, date), other singular pages (posts, CPT single entry pages) and Posts page, follow along. Step 1 Edit functions.php and a) replace […]
Reply To: Replacing Front Page Hero Image with Soliloquy Slider for Showcase Pro
With the help of JT, I located the hook to position the Page Header after the Site Header. This can easily be done by changing the ‘Header Color’ in Customise > Colors > Header Color to White from Transparent. Alternatively in page-header.php, I changed. //* Add opening markup for the Page Header $header_color = get_option( […]
A bottom aligned menu that sticks to the top on scroll.
Hi Sridhar I just spotted this Divi tutorial. It’s not something I use but wanted to achieve something similar in Genesis & Dynamik. Do you have a tutorial or could you find time for one please? thanks, Paul
Fixed Primary Navigation on Scroll in Foodie Pro using Sticky-Kit
In the members-only forum a user asked, Full width primary nav menu wrap in Foodie pro I’d like to keep it in its current location. In fact, if it’s possible, I’d like it to be full width when scrolling. I’m sorry I can’t provide de URL, but I have it in a local host. Thank […]
Recent Comments