• 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

Harley130

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 22 total)
1 2 →
  • Author
    Posts
  • July 27, 2015 at 11:11 am in reply to: Removing page title from portfolio pages #160599
    Harley130
    Member

    Thanks guys, this post was helpful to me to apply the solution to the portfolio posts to hide the title by just changing the slug

    May 9, 2015 at 7:04 pm in reply to: Slow Loading on FireFox #151356
    Harley130
    Member

    Moody,
    Thanks for your input, I was using the Windows version of Firefox, I have optimized the images but they optimized to the theme but I'm going to look into do so more.
    When I first had the problem, GTmetrix was rating the page as a 66 with a D grade, after working on some of the images I got it up to a 74. I then installed the WP-Fastest-Cache plug in it popped it up to a 90 with an A rating, so that where's it at right now.

    I'm going to look into changing the default image size to fit the theme as presented because it originally was designed to be a full width them with no sidebar. I think that might cure some of the problems or at least hope it will

    Again, thanks

    May 8, 2015 at 5:17 am in reply to: Slow Loading on FireFox #150877
    Harley130
    Member

    Thanks Victor,
    I've looked at the gtmetrix.com results and will begin to try to figure how to correct the issues.
    What has me confused though, is that the slowness is only on Firefox and not Chrome or IE. Pingdom showed a load time of 2..64 sec.
    Do you have any suggestions on how to clear up the situation?

    June 15, 2014 at 9:25 am in reply to: Footer Widget Areas in NewsPro #109870
    Harley130
    Member

    Oh well, guess I won't use the footer widgets till I can pick another theme that will work

    June 10, 2014 at 9:14 am in reply to: Footer Widget Areas in NewsPro #108767
    Harley130
    Member

    Anyone got an idea of whats happening?

    February 3, 2014 at 2:50 pm in reply to: Full Width Messed Up Header #88402
    Harley130
    Member

    This might be of some help, it is the process I used to put a full width header image on a site I'm working on.

    http://blackhillswebworks.com/2013/05/10/how-to-replace-the-studiopress-background-header-image-with-a-real-image-logo/

    January 27, 2014 at 8:27 pm in reply to: Sidebars in NewsPro #87379
    Harley130
    Member

    As a point of interest, If anyone else wants to change the side bar widths, then here is a brief explanation.

    How to change Sidebar widths by Arun Pal Singh http://homeforprofits.com/wordpress/how-to-change-sidebar-width-in-your-genesis-child-theme/

    It's very basic, but was the nudge in the direction I needed to know.

    January 27, 2014 at 8:23 pm in reply to: Full width Image in Title Problem #87378
    Harley130
    Member

    That's how I found the offending little bugger is with DT-Chrome. Thanks for the reply.

    January 27, 2014 at 3:36 pm in reply to: Full width Image in Title Problem #87295
    Harley130
    Member

    Within 20 min of posting this, I found the culprit "padding" call that was my problem. Only took 4 hours to find it. Checking a stylesheet for an error will make you cross-eyed.

    The user name and password above will be active for a few more hours and then I'll kill it.

    January 27, 2014 at 3:13 pm in reply to: Responsive Slider-Changing excerpt font/text size #87292
    Harley130
    Member

    Thanks for the reply, evidently I didn't check notify by email of a reply and just saw this.

    January 24, 2014 at 9:04 am in reply to: Sidebars in NewsPro #86813
    Harley130
    Member

    Thanks for the response Jeremy, site is in development and I'm using the standard NewPro theme.
    This is the area I'm experimenting with trying to resolve the widths in css

    /* Column Widths and Positions
    --------------------------------------------- */

    /* Wrapping div for .content and .sidebar-primary */

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
    /*width: 960px;*/
    width: 910px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
    }

    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
    }

    /* Content */

    .content {
    float: right;
    width: 778px;
    }

    .content-sidebar .content,
    .content-sidebar-sidebar .content {
    border-right: 1px solid #e3e3e3;
    float: left;
    }

    .sidebar-content-sidebar .content {
    /* border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3; */
    border-left: 1px solid #1b4269;
    border-right: 1px solid#1b4269;
    border-top: 1px solid #1b4269;
    border-bottom: 1px solid #1b4269;
    float: left;
    }

    .sidebar-content .content,
    .sidebar-sidebar-content .content {
    border-left: 1px solid #e3e3e3;
    }

    .content-sidebar-sidebar .content,
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content {
    width: 600px;
    }

    .full-width-content .content {
    width: 100%;
    }

    /* Primary Sidebar */

    .sidebar-primary {
    float: right;
    /*width: 360px;*/
    width: 310px;
    }

    .sidebar-content .sidebar-primary,
    .sidebar-sidebar-content .sidebar-primary {
    float: left;
    }

    .sidebar-sidebar-content .sidebar-primary {
    border-left: 1px solid #e3e3e3;
    }

    .content-sidebar-sidebar .sidebar-primary {
    border-right: 1px solid #e3e3e3;
    }

    /* Secondary Sidebar */

    .sidebar-secondary {
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    /*width: 178px;*/
    width: 228px;
    }

    .content-sidebar-sidebar .sidebar-secondary {
    float: right;
    }
    The changes I've made are below the commented out original settings.

    January 21, 2014 at 8:26 pm in reply to: logo hidden by menu on executive pro #86380
    Harley130
    Member

    Have you increased the logo area in both your child style.css file and the theme.php file?

    January 21, 2014 at 8:23 pm in reply to: Help with a grid page #86379
    Harley130
    Member

    Closing this thread, no suggestions so I'm going another route

    January 18, 2014 at 10:07 am in reply to: Resizing Mobile Header Images in Executive Pro #85749
    Harley130
    Member

    Brad Dalton has a great tutorial on how to increase the size of the image area. May be of some assistance to you:

    http://wpsites.net/web-design/add-full-width-header-image-to-executive-pro-theme/

    January 17, 2014 at 1:21 pm in reply to: Help with a grid page #85668
    Harley130
    Member

    I know now I can use the post loop to pull the selected post into a listing but haven't been able to figure out how to put them in columns and rows.

    Using FireFTP I peeked in and saw that the page in the example above was using the jcarousel.js file and I think displaying on a .php page of some type.

    I have access (both dashboard and ftp) to the linked site but can't find anything in the dashboard to lead me in the right direction.

    I need help big time.

    December 28, 2013 at 6:38 pm in reply to: My nav bar sub-items are way off when on mobile device #81710
    Harley130
    Member

    Thanks Marcy, I added the !important as you suggested above and it fixed the problem. I've looked through the .css sheets to see if it there is an over ride on the original css and do not see any other reference to the .genesis-nav-menu .sub-menu

    I am using the Genesis Extender plugin on this site but I couldn't find anything that was affecting .genesis-nav-menu .sub-menu in it either.

    So, for right now I'm going to stick with your suggested fix and keep looking.

    Again, thanks for taking your time and looking through the stylesheet and for your suggested fix.

    December 25, 2013 at 7:32 pm in reply to: My nav bar sub-items are way off when on mobile device #81205
    Harley130
    Member

    I'm having the same problem on my sixteen nine themed site oldrailroadbridge.org

    Marcy, when you state making the 240px a smaller number are you suggesting to make the 240px number smaller in the code snippet above, or placing it in the media group code within the smaller screen size snippets?

    December 15, 2013 at 10:35 pm in reply to: Lifestyle Pro Background Image Dimensions #79372
    Harley130
    Member

    Thanks Sridhar, this was what I was looking for to use on the News Pro theme. It worked great on it also.

    November 22, 2013 at 4:31 pm in reply to: Footer on Going Green Theme #75093
    Harley130
    Member

    Figured it out myself

    September 12, 2013 at 3:11 pm in reply to: Footer Credits Issue with Legacy Theme #62152
    Harley130
    Member

    I tried to use the code snippet from SusanT's post above but I get the following error message: Parse error: syntax error, unexpected T_CLASS, expecting ',' or ';' in /home/content/L/i/t/LittleredV/html/dhrphoto/wp-content/themes/landscape/functions.php on line 58
    Line 58 is: { echo ‘<div class=”creds”><p>’;

    Using with the Landscape theme

    Am I missing something?

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

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