• 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 - 1 through 20 (of 502 total)
1 2 3 … 24 25 26 →
  • Author
    Posts
  • December 22, 2017 at 2:16 pm in reply to: Academy Pro: How DO I remove the Border box around video and images #214752
    DTHkelly
    Member

    You need to change the CSS. Using Firefox, if you right click you can select "Inspect Element" to see the CSS.

    I suggest a help ticket. In the meantime, here's my amateur answer:

    The CSS creating the box - it's a 4px border

    .hero-section-column.right::before {
            border: 4px solid #e22c2f;

    0px or delete the line

    June 4, 2015 at 7:00 am in reply to: Using Dynamic Website Builder by Cobalt Apps on a Studio Press Theme #154841
    DTHkelly
    Member

    Hi Sharon:
    Dynamik is a Genesis ChildTheme. Genesis Extender is a plugin that works with Genesis ChildThemes and has many of the Dynamik features (but Extender is not the equivalent of Design Palette Pro).

    Free option:
    https://wordpress.org/plugins/genesis-super-customizer/

    CSS Hero is compatible with Genesis ChildThemes:
    http://www.csshero.org/

    June 1, 2015 at 7:07 am in reply to: full width column / row and text #154369
    DTHkelly
    Member

    Have a look at Beaver Builder:
    https://wordpress.org/plugins/beaver-builder-lite-version/
    https://www.wpbeaverbuilder.com/

    May 29, 2015 at 6:07 am in reply to: Php help in Magazine pro #154082
    DTHkelly
    Member

    I had a similar problem with Magazine Pro and Event Maker. Here's the solution for Event Maker:
    https://wordpress.org/support/topic/replace-em-wrapper-for-genesis-childthemes

    May 28, 2015 at 1:31 pm in reply to: Php help in Magazine pro #154008
    DTHkelly
    Member

    Looks like: https://wordpress.org/plugins/event-organiser/

    May 27, 2015 at 11:02 am in reply to: Genesis Full width template with Visual Composer #153837
    DTHkelly
    Member

    You need a page template. Here's an example:
    Gist

    If you add a body-class) you can use CSS targetting the body class for edge-to-edge.

    Lots of reference for this using Beaver Builder (not Visual Composer).
    http://dynamikbeaver.com/blog/how-to-use-beaver-builder-with-dynamik-website-builder-part-1/

    https://www.wpbeaverbuilder.com/support/q/how-to-make-full-width-sliderimage-in-any-genesis-child-theme/#post-9635

    https://www.wpbeaverbuilder.com/support/q/bb-and-genesis-for-landing-pages/#post-7552

    May 21, 2015 at 9:24 am in reply to: Best way to make voting system? #153099
    DTHkelly
    Member

    Some reference:
    https://wordpress.org/plugins/multi-rating/

    May 20, 2015 at 5:17 am in reply to: Add Genesis Archive Settings to 3rd party Custom Post Type #152873
    DTHkelly
    Member

    Thank you - that worked for the back end!

    May 4, 2015 at 6:50 am in reply to: CPTs and ACF – single- and archive-template #150087
    DTHkelly
    Member

    This is a premium tutorial:
    https://sridharkatakam.com/single-archive-templates-custom-post-type-genesis/

    April 27, 2015 at 9:44 am in reply to: Add page layouts to custom post type #149298
    DTHkelly
    Member

    Your ' are curved. For the actual code they should be straight.

    add_post_type_support( 'resources', 'genesis-layouts' );

    April 21, 2015 at 6:17 am in reply to: How to change color of footer #148659
    DTHkelly
    Member

    This is CSS, so you can use a free plugin like https://wordpress.org/plugins/simple-custom-css/ to add CSS to your ChildTheme.

    Otherwise, offline using http://notepad-plus-plus.org/, open the magazine pro zip file, open style.css. Find line line 1693 and line 1768 and make the changes. Save. Upload to your site via cPanel or FTP. wp-content > themes>magazine-pro. it will over-write the existing style.css file.

    April 19, 2015 at 9:03 am in reply to: Adding Navigation to landing page templates #148414
    DTHkelly
    Member

    Landing page templates remove navigation from genesis();`

    Offline, using http://notepad-plus-plus.org/
    if you open the theme zip file, open the landing page template, you should find remove_action( 'genesis_after_header', 'genesis_do_nav' );`

    If you uncomment the removal//remove_action( 'genesis_after_header', 'genesis_do_nav' );
    Navigation should appear on pages using the landing page template.

    StudioPress has code snippets for navigation:
    http://my.studiopress.com/snippets/navigation-menus#reposition-primary

    Genesis Hook reference:
    http://genesistutorials.com/visual-hook-guide/
    https://wordpress.org/plugins/genesis-visual-hook-guide/

    April 18, 2015 at 7:39 am in reply to: Integrating WooThemes Sensei with Genesis ChildThemes #148341
    DTHkelly
    Member

    With Woo, adding post type support may have to be separated:

    add_post_type_support( 'lesson', 'genesis-layouts' );
    add_post_type_support( 'course', 'genesis-layouts' );
    April 18, 2015 at 7:06 am in reply to: Integrating WooThemes Sensei with Genesis ChildThemes #148336
    DTHkelly
    Member

    Suggestion: line 33, replace get_sidebar(); with genesis_after_content();

    To change the course or lesson layout when editing a course or lesson, in functions.php add:

    
    // Add Sensei cpt support for Genesis layouts (sidebar, full-width, etc) -
    add_post_type_support( 'course', 'lesson', 'genesis-layouts' );
    April 16, 2015 at 11:04 pm in reply to: Wanting To Purchase A Theme #148178
    DTHkelly
    Member

    These are feminine themes:
    https://prettydarncute.com/

    Plus they offer a flat fee to set up your site (24 hours).

    April 15, 2015 at 5:56 am in reply to: How to customize a specific post only #147989
    DTHkelly
    Member

    http://amethystwebsitedesign.com/add-unique-custom-styles-to-one-wordpress-page-or-post/

    April 14, 2015 at 3:51 am in reply to: Editing single.php #147842
    DTHkelly
    Member

    Not sure why the plugin isn't visible - I use it on all my Genesis sites.

    Some reference:
    http://www.carriedils.com/genesis-framework-php/

    Includes order that hooks load:
    http://designsbynickthegeek.com/tutorials/genesis-explained-the-framework

    April 13, 2015 at 5:56 pm in reply to: Editing single.php #147804
    DTHkelly
    Member

    Hooks:

    http://genesistutorials.com/visual-hook-guide/

    https://wordpress.org/plugins/genesis-visual-hook-guide/

    April 10, 2015 at 3:55 pm in reply to: Minimum Pro Customisations #147411
    DTHkelly
    Member

    This is a new post from a premium plugin re: customizing Minimum Pro. Just FYI.
    http://www.csshero.org/css-hero-a-game-changer-for-the-genesis-framework/

    April 10, 2015 at 6:46 am in reply to: Add custom HTML to page heading #147314
    DTHkelly
    Member

    Great!

    Because this is your thread, you can mark it resolved at the upper left (dropdown menu).

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 502 total)
1 2 3 … 24 25 26 →

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