• 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

James Chai

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 89 total)
1 2 3 4 5 →
  • Author
    Posts
  • May 30, 2017 at 9:02 pm in reply to: Parallax Pro: How to change the height of the Home Sections… #207190
    James Chai
    Member

    Try decreasing your padding.

    The setting of 100px 0 means there is 100 pixels padding on TOP and BOTTOM of the element and 0 pixels on the LEFT and RIGHT of the element.


    Marketing, Sales and WordPress Growth Hacking http://www.smbpress.com

    May 30, 2017 at 8:50 pm in reply to: [Agentpress] How to lets registered user submit listing ? #207189
    James Chai
    Member

    Use a plugin like Members (FREE) and set parameters for registered users. Like being able to list and then have ADMIN approve listings.


    Marketing, Sales and WordPress Growth Hacking http://www.smbpress.com

    May 30, 2017 at 8:44 pm in reply to: Altitude Pro – some questions about adding widget areas & adding site logo #207188
    James Chai
    Member

    In the style.css I would add it after the CSS for section 7. You may have to play with the spacing to see what works.

    i.e.

    #front-page-8 {
       margin-top: 20px;
    }

    Marketing, Sales and WordPress Growth Hacking http://www.smbpress.com

    May 17, 2017 at 4:40 am in reply to: Interior Pro Theme #206586
    James Chai
    Member

    It is possible - locate and edit in style.css

    .after-header:after => background-color: #373d3f; to background-color: none;


    Marketing, Sales and WordPress Growth Hacking http://www.smbpress.com

    May 17, 2017 at 4:27 am in reply to: Altitude Pro – some questions about adding widget areas & adding site logo #206585
    James Chai
    Member

    @jhguynn I am assuming that you will be buying @victorfont a beer or two 🙂


    Marketing, Sales and WordPress Growth Hacking http://www.smbpress.com

    May 17, 2017 at 4:23 am in reply to: Adding Widgets to other pages #206584
    James Chai
    Member

    Try this FREE plugin: https://wordpress.org/plugins/blox-lite/


    Marketing, Sales and WordPress Growth Hacking http://www.smbpress.com

    May 17, 2017 at 4:16 am in reply to: Problem displaying shortcodes on Genesis Custom Post Type Archive Pages #206583
    James Chai
    Member

    Try adding this to your functions.php file

    /**
     * Allow shortcodes in genesis archive intro text.
     *
     * @author Joshua David Nelson, [email protected]
     **/
    
    // Custom Post Type Archive Intro Text
    add_filter( 'genesis_cpt_archive_intro_text_output', 'do_shortcode' );
    
    // Author Archive Intro Text
    add_filter( 'genesis_author_intro_text_output', 'do_shortcode' );
    
    // Term Archive Intro Text
    add_filter( 'genesis_term_intro_text_output', 'do_shortcode' );

    Marketing, Sales and WordPress Growth Hacking http://www.smbpress.com

    May 15, 2017 at 2:12 pm in reply to: Workstation Text over Image 1 section #206494
    James Chai
    Member

    Apologies for the mis-spelling above.

    .tagline span {
       display: none;
    }

    Marketing, Sales and WordPress Growth Hacking http://www.smbpress.com

    May 15, 2017 at 6:42 am in reply to: Full width pages #206454
    James Chai
    Member

    1) When you publish a page/post you have the option to set 'Full Width' page layout.

    2) Currently your .nav-primary is set to float 'right'. Change it to 'left' and add padding-left to suit.

    i.e.

    .nav-primary {
        float: left;
        margin-top: 2px;
        padding-left: 200px;
    }

    Marketing, Sales and WordPress Growth Hacking http://www.smbpress.com

    May 15, 2017 at 6:23 am in reply to: Workstation Text over Image 1 section #206453
    James Chai
    Member

    Try this

    .tagline span {
       dispaly: none;
    }

    worked in chrome inspect.


    Marketing, Sales and WordPress Growth Hacking http://www.smbpress.com

    May 15, 2017 at 6:05 am in reply to: IDX plug in for AgentPress Pro #206451
    James Chai
    Member

    The (2) top providers are IDXBroker and Diverse Solutions. Both have their pros and cons.


    Marketing, Sales and WordPress Growth Hacking http://www.smbpress.com

    May 15, 2017 at 5:57 am in reply to: How to Change Overlay Color on Background Images in Altitude #206450
    James Chai
    Member

    Clear your cache(s) and try viewing in another browser.


    Marketing, Sales and WordPress Growth Hacking http://www.smbpress.com

    May 14, 2017 at 2:56 pm in reply to: Are ADA 508-required features built into the Genesis core yet? #206426
    James Chai
    Member

    And that's why we ♥ Genesis - they bake so many goodies into the framework!


    Marketing, Sales and WordPress Growth Hacking http://www.smbpress.com

    May 14, 2017 at 2:53 pm in reply to: best eCommerce theme?? #206425
    James Chai
    Member

    Like @victorfont said any theme would work, comes down to your target market, end goals and which theme has the foundation suitable to design+develop from.


    Marketing, Sales and WordPress Growth Hacking http://www.smbpress.com

    May 14, 2017 at 2:45 pm in reply to: Easiest migration from Prose? #206424
    James Chai
    Member

    No matter the theme you migrate to you would have to consider end-goals that are particular to you.

    Such as what design changes do you want to make? What feature/function (development) changes do you want to make? What is necessary to keep, what can you let go? Etc ...

    IMO: I suggest backing up your ENTIRE site, pick a new theme that you like, and develop locally. This way until things are back the way you want them to be you have a FULL backup and can always start over - with the migration/update that is.


    Marketing, Sales and WordPress Growth Hacking http://www.smbpress.com

    May 14, 2017 at 2:34 pm in reply to: How to Change Overlay Color on Background Images in Altitude #206421
    James Chai
    Member

    Navigate to your style.css file and locate the following:

    .image-section {
    	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9) 100%);
    	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(30%,rgba(0,0,0,0.5)), color-stop(80%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.9)));
    	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
    	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
    	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
    	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
    	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=0 );
    	display: table;
    	overflow: hidden;
    	table-layout: fixed;
    	width: 100%;

    To alter/edit the gray change rgba(0,0,0,0.2) to something like rgba(255,215,0,0.2) ... You would have to update ALL rgba elements.


    Marketing, Sales and WordPress Growth Hacking http://www.smbpress.com

    May 14, 2017 at 1:31 am in reply to: Hello! Pro Font Sizes #206395
    James Chai
    Member

    Exactly what text are you trying to change?


    Marketing, Sales and WordPress Growth Hacking http://www.smbpress.com

    May 12, 2017 at 9:43 pm in reply to: ?s abt Digital Pro Theme #206372
    James Chai
    Member

    You can customize ANY child theme to suit your needs, granted it requires coding knowledge (what level depends on what you want to customize).

    And yes you can remove/replace the 'widgets' used in the DEMO ... they are merely placeholders meant to give you an idea of how you can utilize the child theme.


    Marketing, Sales and WordPress Growth Hacking http://www.smbpress.com

    May 12, 2017 at 3:10 pm in reply to: reinstall genesis framework and genesis-sample #206353
    James Chai
    Member

    Go ahead and re-install the Sample child theme, you won't lose your media or pages.


    Marketing, Sales and WordPress Growth Hacking http://www.smbpress.com

    May 12, 2017 at 2:51 pm in reply to: Category Tabs on images #206349
    James Chai
    Member

    Assuming you are using Genesis - when you add a 'Featured' post/page widget you are given the option to show a Featured Image.

    Depending on the child theme you can also align and select image size.


    Marketing, Sales and WordPress Growth Hacking http://www.smbpress.com

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 89 total)
1 2 3 4 5 →

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 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