• 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

karentiede

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 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • March 2, 2017 at 8:25 am in reply to: How do I change the colors of the text on front page? #202339
    karentiede
    Member

    I'm having the same problem, and implementing that solution as I understand it didn't do anything to my site. I'm using InfinityPro. InfinityPro does not have a front-page.css that I can find, and I cannot see what drives the appearance of the front page widgets in style.css.

    frontpage.php calls a style-front.css, and I don't know where to find it to edit it.

    Alaska Personal Journeys

    Front Page

    Need front page widget text to not be white, and ideally, to be different colors on each of the image sections.

    I put the CSS suggested above in the "Additional CSS" section of the Customize tab.

    thx

    November 22, 2016 at 3:36 pm in reply to: Reduce height of gray bar in BrunchPro #196485
    karentiede
    Member

    Custom CSS is currently:

    .title-area {
    	display: inline-block;
    	font-family: "Lato", Helvetica, sans-serif;
    	font-weight: 400;
    	margin: 0;
    	padding: 0;
    	text-align: center;
    	width: 320px;
    }
    
    .header-image .site-title > a {
    	-webkit-background-size: contain !important;
    	background-size: contain !important;
    	display: block;
    	height: 30px;
    	margin: 1px auto;
    	max-width: 320px;
    	text-indent: -9999px;
    }
    
    /* added from the brunch-pro developer website 
    http://feastdesignco.helpscoutdocs.com/article/21-how-to-change-the-header-size-in-brunch-pro */
    @media only screen and (max-width: 420px) {
    	/* Resize logo header for smaller devices */
    	.header-image .site-title > a {
    		height: 1px;
    		max-width: 320px;
    	}
    }
    

    Changed theme functions.php to height = 100 px

    add_theme_support( 'custom-header', array(
    		'width'           => 640,
    		'height'          => 100,
    		'header-selector' => '.site-title a',
    		'header-text'     => false,
    	) );

    Didn't see a difference in either.

    thx

    June 9, 2016 at 9:09 am in reply to: Seeking Workstation Pro Examples #187224
    karentiede
    Member

    Keep Turik for Judge

    April 17, 2016 at 1:45 pm in reply to: Seeking Workstation Pro Examples #183791
    karentiede
    Member

    I have one in development. Will try to come back here and share if the client approves it for publication.

    September 2, 2015 at 2:14 pm in reply to: Enterprise Pro Blog Missing? #164356
    karentiede
    Member

    Here are the instructions for creating a blank blog page that the posts will show up in. (Dangling participles be dangled.)

    http://my.studiopress.com/setup/enterprise-theme/#step-14

    Create the page, call it what you want (blog, news, events, whatever), and then put that page on the menu where you want it. Don't mess with Settings / Reading.

    February 14, 2015 at 4:17 pm in reply to: Images displaying as links #140870
    karentiede
    Member

    Bumping. Unresolved.

    January 26, 2015 at 8:08 am in reply to: Images displaying as links #138655
    karentiede
    Member

    Thanks.

    It's not clear to me why pictures displayed as a gallery ARE being displayed correctly, but the images coded individually are being displayed as links, rather than images in the flow of the post.

    This displays as expected:

    [gallery type="rectangular" ids="2795,2794,2793,2792,2791,2790,2789,2788,2787,2786" orderby="rand"]

    This displays as a link WITHIN THE PUBLISHED POST, not an image:

    [caption id="attachment_2783" align="aligncenter" width="600"]Hoops on the rack. Hoops on the rack.[/caption]

    April 2, 2014 at 6:46 am in reply to: Center Jetpack Gallery in Beautiful Pro #98052
    karentiede
    Member

    Thanks for the suggestions.

    I am not willing / not skilled / literate enough to touch php.

    Don't know what "filter tiled gallery function" means or how I would go about doing it.

    yrs,

    kt

    April 1, 2014 at 8:08 pm in reply to: Center Jetpack Gallery in Beautiful Pro #97998
    karentiede
    Member

    Found the answer:
    .tiled-gallery {padding-left:65px;} (added to Jetpack css.)

    Works well enough for what I'm doing.

    March 1, 2014 at 9:44 am in reply to: How to Merge Executive Pro Widget Area? #92940
    karentiede
    Member

    That worked! thx.

    January 20, 2014 at 1:20 pm in reply to: What are att. tags & categories? #86134
    karentiede
    Member

    They appeared as an option when I activated the Media Library Assistant plug in. I can see some reference to the terms in WordPress.org, but nothing about what they actually ARE.

    They attach to media files, not posts or pages.

    January 20, 2014 at 1:17 pm in reply to: favicon #86133
    karentiede
    Member

    Use the Genesis Favicon Uploader plugin. You can set where you want it to appear, or use different ones for public side and dashboard side.

    January 19, 2014 at 3:14 pm in reply to: What are att. tags & categories? #85951
    karentiede
    Member

    Sorry, that's not what I'm asking. I understand tags and categories. I can't find any information on what att. tags and att. categories are, and where they are used.

    thx

    November 17, 2013 at 2:10 pm in reply to: Anyone have a good search plugin to recommend? #73760
    karentiede
    Member

    Late to the game here--have you looked at SwiftType? http://wordpress.org/plugins/swiftype-search/ I heard an interview with the founder and really liked what he had to say about internal site search. You can tweak the results your site visitors get to send them to the best pages for the questions they're actually asking.

    June 24, 2013 at 11:33 am in reply to: Tagline won't change #47488
    karentiede
    Member

    The old one I don't like is "Products for people who sell services."
    The new one I can't get to display is "Productivity. And Pinterest."

    thx

    December 9, 2012 at 8:27 am in reply to: Format Shopp pages within Genesis #3994
    karentiede
    Member

    Thank you for so completely answering my original question.  I assume your answer is No, you don't know any way to do what I asked.

    I blame StudioPress for not providing information in advance of the sale about what it will play well with.  They don't even provide very much information about which theme is really good for what purpose, and I have seen this discussed in the forum before.

    I blame Shopp for not providing information in advance of the sale about what themes it will play well with.

    It's really really hard to figure compatibility out before dropping cash on the solutions that don't work.  The information is available to the developers; they provide it in limited form after the fact.  Mostly, it's the users who tell each other what systems work well together, and which are hopeless.
    Thank you for all your help.

    December 9, 2012 at 8:10 am in reply to: Format Shopp pages within Genesis #3990
    karentiede
    Member

    Not sure I follow--that appears to be a link TO the Shopp shopping cart plugin.  I already own that plugin and have it installed on a Genesis site.  What I can't do is format the Shopp-specific pages (products, categories) from within Genesis tools.

    The Shopp people tell me that the Builder Theme is better than Genesis, which it may well be, but I already own Genesis.

    Will rant elsewhere about what a piss-off it is that all of these WP people blame each other for their incompatibility, WITHOUT giving the user / buyer any / enough information UP FRONT about what systems will play well with each other.  Genesis is just as bad as all the others in this regard.

    thx

    December 8, 2012 at 9:09 am in reply to: Display secondary menu on one page only #3837
    karentiede
    Member

    That solves the problem!  thx.  Thought I had all the Genesis plugins loaded...

  • Author
    Posts
Viewing 18 posts - 1 through 18 (of 18 total)

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