• 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

DTHkelly

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 502 total)
← 1 2 3 4 … 24 25 26 →
  • Author
    Posts
  • March 21, 2015 at 4:04 pm in reply to: Driving myself batty with Minimum Pro #145126
    DTHkelly
    Member

    First step:
    Admin > Genesis > Extender Custom > CSS.
    Have you saved any CSS there? Any changes to .site-tagline?

    If not, .site-tagline, the code originates in the child theme folder.

    Offline, open the Minimum Pro zip file, open style.css, search for site-tagline.

    Note: if you didn't change .site-tagline in the child theme folder's style.css, you can modify it using Admin > Genesis > Extender Custom > CSS.

    Extender Custom > CSS add and modify as needed:

    .site-tagline {
    background-color: #99CC33;
    margin: 100px 0px 0px 0px;
    }

    Re: Where Extender saves its code:
    For Extender Custom > [CSS | PHP | Hook Boxes | Widget Areas | etc.]
    FTP/sFTP: uploads > genesis-extender > plugin [inside the plugin folder, you'll see all of the custom php files and custom css and minified css).

    March 19, 2015 at 8:57 am in reply to: Why are the featured images not visible in the posts? #144943
    DTHkelly
    Member

    Suggest submitting a help ticket to CopyBlogger with the code you used that didn't work.

    March 19, 2015 at 7:31 am in reply to: Changing image size in Modern Portfolio #144931
    DTHkelly
    Member

    Genesis grid loop plugin:
    https://github.com/billerickson/Genesis-Grid/wiki

    Have you seen this premium plugin:
    http://codecanyon.net/item/essential-grid-wordpress-plugin/7563340

    March 19, 2015 at 7:29 am in reply to: Why are the featured images not visible in the posts? #144929
    DTHkelly
    Member

    No way to add featured image on posts

    How to Display Magazine Pro Featured Image

    March 19, 2015 at 4:00 am in reply to: Change date to last updated #144908
    DTHkelly
    Member

    Some reference:
    http://www.engagewp.com/display-updated-date-instead-of-published-date-in-genesis/

    March 18, 2015 at 8:37 pm in reply to: Basic Question about Genesis Framework #144894
    DTHkelly
    Member

    You are seeing the Genesis Framework. The core. It is not a childtheme.

    You could create a childtheme that also retain the "look" of the core framework. But you should not customize the Framework.

    Some basic childthemes for Genesis Framework (that "look" like the core)
    http://www.wpstuffs.com/4-genesis-starter-themes-building-custom-theme/

    Or Purchase a ChildTheme from StudioPress or other theme shops.

    March 18, 2015 at 8:33 pm in reply to: Minimum Pro missing Columns and Portfolio template? #144893
    DTHkelly
    Member

    Portfolio is a custom post type.
    http://www.wpbeginner.com/wp-tutorials/how-to-create-custom-post-types-in-wordpress/

    Page is a separate post type, which is why portfolio posts are not included in Admin > Pages

    March 17, 2015 at 6:32 am in reply to: Multiple Full Width Sections #144716
    DTHkelly
    Member

    Another option:
    Free version of Beaver Builder:
    https://wordpress.org/plugins/beaver-builder-lite-version/

    March 15, 2015 at 11:36 am in reply to: No Margins #144476
    DTHkelly
    Member

    Example (Video Tutorials - 3 parts):
    http://dynamikbeaver.com/blog/how-to-use-beaver-builder-with-dynamik-website-builder-part-1/

    March 14, 2015 at 10:56 am in reply to: Header logo in daily dish #144399
    DTHkelly
    Member

    #144396
    #2 - There are free websites where you can change image size.
    http://www.online-image-editor.com/
    https://pixlr.com/
    https://www.canva.com/

    Based on your comment above, I have a better understanding of what you're looking to do.
    #144397 The answer is No. 400?—80 will not cover the entire header. For Daily Dish, I'm using an image that is 1080 px width x 332 px height You can choose any height.

    If you want your header image to cover the entire area, you can add an 1080 x ? image with code (php) in a function for custom header. I also had to change CSS to eliminate Daily Dish Header Padding.

    This is not the tutorial I used, but it may work:
    http://blackhillswebworks.com/2013/05/10/how-to-replace-the-studiopress-background-header-image-with-a-real-image-logo/

    This free plugin is not the answer, but if you used the Text (instead of 480 width logo), you could put your custom image under navigation
    https://wordpress.org/plugins/genesis-custom-headers/

    March 14, 2015 at 2:48 am in reply to: Help with Menu Indicator on hover #144375
    DTHkelly
    Member

    Some reference:
    http://amethystwebsitedesign.com/how-to-add-arrow-indicators-to-genesis-navigation-menus/

    March 14, 2015 at 2:23 am in reply to: Header logo in daily dish #144374
    DTHkelly
    Member

    I have Daily Dish Pro and the header logo size works.

    Based on your description, you should submit a help ticket to CopyBlogger. They can help troubleshoot.

    March 12, 2015 at 10:23 am in reply to: How To Change Color Of Menu Bar (Altitude Pro Theme)? #144202
    DTHkelly
    Member

    Your theme's CSS line 907, .site-header has a background color

    .site-header {
    background-color: #000;

    }

    change #000 (black) to match your primary nav.

    March 12, 2015 at 8:22 am in reply to: Magazine Pro CSS Conflict: Button div in sidebar text widget #144165
    DTHkelly
    Member

    Here's the CSS to fix the sidebar css conflict with the button div:

    /* Button Div conflicting with Sidebar CSS in Text Widget */
    .sidebar a.button{
    color: #fff !important;
    font-weight: normal !important;
    padding-bottom: 15px;
    }
    March 12, 2015 at 7:52 am in reply to: Magazine Pro CSS Conflict: Button div in sidebar text widget #144160
    DTHkelly
    Member

    Julia:
    Thank you so much - .sidebar a.button works!
    Kelly

    March 12, 2015 at 7:29 am in reply to: Trouble registering sidebar #144157
    DTHkelly
    Member

    More reference:
    http://carlomanf.id.au/run-unique-sidebars/

    March 12, 2015 at 7:27 am in reply to: Trouble registering sidebar #144156
    DTHkelly
    Member

    The code from this tutorial works.

    http://www.carriedils.com/add-widget-area-below-nav/

    March 12, 2015 at 6:56 am in reply to: Modern Studio Pro #144152
    DTHkelly
    Member

    You can add a widget area:
    http://www.carriedils.com/add-widget-area-below-nav/

    For hook location:
    http://genesistutorials.com/visual-hook-guide/
    https://wordpress.org/plugins/genesis-visual-hook-guide/

    March 12, 2015 at 6:53 am in reply to: How To Change Color Of Menu Bar (Altitude Pro Theme)? #144151
    DTHkelly
    Member

    If that is primary navigation, the Genesis CSS selectors should work (just add your Hexadecimal #s).
    Background color = background color 🙂
    color = font color

    .nav-primary {
    	background-color: #xxxxxx;
    	color: #xxxxxx;
    }
    
    .nav-primary li a{
         color:#xxxxxx; 
    }
    .nav-primary a:hover, .nav-primary .current-menu-item > a {
        color:#xxxxxx;
    	background-color: #xxxxxx;
    }
    

    Hope that helps!

    March 9, 2015 at 10:01 am in reply to: Daily Dish full width image Home Top #143804
    DTHkelly
    Member

    Yes.

    Are you familiar with Genesis Hook locations?
    http://genesistutorials.com/visual-hook-guide/
    https://wordpress.org/plugins/genesis-visual-hook-guide/

    Add a new widget area to the hook after secondary nav/before content/sidebar. Probably: genesis_before_content_sidebar_wrap

    Change the hook but otherwise follow this tutorial: http://www.carriedils.com/add-widget-area-below-nav/

    Add the slider to this new widget area via text widget/shortcode

  • Author
    Posts
Viewing 20 posts - 41 through 60 (of 502 total)
← 1 2 3 4 … 24 25 26 →
« 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