Updated on 20 Jun 2022 This premium tutorial provides the steps to set up a background video for the first section in Altitude Pro using the Video Headers feature in WordPress. Live Demo Tested in Genesis 3.3.5 and Altitude Pro 1.5.1. Step 1 Enable support for custom header and set the minimum viewport width to […]
Search Results for: genesis
Inline logo above Navigation in Brunch Pro
In this article I share the steps for setting up image (HTML img element) logo followed by relocating it from below the Primary Nav to above the Primary Nav in Brunch Pro. Step 1 Create a file named say, helpers-logo.php in Brunch Pro’s includes directory having the following code: To view the full content, please […]
Reply To: Modern Portfolio – using Blog widget on a other page then Home
Hello Kenneth, You can register a custom widget area and display it before the footer widgets using the following sample code (goes in child theme’s functions.php): genesis_register_sidebar( array( 'id' => 'services-blog', 'name' => __( 'Services – Blog','mpp' ), 'description' => __( 'This is the blog section of the Services page.','mpp' ), ) ); add_action( 'genesis_before_footer', […]
Reply To: WP_User_Query with pagination
Hello Clayton, I don’t think it is possible to use genesis_posts_nav(); with custom queries such as this one. I found a few links that may help you: 1) http://www.hongkiat.com/blog/wordpress-display-authors-pagination/ (this has a missing closing brace as mentioned at http://stackoverflow.com/a/20910463/778809) 2) http://stackoverflow.com/a/24339108/778809 3) http://kensiosan.wowproblems.com/wp-user-query-pagination/ Lastly this generator could be of use: https://generatewp.com/wp_user_query/
WP_User_Query with pagination
Hi Sri, I am using WP_User_Query to grab over 400 users and display them on a page template. In my arguments, I can specify the number of users to show but cannot figure out how to get pagination to work. ` $args = array( ‘order’ => ‘ASC’, ‘orderby’ => ‘display_name’, ‘exclude’ => array (15, 2), […]
How to display CPT archive headline/intro inside the page header in Showcase Pro
Updated on May 26, 2017 In the members-only forum a user asked, Sridhar, Love your tutorials, they’ve been very useful. I used “Portfolio in Genesis with Featured Images in a Grid revealing Title and Excerpt on Hover” to create a portfolio page in Showcase Pro: http://wpconsulting.bobkeller.me/portfolio/ It required some tweaking of the css, but it […]
Moving archive title for Portfolio cpt in Showcase Pro
Sridhar, Love your tutorials, they’ve been very useful. I used “Portfolio in Genesis with Featured Images in a Grid revealing Title and Excerpt on Hover” to create a portfolio page in Showcase Pro: http://wpconsulting.bobkeller.me/portfolio/ It required some tweaking of the css, but it came out almost perfectly. The problem I’m having is that the archive […]
How to show fixed background sections without text in Cafe Pro
In the StudioPress forum a user wanted to get help with a few customizations in Cafe Pro: replace site title text with a logo image display two featured posts in Front Page 1 widget area instead of a single text widget display Front Page 2 and Front Page 4 widget areas without the text appearing […]
Please help with my grid
So i want to do a grid that fetches the pages of categories and puts them in grid. Issues is now that it duplicates all pages that it gets and also wont show all the pages for some reason? Im not quite sure that my counter is 100% or that my variables are correct (building […]
Adding Social Icons and Animated Search to Primary Navigation in Dynamik
In the comments section of Fixed Header with Inline Site Title, Primary Nav, Social Icons and Search Icon in Dynamik, a user asked: Can a modification be done to still apply the Simple Icons to the primary menu at the top of the page, and include the icon to open the search box – but […]
Recent Comments