• 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

democracychronicles

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 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • January 7, 2018 at 2:47 pm in reply to: yoast update altered site-width / possible conflict #215179
    democracychronicles
    Member

    Just wanted to thank ya for this. This was very helpful. Changes have been made successfully!

    July 21, 2015 at 4:01 pm in reply to: How do I make a mobile app for my website? #160038
    democracychronicles
    Member

    Thanks all. Im gonna forget about an app. Less is more!

    July 16, 2015 at 8:10 pm in reply to: How do I make a mobile app for my website? #159625
    democracychronicles
    Member

    It is not free though. I thought there might be a way just to set up some code and have it work. For free of course. Is it so complicated?

    September 4, 2014 at 5:13 pm in reply to: News Pro: Fix image resizing on front page #122827
    democracychronicles
    Member

    This a better link to a list of the "Serve scaled images" problems than what I had linked to about.

    August 28, 2014 at 4:51 pm in reply to: Show author byline on some categories #121582
    democracychronicles
    Member

    Thank you for your wonderful help and sorry I took so long!. I fixed the problem by adding this to my functions.php

    add_filter( 'genesis_post_info', 'remove_post_info_exclude_news_category' );
    function remove_post_info_exclude_news_category($post_info) {
    if ( in_category('blogs') ) {
    $post_info = '[post_date] by [post_author_posts_link] [post_edit]';
    return $post_info;
    }
    }

    August 11, 2014 at 7:33 pm in reply to: Show author byline on some categories #118314
    democracychronicles
    Member

    Hi I have the same problem,

    How can I add a filter to show the author byline on just some categories? Is there CSS that can accomplish this? I don't use Genesis Simple Edits plugin. I would like to only show the byline for one category:

    http://www.democracychronicles.com/category/blogs/

    Thanks,

    Adrian
    democracychronicles.com

    April 20, 2014 at 3:09 pm in reply to: Help w CSS: remove stubborn site container padding #101524
    democracychronicles
    Member

    ok i learned something here. clearing my browser cache was something I never knew about. thanks

    April 20, 2014 at 3:09 pm in reply to: Help w CSS: remove stubborn site container padding #101523
    democracychronicles
    Member

    ok i learned something here. clearing my browser cache was something I never knew about. thanks

    April 20, 2014 at 2:26 pm in reply to: Help w CSS: remove stubborn site container padding #101521
    democracychronicles
    Member

    where did you put the code? I really need help, can you elaborate?

    April 20, 2014 at 1:59 pm in reply to: Help w CSS: remove stubborn site container padding #101518
    democracychronicles
    Member

    I refresh all caches everytime

    April 20, 2014 at 1:57 pm in reply to: Help w CSS: remove stubborn site container padding #101517
    democracychronicles
    Member

    what you told me isnt working. The .site-container appears 7 times in the News Pro Theme: Stylesheet (style.css) and I assumed you meant there, in the place I posted.

    April 20, 2014 at 1:38 pm in reply to: Help w CSS: remove stubborn site container padding #101512
    democracychronicles
    Member

    I'm sorry but I didn't mention I use News Pro child theme. What you suggested didnt work also. I changed the section below to this:

    /* Site Containers
    --------------------------------------------- */

    .site-container {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    margin: 0 5px;
    max-width: 1285px;
    }

    .news-pro-landing .site-container {
    max-width: 1285px;
    margin: 0 5px;

    April 20, 2014 at 1:14 pm in reply to: Help w CSS: remove stubborn site container padding #101500
    democracychronicles
    Member

    yes absolutely. that is my exact goal!

    March 28, 2014 at 5:47 pm in reply to: Container Width and 'Full Width Content' #97212
    democracychronicles
    Member

    Thanks for that. I did get what I wanted done for now after a bunch of trial and error with CSS. I dont really understand mobile optimization so I did a temporary fix until I understand more. If you look at all my cornerstone pages like "World Democracy News", you can see that all are made up of tables with either full width or 320px. This way nothing gets too messed up, just broken up on small screens. Setting a max width I can handle makes it not look terrible on larger screens. Do you have any suggestions for me going forward? I am working on 10 things at the same time but I'm glad to have updated to Genesis. I could delete at least 5 plugins!

    March 26, 2014 at 6:43 pm in reply to: Max Site Width at 1280 #96869
    democracychronicles
    Member

    This seemed to increase the header site width 1280 but my pages are not displaying at 1280. Is there something that is making pages display at a different width?

    March 26, 2014 at 5:53 pm in reply to: Max Site Width at 1280 #96867
    democracychronicles
    Member

    should I just change the number?

    March 26, 2014 at 5:53 pm in reply to: Max Site Width at 1280 #96866
    democracychronicles
    Member

    should I just change the number?

    March 26, 2014 at 5:51 pm in reply to: Max Site Width at 1280 #96865
    democracychronicles
    Member

    OK I see that in the css. Is there a way to increase that to 1280 for the pages or the site as a whole? Thanks for your help.

    March 26, 2014 at 5:42 pm in reply to: Max Site Width at 1280 #96863
    democracychronicles
    Member

    Wow I didn't expect such a fast response. I'm using the News Pro theme. Also this will only be temporary to make the switch over happen quick.

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

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