• 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

ithacaindy

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 55 total)
1 2 3 →
  • Author
    Posts
  • December 30, 2013 at 10:32 pm in reply to: NewsPro: Repairing the Content-Sidebar Layout? #82231
    ithacaindy
    Member

    I think I solved my own problem. They key: keeping .content at around 700px, but editing .content-sidebar-sidebar .content to 500px. This keeps the frontpage and article pages displaying correctly.

    December 22, 2013 at 12:55 pm in reply to: News Pro: Removing Post Meta from Archive/Blog Page? #80781
    ithacaindy
    Member

    Brad, I tried both css options and the tag meta remains on the archive page. Does it matter the archive is based on a custom taxonomy (in this case, "channel")?

    December 7, 2013 at 12:02 pm in reply to: Blog Pages Categorized Not Working #77559
    ithacaindy
    Member

    URL: http://ithacaindy.com/cornell-news -- I want this blog page to display only posts matching the "Cornell" category. I used the query_args custom field with the category id as the argument. However, all post containing the string "Cornell", along with entries categorized as "Cornell" display.

    November 22, 2013 at 8:56 am in reply to: Genesis Schema and News Publishers? #74963
    ithacaindy
    Member

    MicroData Manager is interesting, if not a bit hard to understand. I'm looking for a lightweight answer to molding Genesis' baked-in support for schema.org to a newsroom editing environment. The plugin would be bettered by offering a default setting establishing the Article schema for all articles published. Instead, MDM requires article-by-article intervention. I'm also hope to get away from adding another plugin to solve a problem with the theme. I was hope to be able to hook into Genesis, changing the Blog schema to article.

    November 22, 2013 at 8:46 am in reply to: Genesis Schema and News Publishers? #74958
    ithacaindy
    Member

    Microdata Manager is interesting, but I'm trying to get away from theme-based and unnecessary plugins. I had in mind a hook function that would replace the Blog schema with the Article schema, plus inject Article-based schema items into the article headlines, author, content and date published. The hooks could then become part of my core plugin which I share with all sites on my news network. (An alternative, I realize, is Multisite, where plugins could be enabled on an individual or network basis.)

    November 19, 2013 at 11:09 am in reply to: How to Divide .home-top area? #74194
    ithacaindy
    Member

    Thanks. I'm working on making home-top-left/right 100% in media queries.

    November 19, 2013 at 9:32 am in reply to: How to Divide .home-top area? #74172
    ithacaindy
    Member

    I'm still working out the mechanics. For instance, The genesis_widget_area tag creates one widget area with starting and ending divs. If I create home-top-left and home-top-right within home-top, the coding would go something like this, I think:

    echo '<div class="home-top">';
    genesis_widget_area( 'home-top-left', array(
    'before' => '<div class="home-top-left widget-area">',
    'after' => '</div>',
    ) );
    genesis_widget_area( 'home-top-right', array(
    'before' => '<div class="home-top-right widget-area">',
    'after' => '</div>',
    ) );
    echo '</div'>';

    But what displays is the home-top-left div and widget with the home-top-right widget appearing just below. The css for the two divs has the left floated left and the right floated right. I'm not sure what I'm missing to get the two divs to align correctly.

    November 18, 2013 at 11:33 am in reply to: How to Divide .home-top area? #73976
    ithacaindy
    Member

    That's what I thought. But I'm working out the mechanics. The genesis_widget_area tag has '<div class="home-top widget-area">' as the before. Do I edit this along the lines of '<div class="home-top widget-area"><div class="home-top-left widget-area">'?

    November 8, 2013 at 8:43 pm in reply to: Mag Pro: News Site #71812
    ithacaindy
    Member

    The display fine locally.

    November 7, 2013 at 8:23 am in reply to: Mag Pro: News Site #71471
    ithacaindy
    Member

    Update: I found the problem with my use of Dave Decker's Genesis Layout Extras plugin. The problem was I had failed to load the necessary CSS. Now the content/secondary-sidebar-sidebar works as promised.

    November 7, 2013 at 8:04 am in reply to: Mag Pro: News Site #71465
    ithacaindy
    Member

    That suspension was taken care of Wednesday night - an overlooked invoice. Anyway, let me know what you think.

    November 6, 2013 at 11:05 pm in reply to: Sidebars: How to Swap Positions? #71380
    ithacaindy
    Member

    I think I've found the fix. I need to edit this line:

    <div class="content-sidebar-sidebar-wrap">

    to

    <div class="content-secondary-sidebar-sidebar-wrap">

    I've tested this with Firebug, but I don't know what filed to edit to make the permanent fix.

    November 6, 2013 at 9:56 pm in reply to: Sidebars: How to Swap Positions? #71378
    ithacaindy
    Member

    I tried the plugin. I added the content/secondary/primary layout option. Enabled it as the default. But when I display my site, the display is secondary on top of primary, then content to the right. I'd like to discover how to implement the content/secondary/primary layout without needing all of the plugin's extras, though.

    November 6, 2013 at 10:07 am in reply to: Mag Pro: Include Logo in Primary Nav #71261
    ithacaindy
    Member

    That did it. Thanks for the assist, Andrea.

    November 6, 2013 at 9:22 am in reply to: Mag Pro: Include Logo in Primary Nav #71251
    ithacaindy
    Member

    I fixed the width issue by adding the width parameter, but the issue of the menu item text not being pushed offscreen remains. Here are the two css descriptors:

    .navlogo {
    background: url(images/_Indy_Logo-White2.png) no-repeat left center;
    padding: 3px 0 1px 20px;
    width: 100px;
    }

    .menu-item-26963 .nav-primary ul li a a:hover {
    text-indent: -9999px;

    }

    November 6, 2013 at 8:24 am in reply to: Mag Pro: Include Logo in Primary Nav #71239
    ithacaindy
    Member

    That gets rid of the menu item text but cuts my logo image vertically in half.

    November 5, 2013 at 10:50 pm in reply to: Mag Pro: Include Logo in Primary Nav #71200
    ithacaindy
    Member

    It's back.

    November 5, 2013 at 10:12 pm in reply to: Mag Pro: Include Logo in Primary Nav #71193
    ithacaindy
    Member

    I delete the text in the Navigation Label, then save - but the menu item vanishes, along with the logo image.

    November 5, 2013 at 10:04 pm in reply to: Mag Pro: Include Logo in Primary Nav #71191
    ithacaindy
    Member

    I have the image appearing as a class of the "home" menu, but the text "home" still appears behind the logo. How do I remove the text - or obscure it?

    Thanks, again.

    ithacaindy.com

    November 4, 2013 at 12:35 pm in reply to: Magazine Pro: Body Margin and Fixed Header #70883
    ithacaindy
    Member

    The .ORG site is not running Mag Pro yet. Development of Mag Pro is happening at the .COM site. The .com site is where I'm working on the static nav issue.

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 55 total)
1 2 3 →

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