• 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

bandj

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 180 total)
← 1 2 3 4 … 7 8 9 →
  • Author
    Posts
  • August 5, 2014 at 2:06 pm in reply to: Eleven40 Pro Menu Problem in Mobile view #117198
    bandj
    Member

    you have to make adjustments in the @media portion.

    at the first break 1139px your .site-header .widget-area has padding-top: 150px; You can make that smaller, even 0.

    Then use css to position the logo and menu.

    August 5, 2014 at 1:25 pm in reply to: Is this my child theme or Gensis? (Next Page & Resizing Images not Working) #117195
    bandj
    Member

    where did you put in the custom sizes? Did you run the regenerate thumbnails plugin?

    August 5, 2014 at 9:41 am in reply to: Use both a custom header image and the site title #117168
    bandj
    Member

    I guess one question would be do you want the blue CNC logo clickable?

    August 5, 2014 at 5:48 am in reply to: Fixed Menu in Beautiful Pro #117143
    bandj
    Member

    There are a couple ways to do it. One way is to fade in a menu after scrolling up. It would still have the same items in it. You can see how to do that here.

    Or you can have the primary menu stick to the top when you scroll up. Here's a way to do that.

    August 5, 2014 at 5:36 am in reply to: Header Disappeared #117139
    bandj
    Member

    Did you upgrade Genesis?

    August 1, 2014 at 7:46 am in reply to: Remove the you are here: welcome #116564
    bandj
    Member

    that is your breadcrumb. Go to Genesis/theme settings and unclick breadcrumbs on home page.

    July 30, 2014 at 5:32 pm in reply to: magazine pro #116387
    bandj
    Member

    1. Change the js file to this and notice where you have to put "categories"

    jQuery(function( $ ){

    // add js body class
    $('body').addClass('js');

    // find time for each entry and move it inside the image link
    $('.home-middle article, .home-top article').each(function(){
    var $time = $(this).find('.entry-categories');

    $(this).find('a.alignleft, a.alignnone, a.alignright').append($time);

    });

    });

    2. In the featured post widget where it says show post title show post info, in the box below add this

    [post_categories before=""]

    mine now looks like this: [post_date] By [post_author_posts_link] [post_comments] [post_categories before=""]. The 2 quotes at the end eliminates the words "filed under". You can add text between the quotes.

    3. In your css where you find

    .js .content .home-middle a .entry-time,
    .js .content .home-top a .entry-time

    Add this:

    .js .content .home-middle a .entry-categories,
    .js .content .home-top a .entry-categories

    Then add this in your css also for font color

    .js .content .home-middle a .entry-categories a,
    .js .content .home-top a .entry-categories a {
    color: #fff;
    }

    We can thank Amelia Briscoe Technical Support Advocate for this as we went through a few emails to get this right.

    July 30, 2014 at 5:31 pm in reply to: Changing Post Meta Data Overlaid on Images on Magazine Pro Theme #116386
    bandj
    Member

    1. Change the js file to this and notice where you have to put "categories"

    jQuery(function( $ ){

    // add js body class
    $('body').addClass('js');

    // find time for each entry and move it inside the image link
    $('.home-middle article, .home-top article').each(function(){
    var $time = $(this).find('.entry-categories');

    $(this).find('a.alignleft, a.alignnone, a.alignright').append($time);

    });

    });

    2. In the featured post widget where it says show post title show post info, in the box below add this

    [post_categories before=""]

    mine now looks like this: [post_date] By [post_author_posts_link] [post_comments] [post_categories before=""]. The 2 quotes at the end eliminates the words "filed under". You can add text between the quotes.

    3. In your css where you find

    .js .content .home-middle a .entry-time,
    .js .content .home-top a .entry-time

    Add this:

    .js .content .home-middle a .entry-categories,
    .js .content .home-top a .entry-categories

    Then add this in your css also for font color

    .js .content .home-middle a .entry-categories a,
    .js .content .home-top a .entry-categories a {
    color: #fff;
    }

    We can thank Amelia Briscoe Technical Support Advocate for this as we went through a few emails to get this right.

    July 30, 2014 at 9:04 am in reply to: Wrapping the Entry Title in a class based on category #116345
    bandj
    Member

    Could you explain what you did?

    July 30, 2014 at 5:30 am in reply to: space below images #116319
    bandj
    Member

    Those are the ones yes. And that works. Thank you, it was driving me nuts.

    July 29, 2014 at 3:55 pm in reply to: Looking for Slider that handles video as well as images #116277
    bandj
    Member

    Another vote for Rev slider. Pretty easy to use also.

    July 29, 2014 at 3:51 pm in reply to: Agency Pro Middle Home – Use 4 posts instead of 6 #116276
    bandj
    Member

    Find this:

    .agency-pro-home .content .featuredpost .entry {
    background: none;
    float: left;
    width: 33.33334%;
    }

    try changing the width to 50%. If you're at 1140px wide your images will have to be at least 570px wide.

    July 29, 2014 at 3:30 pm in reply to: change color of paralax pro #116270
    bandj
    Member

    it looks like song of style is parked now. Looking at the wayback machine they had a white fixed header with the wrap semi transparent. You could do that like this:

    body {
    background: #f8f8f8;
    }

    .site-header {
    background-color: rgba(255, 255, 255, .9);

    you'll have to change your font color and you're nav colors

    .site-title a {
    color: #222;
    }

    July 29, 2014 at 9:33 am in reply to: Changing Post Meta Data Overlaid on Images on Magazine Pro Theme #116222
    bandj
    Member

    just sent one. We'll see what they say

    July 29, 2014 at 8:58 am in reply to: Changing Post Meta Data Overlaid on Images on Magazine Pro Theme #116217
    bandj
    Member

    I changed the .entry-time parts to category but that doesn't work. This looks like it works on elements so I don't know how to target the categories.

    July 27, 2014 at 2:50 pm in reply to: magazine pro #116023
    bandj
    Member

    Harold, right now I put a plugin in there called menufication. But I am going to give this by Sridhar a go also.

    July 25, 2014 at 3:53 pm in reply to: magazine pro #115866
    bandj
    Member

    Sounds like I'm confusing a category page with an archive page. What is the difference?

    I did get it working though by adding this:

    //* Move image above post title
    remove_action( 'genesis_entry_content', 'genesis_do_post_image', 8 );
    add_action( 'genesis_entry_header', 'genesis_do_post_image', 3 );

    Thanks

    July 21, 2014 at 3:37 pm in reply to: Parallox Pro Row – Turn into side-by-side Widgets #115256
    bandj
    Member

    You actually have 4 in there including the "Your Website Needs To Be...". And they all have a class of .home-section-2 .widget. Can you post your front-page.php.

    July 21, 2014 at 4:00 am in reply to: Design vs Function Opinions Wanted #115148
    bandj
    Member

    Great answer. Thanks

    July 19, 2014 at 12:21 pm in reply to: magazine pro with 3 column grid #114945
    bandj
    Member

    Thanks Kelly. Just adding the full width force on the front page just removed the sidebar. The grid still stayed at 2 columns. But you got me looking at some things and I found a plugin on gist by Bill Erikson which is working on the category archive pages, Very Cool!. Now I'm thinking of using that for the homepage somehow.

  • Author
    Posts
Viewing 20 posts - 41 through 60 (of 180 total)
← 1 2 3 4 … 7 8 9 →
« Previous Page

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