• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Making a Widget Display Featured Posts like Agency Pro

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Making a Widget Display Featured Posts like Agency Pro

This topic is: not resolved
  • This topic has 6 replies, 2 voices, and was last updated 8 years, 8 months ago by bearknuckles.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • June 22, 2017 at 3:14 pm #208119
    bearknuckles
    Participant

    Hello,

    I was using Agency Pro and just switched to monochrome. I really miss how Agency Pro displayed their featured posts widget on the middle widget there. I can't seem to figure it out myself.

    Can anyone help?

    June 22, 2017 at 8:23 pm #208148
    ᴅᴀᴠɪᴅ
    Member

    The easiest way would be to create a new widget area on the front page of monochrome pro, with the same markup as the one in Agency Pro (so name it home-middle, or home-bottom, whichever one you're talking about - just take it from the functions.php file) Then copy and paste the styling from that home page widget area from agency pro to your Monochrome Pro stylesheet. Then you can add the featured content like you would with agency pro and it should look pretty much the same.


    I love helping creative entrepreneurs build epic things with WP & Genesis.

    Follow on Twitter

    June 23, 2017 at 10:20 am #208174
    bearknuckles
    Participant

    That's an interesting idea, Dave. But there are so many other elements to how Agency pro displays that widget that are undesirable for this current design. I'm really only looking for the specific text overlay tiling effect.

    June 23, 2017 at 12:06 pm #208185
    bearknuckles
    Participant

    This is what I have thus far, guys. I can't get the entry information to load over the transparency overlay though.

    /* Front Page 2 Featured Posts Support
    ---------------------------------------------------------------------------------------------------- */
    
    .front-page-2 .flexible-widgets.widget-fourths,
    .front-page-2 .flexible-widgets.widget-halves {
    	padding-bottom: 20px;
    }
    
    .front-page-2 .flexible-widgets.widget-halves.uneven {
    	padding-bottom: 0;
    }
    
    .front-page-2 .flexible-widgets.widget-fourths .widget:nth-of-type(1) {
    	width: 100%;
    }
    
    .front-page-2 .flexible-widgets.widget-fourths .widget {
    	width: 50%;
    }
    
    .front-page-2 .flexible-widgets.widget-fourths .widget:nth-child(4n) {
    	clear: left;
    }
    
    .front-page-2 .flexible-widgets.widget-area .featuredpost:nth-child(1) .entry,
    .front-page-2 .flexible-widgets.widget-halves.uneven .featuredpost .entry {
    	float: left;
    	width: 50%;
    }
    
    .front-page-2 .flexible-widgets.widget-area .featuredpost:nth-child(1) .entry:nth-of-type(odd),
    .front-page-2 .flexible-widgets.widget-halves.uneven .featuredpost .entry:nth-of-type(odd) {
    	clear: left;
    	padding-right: 40px;
    }
    
    .front-page-2 .flexible-widgets.widget-area .featuredpost:nth-child(1) .entry:nth-of-type(even),
    .front-page-2 .flexible-widgets.widget-halves.uneven .featuredpost .entry:nth-of-type(even) {
    	padding-left: 40px;
    }
    
    .front-page-2 .flexible-widgets .widget-wrap p {
    	margin-bottom: 20px;
    }
    
    .front-page-2 .flexible-widgets.widget-area .widget-wrap p.entry-meta {
    	font-size: 14px;
    	font-size: 1.4rem;
    	margin-bottom: 0;
    }
    
    .front-page-2 .featuredpost img:hover {
    	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    	  filter: alpha(opacity=10);
    	  -moz-opacity: 0.1;
    	  -khtml-opacity: 0.1;
    	  opacity: 0.1;
    }
    
    .front-page-2 .featuredpost .entry {
    	background-color: #fff;
    	color: #000;
    }
    
    .front-page-2 .featuredpost .entry-title a {
    	color: #000;
    }
    June 23, 2017 at 4:07 pm #208201
    ᴅᴀᴠɪᴅ
    Member

    The way it is done on agency pro is that the .featured-content .entry is position: relative and the image is position: absolute; This is the key to the entry-header and entry-content to sit behind the image like it does.

    On hover, the image reduces it's opacity and the content becomes visible.

    You'll find the exact CSS from about line 1300 in the style.css in agency pro. If you don't understand the CSS, then I don't know how to help.

    Good luck!


    I love helping creative entrepreneurs build epic things with WP & Genesis.

    Follow on Twitter

    June 23, 2017 at 5:22 pm #208216
    bearknuckles
    Participant

    Hi Dave,

    My problem was that the absolute position on the image class threw everything off. It was a cluster F.

    June 26, 2017 at 10:01 pm #208325
    bearknuckles
    Participant

    Anyone else with some insight in particular to the absolute position issue?

  • Author
    Posts
Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble