• 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

MM

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
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 123 total)
1 2 3 … 5 6 7 →
  • Author
    Posts
  • May 25, 2014 at 5:32 pm in reply to: Code or Fix ? Adding Blog Page into Breadcrumbs #106725
    MM
    Member

    Thanks nutsandbolts!

    May 15, 2014 at 8:02 pm in reply to: Remove horizontal scroll bar – reduce site's width #105398
    MM
    Member

    Hi AnthonyDG - can you share how you fixed it? Thks!

    April 8, 2014 at 3:08 pm in reply to: Adding Next / Prev Post to Breadcrumb Area #99175
    MM
    Member

    Thanks Susan. No, haven't figured this out yet.

    December 18, 2013 at 4:42 pm in reply to: How to make entire Div section clickable #80051
    MM
    Member

    Rockstar Chris - that lesson will be very useful. Cheers

    December 18, 2013 at 4:31 pm in reply to: How to make entire Div section clickable #80046
    MM
    Member

    Cheers Chris. Never seen JSFiddle, interesting.

    Still figuring how to wrap a div in a link or wrap the content....

    December 18, 2013 at 3:43 pm in reply to: How to make entire Div section clickable #80028
    MM
    Member

    Thks Chris. I'm using css and then a widget section.

    CSS

    #quadbox :hover {
    	background-color: #F2F2F2;
    
    }
    
    #quadbox {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #DDDDDD;
        display: block;
        float: left;
        height: 220px;
        list-style: none outside none;
        margin: 0 1%;
        position: relative;
        text-align: center;
        transition: all 0.1s ease-in-out 0s;
        width: 96%;
    
    }

    And the widget entry:

    <div id="quadbox">
    <center>
    <br>
    <br>
    <center><i class="icon-building icon-4x" style="color:#0274BE;"></i></center>
    <br>
    <a href="http://hoteliyo.com/hotel-assets" style="font-size:20px;font-weight:700;color:#000000;">Hotel Assets</a>
    <br>
    <br>
    <br>
    <br>
    </center>
    </div>
    <br>
    <br>
    December 18, 2013 at 2:13 pm in reply to: How to Add Author Pages #80004
    MM
    Member

    Thks Brad, this looks great.

    December 17, 2013 at 11:34 am in reply to: Recommendations for Forum Plugins #79796
    MM
    Member

    Thanks!

    December 17, 2013 at 11:34 am in reply to: How to Add Prev / Next Buttons with Custom Image #79795
    MM
    Member

    Thks Brad. Something clashing but found your blog post that helped.

    December 16, 2013 at 11:21 pm in reply to: How to Add Prev / Next Buttons with Custom Image #79675
    MM
    Member

    http://hoteliyo.com/buy-hotel-domain-names/

    Thks

    December 12, 2013 at 7:09 am in reply to: target="_blank" Stripped from Bio box #78539
    MM
    Member

    Did you find a solution for this? Please post if so, thanks.

    December 7, 2013 at 8:19 am in reply to: How to Change Font in CSS Only for Certain Sections? #77525
    MM
    Member

    Robin - thank you! That's perfect.

    November 22, 2013 at 9:57 am in reply to: Different fonts for body and entry content paragraphs? #75024
    MM
    Member

    Robin, your guess was perfect - thank you !

    November 2, 2013 at 12:01 pm in reply to: Custom CSS changes for Genesis Responsive Slider #70536
    MM
    Member

    Thanks @anitac . Good info. I couldn't get it working by copying it into my themes style.css, yet editing the plugins css worked fine (bad form I know, but I'll keep a backup to deal with changes). Can you or anyone figure out this problem?

    You'll now see that the text on the homepage, 'Flexible Freelance Services with Hourly, Daily and Project Rates', has shrunk. It had a H2 style, similar to the heading used for the responsive slider title.

    Q - Any idea how to keep the slider H2 and the normal H2 different ? I tried to do this by inserting...

    .genesis-responsive-slider, h2 {
        font-family: 'proxima-nova',serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.25;

    in the responsive slider css, but that seems to be influencing the normal style.css also.

    For some reason, can't locate the prev/next arrows either even though they're activated.

    Thanks for any pointers 😉

    October 23, 2013 at 8:47 am in reply to: How to have different CSS / background color for different siderbar widgets? #68428
    MM
    Member

    Thks Brad. Almost solved.

    Pls see http://mikemetcalfe.co/hotel-due-diligence-acquisition-tips/

    Most of it seems to work, except CSS for font color and border-bottoms on each post name.

    I've added the below code to style.css

    .widget-area #recent-posts-2 {
    		color: #ffffff;
    		background-color: #EEEEEE;
    		font-family: 'proxima-nova',serif;
        	font-size: 15px;
        	font-weight: 500;
        	line-height: 1.25;
        	text-align: center;
        	padding-top: 20px; 
        	margin-top: 30px;

    Any tutorials or tips? Thanks!

    September 22, 2013 at 11:07 am in reply to: How to set widgets so content stays on its side? #63752
    MM
    Member

    Thanks Christopher. That worked... sort of.

    If I have content in my homepage-left widget, then the dimensions of both the left and right widget work.

    But without content in home-left, the home-right content still comes over to the left.

    And even with some content in home-left, if there's more in home-right, it goes left.

    I hope that makes sense. Any ideas how to always 'lock' a widget width so it never goes outside it's width rules?

    September 15, 2013 at 6:39 am in reply to: Another new Epik theme example – let's share tips #62619
    MM
    Member

    @haywardsuggs - great sites!

    Especially liking the right arrow dropdown menu thing on knockout site - could you tell us all how you did that?

    And what slider are you using?

    Nice,

    September 10, 2013 at 5:32 pm in reply to: How to change content/sidebar percentage widths? #61812
    MM
    Member

    Thks Dono - to be honest don't know what's a genesis question versus theme questions

    Didn't realise they're two different things! Cheers - really loving this theme

    September 9, 2013 at 2:39 pm in reply to: How to add a custom body heading class? #61573
    MM
    Member

    Legend, thanks for that @photastic. Worked perfectly.

    September 9, 2013 at 4:25 am in reply to: Another new Epik theme example – let's share tips #61474
    MM
    Member

    @Robin - that's the revolution slider plugin... pretty effective but requires CSS playing.


    @David
    Neff - thanks! If you see other Epik examples, let me know

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 123 total)
1 2 3 … 5 6 7 →

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 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