• 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 - 161 through 180 (of 180 total)
← 1 2 3 … 7 8 9
  • Author
    Posts
  • March 2, 2013 at 6:44 am in reply to: How to change the featured image to display to left of the blog title #23716
    bandj
    Member

    you can make some adjustments in the settings/media section of the dashboard

    If you want other changes check this http://codex.wordpress.org/Post_Thumbnails

    March 2, 2013 at 6:36 am in reply to: Dash Removal on Modern Theme #23714
    bandj
    Member

    .sidebar .widget::after {
    border-bottom: 1px solid #222;

    .post-meta::before {
    border-top: 1px solid #222;

    get rid of the borders

    February 23, 2013 at 1:53 pm in reply to: Help with page width css #22433
    bandj
    Member

    looks like you changed your #content-sidebar-wrap from 880px to 840px so you lost 40px. You also have your #sidebar float: left .

    change your #sidebar to float: right and then you'll have to make the widths of either your #content, #sidebar or both smaller.

    February 15, 2013 at 5:37 am in reply to: New genesis plugin #20495
    bandj
    Member

    Hi Eric,

    You are right, problems can crop up on most things, especially when dealing with computers, and the support of the authors are most important. Thanks for the assurance that you "are on it". From my experience those are the words I like to hear.  I'm looking forward to using it.

    February 14, 2013 at 11:13 am in reply to: Changing Menu Location #20334
    bandj
    Member

    That code is in the home.php file that I have for that theme. It's also in the code you posted. Did you already delete or comment it out in your home.php?

    February 14, 2013 at 11:04 am in reply to: New genesis plugin #20332
    bandj
    Member

    I'm not really afraid of them deactivating it. Most are too scared to even click on the plugins. It's just that as wordpress does updates it's possible that the plugin would need to be updated also. I don't know if a Genesis update would be a problem. I would doubt it, but that's my only worry about plugins, even though I do have confidence in Eric.

    February 13, 2013 at 6:22 pm in reply to: Custom Genesis Child Theme #20186
    bandj
    Member

    Very nicely done. I also like how you used a small version of the home middle pictures in the sidebar of the other pages.

    February 13, 2013 at 6:11 pm in reply to: Studio412 Design :: Feedback #20185
    bandj
    Member

    I also liked your old site design. There are lots I like about this one.

    the menu split with the header in the middle.

    the mobile menu.

    the background

    the portfolio slider and the hover effect

    February 13, 2013 at 1:57 pm in reply to: Changing Menu Location #20130
    bandj
    Member

    // Remove the navigation menus
    remove_action( ‘genesis_after_header’, ‘genesis_do_nav’ );
    remove_action( ‘genesis_after_header’, ‘genesis_do_subnav’ );

     

    there are no menus to reposition on the home page. Try removing one of these actions.

    February 13, 2013 at 1:30 pm in reply to: New genesis plugin #20125
    bandj
    Member

    Keith I'm familiar with your site.  I actually read your review and wrote you an email with a few questions about it, and also his child theme. I have also read some background about Eric also and am confident it does what it does. My concern is that it is still a plugin and sometimes there are conflicts or sometimes they need to be upgraded. Even if it's just 1 day, a site could be down for that day. I would feel much more secure with a page template.

    February 13, 2013 at 11:10 am in reply to: New genesis plugin #20091
    bandj
    Member

    Eric,

    For me adding the widgets in the functions.php and css is not hard to do.

    Setting up the home or static php page is what takes more coding knowledge. And that's where the child themes differ the most.

    If I could use this plugin to spit out a home or static php page I could use that on any child theme and just add the little code to the functions and css. So once I use this to make my static page, can I find the php code for it somewhere?

    January 23, 2013 at 7:05 am in reply to: WPSyntax.com Goes Minimal w/Minimum #14036
    bandj
    Member

    Hi Rick. On your home page the thing that hit me was blue scheme with orange buttons. Really stood out nice, but then all your links are green. Then you have another button in the ad bar that is grey/silver. My thought would be to keep all your buttons and links the same color.

    January 23, 2013 at 6:56 am in reply to: Custom Theme Design – AttitudeGarage.com #14034
    bandj
    Member

    Looks like a good mechanic or "garage putterer" site. I too had a problem reading the menu at the bottom, the grey on black, but it could be my ages old laptop.

    January 23, 2013 at 6:51 am in reply to: Latest design for CharlesSpecht.com #14033
    bandj
    Member

    I don't see the bricks, so maybe you already changed that. I like the slider idea. Emerald green is the pantone color for 2013 so green is a good choice. Maybe your links should be green also? On your top 50 leaders page the bottom button is orange.

    January 23, 2013 at 6:16 am in reply to: Looking For Sample Child Theme CSS Guidance #14028
    bandj
    Member

    hi Ronny,

    yup I was in the same boat. I knew it was better than the old way but seemed so much harder.

    Gotta go get your cheese, lol, I remember reading that book.

    What I have started doing is loading up a child theme and then opening up the sample child and the other child theme stylesheets

    in notepad ++.  Then you have to go through the child theme for the obvious things like home widgets and such and then add them

    to the sample child theme. That alone helps in learning where things are in the new stylesheet.

    Once I've done that I just use the new sample child stylesheet, don't forget to change the very top info.

    January 20, 2013 at 3:45 pm in reply to: How to make images responsive on existing site? #13334
    bandj
    Member

    Look into the regenerate thumbnails plugin. That may solve the problem.

    January 20, 2013 at 3:40 pm in reply to: Executive theme 5 widgets instead of 3 #13332
    bandj
    Member

    add the widgets and change the width from 33% to 20% in .home-top .widget, .home-middle .widget

    January 20, 2013 at 3:26 pm in reply to: CSS Help #13327
    bandj
    Member

    You set the divs like #header, #nav, #subnav etc to 100% and give the .wrap the width you want. The wraps are inside the divs so you could try

    #header, #nav, #subnav, #inner, #footer-widgets, #footer width to 100%

    then set #header .wrap, #nav .wrap etc to whatever width you want.

    January 20, 2013 at 3:19 pm in reply to: CSS for one page #13325
    bandj
    Member

    Nick wrote a good tutorial on it here

    http://designsbynickthegeek.com/tutorials/dynamic-body-classes

    January 20, 2013 at 3:08 pm in reply to: Gallery – display an image based on material and color #13324
    bandj
    Member

    You need a filterable gallery. I have seen 1 plugin but I don't know if it works or not, that was before 3.5. Otherwise you need to add jquery like isotope. There was a tutorial by Sozo on how he added it to his site but I can't find it now.

  • Author
    Posts
Viewing 20 posts - 161 through 180 (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