• 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

di

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 - 41 through 60 (of 84 total)
← 1 2 3 4 5 →
  • Author
    Posts
  • December 18, 2018 at 11:12 am in reply to: Resize entry-meta in Infinity Pro #225123
    di
    Participant

    Thanks Victor! Happy holidays!

    November 27, 2018 at 7:36 am in reply to: Front Page header proportions for Infinity Pro #224626
    di
    Participant

    Thanks @Porter for your good suggestions. One question: My theme uses both px and rem to define font size. Does this allow for responsiveness?

    November 27, 2018 at 7:32 am in reply to: error message for webkit-text-decoration-skip #224625
    di
    Participant

    Thanks, Victor. As always, you offer good explanations and solutions. I always learn from you.

    November 20, 2018 at 3:21 pm in reply to: Infinity Pro: Adjust front page background image size #224493
    di
    Participant

    Thanks, Victor! This did the trick!

    October 11, 2018 at 7:46 am in reply to: Error Message in Infinity Pro css #223670
    di
    Participant

    I'm getting the error message icon in my WordPress/Appearance/Editor screen. The icon appears along side this initial coding, which is unedited from Infinity Pro. When I click on the icon, it brings up a list of "Expected," however I'm unable figuring out a way to copy/paste this content let alone understand it.

    The error also says in must be fixed before updating the file.

    To be noted, this error isn't showing up in Dreamweaver and I am able to update via ftp.

    May 7, 2018 at 8:54 pm in reply to: Infinity Pro Footer Menu #219625
    di
    Participant

    @sfdeaton, apparently you’re not the only idiot. Can you share your solution with the rest of us? Thanks!

    April 24, 2018 at 5:28 am in reply to: Lighten Overlay Business Pro #219214
    di
    Participant

    You can remove it without CSS. Go to Appearance/Customize/Colors. Then click on Overlay Color. There is a percentage slider you can move to whatever percentage you’d like.

    April 24, 2018 at 5:27 am in reply to: Question about Business Pro theme #219213
    di
    Participant

    You can remove it without CSS. Go to Appearance/Customize/Colors. Then click on Overlay Color. There is a percentage slider you can move to zero.

    April 20, 2018 at 8:48 am in reply to: Show content over page’s featured image rather than title #219145
    di
    Participant

    Thanks Brad. So you're saying this isn't a basic WP concept?

    April 12, 2018 at 1:27 pm in reply to: Business Pro for website and blog #218931
    di
    Participant

    Anyone have an opinion on this? What’s the most efficient way to have a blog within a WP website?

    April 11, 2018 at 7:22 pm in reply to: Genesis Title Toggle not working #218907
    di
    Participant

    Thanks Brad, good suggestion. However, I would like to turn it off for some pages but not others. The toggle was ideal when it worked. Just can’t figure out why now it does not.

    April 6, 2018 at 9:59 am in reply to: Business Pro, stop floating header #218693
    di
    Participant

    Thanks, I will do that. Additionally, I do think it's beneficial to communicate third party questions on this forum if they are for products StudioPress sells. Being the reputable company you are, consumers will come to your forums first because they know you stand behind and offer support for all the products you sell.

    On that note, I have a possible answer to my own question, for those of you who may need it. Don't know what I did or didn't do, but the header is now staying fixed at the top. Perhaps going into Appearance/Customize/Theme Settings/Site Layout and clicking “enable fixed header” actually did the job but needed time to work through the cache? Who knows. It's working and that's all I care!

    April 4, 2018 at 10:48 pm in reply to: Business Pro, stop floating header #218662
    di
    Participant

    By the way, I’ve gone into Appearance/Customize/Theme Settings/Site Layout and clicked “enable fixed header.” But this doesn’t seem to do the trick.

    March 22, 2018 at 2:14 pm in reply to: Business Pro for website and blog #218264
    di
    Participant

    Thanks Andrea for your help. My current website has a blog, however I have it set up as two distinct WP frameworks. The blog’s framework is within the website’s. I’d like to streamline and have one within the other, using the same framework. When searching online, I’m finding different ways of doing this; using page, using categories and page, using Multisite. I’m looking for the most efficient way to do this and if the Business Pro theme supports such.

    February 9, 2017 at 11:09 am in reply to: Help! Format awry #200855
    di
    Participant

    Victor, you saved me again! Those pesky, but necessary, end tags. Thanks so much!

    February 7, 2017 at 8:32 pm in reply to: Font weight different on computer and laptop #200737
    di
    Participant

    Thanks Victor for getting back to me. I'm not fully understanding what you mean...my lack of knowledge:-)

    I have Georgia in my header code as such:
    h1 {
    font-size: 48px;
    font-size: 4.8rem;
    text-transform: uppercase; /*added*/
    font-family: 'Georgia', serif;

    }

    h2 {
    font-size: 36px;
    font-size: 3.6rem;
    font-family: 'Georgia', serif;
    }

    h3 {
    font-size: 30px;
    font-size: 3rem;
    font-family: 'Roboto', sans-serif; /*changed from original serif*/
    }

    h4 {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'Georgia', serif;
    }

    h5 {
    font-size: 20px;
    font-size: 2rem;
    font-family: 'Georgia', serif;
    }

    h6 {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Georgia', serif;
    }

    >>>>>>>>>>>>>>>>>>>>>
    I then have this as a setting in my Typekit:

    textarea {
    font-family: 'Roboto Condensed', sans-serif;

    }

    h1,
    h2,
    h4,
    h5,
    h6 {
    font-family: 'Georgia', serif;
    }

    >>>>>>>>>>>>>

    Where do I see the Google font settings? Is that in css?

    Final question: My problems seems to be a bolded look for both the Georgia and the Roboto fonts when viewed from my laptop. I'm looking for a consistency in weight from all my computers. Any thoughts?

    January 12, 2017 at 10:08 pm in reply to: Feature recent posts from one blog in sidebar of another blog #199310
    di
    Participant

    Thanks Brad, this worked great. Just one more request. How can I get the Featured Image of Blog A to show in Blog B. The post title shows but not the Featured Image.

    June 2, 2016 at 9:53 am in reply to: Genesis Portfolio Pro plugin: portfolio types not showing #186773
    di
    Participant

    I'd like the Portfolio type to show under each thumbnail in the gallery. For example, see my current portfolio here. You'll notice each thumbnail image is labelled with either Copywriting, Logo & Branding, Print Design or Web Design. These types are also listed above and allow the viewer to click on a chosen type and see portfolio items of that type only.

    This is what I'd like to do with my new portfolio version. Thanks!

    March 8, 2016 at 10:08 am in reply to: Workstation Pro creating list columns with Text Widgets in Front Page #180915
    di
    Participant

    Thanks Brad for responding. Do you know where I can make these changes? I couldn't find any class settings for Front-Page in style.css other than colors.

    March 8, 2016 at 5:30 am in reply to: Workstation Pro creating list columns with Text Widgets in Front Page #180898
    di
    Participant

    Ah hah. So I'm a bit slow.:-) After working with this a bit and rereading this Workbench Pro page yet another time, I finally understand! No matter the Front-Page number, the layout will always follow the same order. So I need to have a single full row in every Front-page before I can have columns. The order must follow the numbered order provided by Workstation Pro, unless I'm willing to do some major coding. In that case, I should perhaps just go with another child theme.

  • Author
    Posts
Viewing 20 posts - 41 through 60 (of 84 total)
← 1 2 3 4 5 →
« Previous Page

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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