• 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

Doug Edgington

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 185 total)
1 2 3 … 8 9 10 →
  • Author
    Posts
  • May 8, 2017 at 10:37 am in reply to: navigation not work on drop down menu #206116
    Doug Edgington
    Member

    No problem.


    Doug Edgington
    http://www.dougedgington.com

    May 8, 2017 at 9:37 am in reply to: navigation not work on drop down menu #206112
    Doug Edgington
    Member

    It appears that you are running a previous version of the Executive Pro theme. It is possible that your version did not contain the hamburger menu. You may want to contact StudioPress support and verify. The newest version of the theme has a hamburger menu built-in.


    Doug Edgington
    http://www.dougedgington.com

    March 26, 2017 at 10:37 pm in reply to: Metro Pro – Home Bottom Widget Alignment #203855
    Doug Edgington
    Member

    You can compare your stylesheet to the theme's original stylesheet.


    Doug Edgington
    http://www.dougedgington.com

    March 13, 2017 at 12:09 am in reply to: Hello Pro CSS issue #202971
    Doug Edgington
    Member

    For the "Case Studies" title, you want to target widget-title. If you increase the font-size for widget-title, it will apply to all widget titles. If you want to single out this particular title, you can use something like the following:

    .home-portfolio .widget-title {
         font-size: 18px;
    }

    Doug Edgington
    http://www.dougedgington.com

    March 12, 2017 at 11:49 pm in reply to: Metro Pro – Home Bottom Widget Alignment #202969
    Doug Edgington
    Member

    The Metro Pro theme has style rules in place that add spacing to the right of the image when align left is applied. Did you possibly remove the style rules? Example of what the style rules might look like below:

    a.alignleft {
    	margin: 0 24px 12px 0;
    }

    Doug Edgington
    http://www.dougedgington.com

    September 30, 2016 at 6:18 am in reply to: Image will not appear when site is viewed with Firefox #193944
    Doug Edgington
    Member

    One possibility is the time range of cleared browser history. When clearing the history in FireFox it offers a time range. By default the time range is only 1 hour.

    The host typically sets up the digital certificate, but I am not sure it they will help with getting the site running over https. Maybe it depends on the host.
    I haven't converted an entire site to https before, but it likely requires applying WordPress settings. And you may need to set up redirects. Or you may be able to find a plugin to force everything over to https. I am not sure what the best approach is for this.


    Doug Edgington
    http://www.dougedgington.com

    September 29, 2016 at 3:50 pm in reply to: Image will not appear when site is viewed with Firefox #193918
    Doug Edgington
    Member

    I am on the same set-up. The only thing I can think is that is a caching issue with your browser. When you cleared your browser cache did you completely "quit" FireFox to shut it down and restart it?

    I noticed that your site uses http, but the images are referenced over https. I thought this might be causing the issue with FireFox for some reason, but then you wouldn't be able to see the other images either.


    Doug Edgington
    http://www.dougedgington.com

    September 29, 2016 at 12:26 pm in reply to: Image will not appear when site is viewed with Firefox #193903
    Doug Edgington
    Member

    Are you on a Windows computer or a Mac?


    Doug Edgington
    http://www.dougedgington.com

    September 29, 2016 at 11:58 am in reply to: Image will not appear when site is viewed with Firefox #193898
    Doug Edgington
    Member

    I am using FireFox on a Macbook, and the image is showing up for me under "Connect with Us".


    Doug Edgington
    http://www.dougedgington.com

    September 22, 2016 at 6:27 am in reply to: 2 widgets below each other in Smart Passive Income Pro #193518
    Doug Edgington
    Member

    No problem. Using the classic footer sidebars is probably the best solution if you want to be able to stack items. This type of issue never crossed my mine. I switched back over to the classic footer sidebars in a theme I am working on.


    Doug Edgington
    http://www.dougedgington.com

    September 21, 2016 at 6:56 pm in reply to: 2 widgets below each other in Smart Passive Income Pro #193498
    Doug Edgington
    Member

    I think this particular theme is using flexible footer widgets, meaning there is one sidebar, and the columns and rows are determined by the number of widgets. So there likely isn't a way to place two widgets in a column together. Does the social icon plugin that you are using offer a shortcode to output the icons? If so, this could likely be placed into the text widget along with text.


    Doug Edgington
    http://www.dougedgington.com

    September 21, 2016 at 6:47 pm in reply to: Adding Home Advisor or BBB widgets to site #193497
    Doug Edgington
    Member

    Do they provide you with any type of copy and paste code snippet to add t your site? If so, you can place the snippet in a text widget within one of your sidebars. A good place might be in a footer sidebar.


    Doug Edgington
    http://www.dougedgington.com

    September 19, 2016 at 6:50 am in reply to: When does theme modification become a custom theme? #193345
    Doug Edgington
    Member

    You can also use the Genesis Sample Theme as a starting point for your projects. Or you can use the Genesis Sample theme as a starting point to create your own starter theme. Then you can pick a part existing Genesis Child themes to learn how things are done such as registering sidebars, creating a front-page template, etc...


    Doug Edgington
    http://www.dougedgington.com

    September 15, 2016 at 3:04 pm in reply to: Remove Sidebar on Single Page #193221
    Doug Edgington
    Member

    One thing I have noticed is that you are querying a custom post type ( portfolio ). But you don't have it included within your query arguments. Example below:

    $args = array(
         'post_type' => 'portfolio',
         'post_per_page' => 12
    );

    Doug Edgington
    http://www.dougedgington.com

    September 15, 2016 at 2:34 pm in reply to: Remove Sidebar on Single Page #193220
    Doug Edgington
    Member

    How many portfolio items should it be showing? That is, how many portfolio posts do you have on the site?


    Doug Edgington
    http://www.dougedgington.com

    September 15, 2016 at 11:11 am in reply to: Remove Sidebar on Single Page #193209
    Doug Edgington
    Member

    By the way, one of your replies is marked as private for some reason. Not sure if it was something that was intended for me.

    Last time we talked you were having image size problems. That is what I addressed in my previous reply.


    Doug Edgington
    http://www.dougedgington.com

    September 15, 2016 at 11:09 am in reply to: Remove Sidebar on Single Page #193208
    Doug Edgington
    Member

    Sorry, I didn't know you replied until now. In a previous post you mentioned that you declared the following mage size:

    add_image_size( 'portfolio-image', 330, 230, true );

    But in looking at your portfolio template, within genesis_get_image() you are calling the lp-portfolio image size. If this image size does not exist, I think it will default to the full-size image. I didn't look through all of the code. I was only looking for the image size that you are calling. The portfolio-image is the one you should be calling. As long as you added the add_image_size declaration before you uploaded images, that image size should exist. Otherwise you would have to regenerate the thumbnails.


    Doug Edgington
    http://www.dougedgington.com

    September 13, 2016 at 8:33 pm in reply to: Altitude Theme – Header Menu Color #193130
    Doug Edgington
    Member

    No problem.

    Are you referring to the hamburger menu icon color?


    Doug Edgington
    http://www.dougedgington.com

    September 13, 2016 at 8:01 am in reply to: Altitude Theme – Header Menu Color #193078
    Doug Edgington
    Member

    You would change it within the 1023px media query:

    @media only screen and (max-width: 1023px) {
         .front-page .site-header {
    		background-color: #fff;
    	}
    }

    Doug Edgington
    http://www.dougedgington.com

    September 13, 2016 at 6:08 am in reply to: Altitude Theme – Header Menu Color #193070
    Doug Edgington
    Member

    You can use something like the following:

    .nav-primary .genesis-nav-menu a {
    	color: #000;
    }

    Keep in mind, that this is also going to change it in responsive mode. It appears that you made the header background white. Your header is still black in responsive mode. So you won't be able to see the text, unless you switch the color of the text back to white or also change this header background to white.


    Doug Edgington
    http://www.dougedgington.com

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 185 total)
1 2 3 … 8 9 10 →

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