• 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 - 21 through 40 (of 180 total)
← 1 2 3 … 7 8 9 →
  • Author
    Posts
  • October 3, 2014 at 5:40 pm in reply to: Generate Pro Remove black line next to title #126708
    bandj
    Member

    find this
    .entry .entry-header .entry-title {
    border-left: 6px solid #222;
    margin-left: -60px;
    padding: 20px 54px;
    }

    delete this line
    border-left: 6px solid #222;

    September 28, 2014 at 6:01 pm in reply to: add widgets in a section parallax theme #126086
    bandj
    Member

    thought I had to add them to the front page, but just added 3 text widgets. Some days....

    September 13, 2014 at 4:58 pm in reply to: My CSS edits are not showing #124283
    bandj
    Member

    Any idea why this worked and previous attempts failed? It seems random.

    did you put the css in a different spot than the first time?

    September 13, 2014 at 4:55 pm in reply to: My CSS edits are not showing #124282
    bandj
    Member

    I still see your header with white text although it has a reddish background

    your widget titles are black with a reddish background

    .widget-title {
    background-color: #BD6981;

    your categories in the menu are all black and white

    September 13, 2014 at 10:50 am in reply to: full screen menu #124246
    bandj
    Member

    My thought was that it worked like the responsive menu in Genesis and using css to fill the screen. Except to use the primary menu.

    That tut opens up a lot of ideas though. Hadn't thought of using toggle. Thanks Brad.

    September 13, 2014 at 9:38 am in reply to: My CSS edits are not showing #124234
    bandj
    Member

    If you're talking about the space between the text and the bottom of the widget, part of that is controlled by the margin for p. But if you change that it would affect all the paragraphs.

    Otherwise the only thing I see is the .sidebar .widget padding. You could change that to padding: 2rem 2rem 0;

    September 13, 2014 at 9:31 am in reply to: AgentPress Pro CSS Error on 404 Page #124233
    bandj
    Member

    It will take a few steps.

    1. your .entry-content .search-form is set to 50%. You can make that bigger to make room for the button. For example 80%

    2. add a width to input[type=search] width to something less than 100%. For example width: 70%;

    you'll have to play with the widths a bit to get what you want. Don't forget to check it at different device widths.

    September 4, 2014 at 2:51 pm in reply to: Eleven40 Pro Menu Problem in Mobile view #122820
    bandj
    Member

    It also loads really slow for me. Are you just using a static page with the slider shortcodes?

    September 4, 2014 at 2:41 pm in reply to: Eleven40 Pro Menu Problem in Mobile view #122819
    bandj
    Member

    Looks like your @media starts at 1139px.

    Not sure why your menu is not responsive. But being that it is not change the width of the menu (right now it's 750px) to something smaller so that it will fit next to the logo. You'll still have to change that 150px padding to something smaller also.

    That should allow you to get the whole slider to show.

    September 4, 2014 at 9:55 am in reply to: Eleven40 Pro Menu Problem in Mobile view #122773
    bandj
    Member

    Looking at it now I still don't see any adjustments for the top padding in this:

    .site-header .widget-area in the @media sections

    August 30, 2014 at 5:47 am in reply to: Hover Selected Category Sub menu – metro #121818
    bandj
    Member

    Looks like you got it fixed.

    August 30, 2014 at 5:45 am in reply to: The Hamburger menu #121817
    bandj
    Member

    Thanks Tom. Got it done.

    August 30, 2014 at 5:42 am in reply to: responsive menu js #121816
    bandj
    Member

    Hi Tom,
    Yes, my programmer son added some stuff to the script. Thanks

    August 26, 2014 at 5:17 pm in reply to: Having Problems with The 411 Pro Theme #121225
    bandj
    Member

    These forums are not manned by Studiopress support people. Everyone here are Genesis users and volunteer their knowledge. You have to put in a support ticket to actually talk to Studiopress.

    August 9, 2014 at 3:26 pm in reply to: vertical menu #117994
    bandj
    Member

    yes thanks Jan. btw, At Ease is nice theme.

    August 9, 2014 at 12:17 pm in reply to: Recently purchased a studio press theme and need some advice #117943
    bandj
    Member

    Josh I would suggest reading these forums. There are a lot of people that do web design here that also have tutorials and blogs that you can check out. You can also search for problems you run into. For example Genesis plugins, Studiopress genesis child themes, Genesis header problem etc.

    August 9, 2014 at 7:12 am in reply to: Parallax Pro – header and navigation question #117886
    bandj
    Member

    Renee your link doesn't work.

    @Tonya like your site, a new bookmark for Genesis tuts.

    August 9, 2014 at 6:57 am in reply to: Help me fix my header in Magazine Pro #117885
    bandj
    Member

    1. Your nav is sticky and is 57px high so you have to add some padding at the top of your header. You have 0 padding now.

    padding-top: 5.7rem;

    2. Those 3 lines are the mobile menu. It's for smaller screens. Easiest way is to look in your media queries section of the style.css for

    .nav-primary #responsive-menu-icon

    .nav-primary .responsive-menu

    one will say display: none; and the other will say display: block;
    change the "none" to "block" and vice versa

    August 6, 2014 at 1:24 pm in reply to: Sticky Hamburger Button Like NYTimes #117403
    bandj
    Member

    Here's some stuff that might help

    http://www.billerickson.net/genesis-wordpress-nav-menu-content/

    http://amethystwebsitedesign.com/add-logo-on-top-of-navigation-menu-in-a-genesis-child-theme/ I used this one on this site http://dogloverzdaily.com/ which also uses the magazine theme

    August 6, 2014 at 9:55 am in reply to: Sticky Hamburger Button Like NYTimes #117361
    bandj
    Member

    around line 1938 of your style find this

    .nav-primary .responsive-menu {
    display: none;
    }

    .nav-primary #responsive-menu-icon {
    display: block;
    text-align: center;
    }

    try moving that above the media queries. If that works then it's just a matter of eliminating them elsewhere.

  • Author
    Posts
Viewing 20 posts - 21 through 40 (of 180 total)
← 1 2 3 … 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