• 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

hello.sun

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 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • November 14, 2019 at 8:46 pm in reply to: Custom-font takes a second to load #494717
    hello.sun
    Member

    Thank you for the response. I didn't know I could do that; it was the first time I was using a custom font.

    Could you please show me how to do that or what to search for in google?

    November 14, 2019 at 1:17 pm in reply to: How can we load a Digital Pro homepage all at once? #494701
    hello.sun
    Member

    I found the solution.

    I commented out the following class and code in the style sheet

     
    /* Fadeup Effect
    ---------------------------------------------------------------------------------------------------- */
    /*
    .js .fadeup-effect {
    	opacity: 0;
    	overflow: hidden;
    	-webkit-animation-duration: 1s;
    	animation-duration:         1s;
    	-webkit-animation-fill-mode: both;
    	animation-fill-mode:         both;
    	-webkit-animation-timing-function: ease-in-out;
    	animation-timing-function:         ease-in-out;
    }
    
    @-webkit-keyframes fadeInUp {
        from { opacity: 0; -webkit-transform: translateY(20px); }
        to { opacity: 1; -webkit-transform: translateY(0); }
    }
    
    @keyframes fadeInUp {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
    }
    
    .fadeInUp {
    	-webkit-animation-name: fadeInUp;
    	animation-name:         fadeInUp;
    }
    */
    
    November 14, 2019 at 1:17 pm in reply to: How can we disable the fade-in setting on a homepage? #494700
    hello.sun
    Member

    I found the solution.

    I commented out the following class and code in the style sheet

     
    /* Fadeup Effect
    ---------------------------------------------------------------------------------------------------- */
    /*
    .js .fadeup-effect {
    	opacity: 0;
    	overflow: hidden;
    	-webkit-animation-duration: 1s;
    	animation-duration:         1s;
    	-webkit-animation-fill-mode: both;
    	animation-fill-mode:         both;
    	-webkit-animation-timing-function: ease-in-out;
    	animation-timing-function:         ease-in-out;
    }
    
    @-webkit-keyframes fadeInUp {
        from { opacity: 0; -webkit-transform: translateY(20px); }
        to { opacity: 1; -webkit-transform: translateY(0); }
    }
    
    @keyframes fadeInUp {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
    }
    
    .fadeInUp {
    	-webkit-animation-name: fadeInUp;
    	animation-name:         fadeInUp;
    }
    */
    
    November 5, 2019 at 10:46 pm in reply to: Changning hover link color #494477
    hello.sun
    Member

    Victor thank you. Would you mind giving me an explanation on how that worked?

    The menu-item-893 comes from the list item (li); # is the ID selector; what does the a focus on?

    Thank you

    July 25, 2019 at 6:15 pm in reply to: How reliable are the 3rd party themes on StudioPress? #492580
    hello.sun
    Member

    What has your experience been working with those 3rd party themes?
    I've stuck with StudioPress themes, because of their support and this community forum. Thanks

    June 28, 2019 at 7:19 pm in reply to: Monochrome Pro – removing white space under the main window #491998
    hello.sun
    Member

    Will do!

    It's the last section, before the footer.

    This is the code I found to maybe be causing it, but it's executed as inline css.
    <div style="height:25px" aria-hidden="true" class="wp-block-spacer"></div>

    I tried to display: none;, but that took away all the wp-block-spacers.

    June 26, 2019 at 4:11 pm in reply to: Monochrome Pro – removing white space under the main window #491964
    hello.sun
    Member

    I'm also having trouble with this.

    Have you figured anything out yet?

    June 20, 2019 at 1:21 pm in reply to: Workstation Pro: How to add widget(s) to front page background image? #491775
    hello.sun
    Member

    Hey Marcy,

    Thanks for your input. Yes, I realized that was the easiest way to go without wasting more time.

    May 29, 2019 at 11:56 am in reply to: Academy Pro: CSS showing differently in Safari #491410
    hello.sun
    Member

    WP Engine / StudioPress Support was able to put together a script that fix's the issue I was having.

    Copy and paste the following code into the “Footer Scripts” field:

    <script>
    // Apply matchHeight again on final load.
    // Accounts for late-loading images.
    jQuery(window).load( function() {
        jQuery( '.half-width-entries .content .entry, .academy-grid .content .entry').matchHeight({
            byRow: true,
            property: 'height',
            target: null,
            remove: true
        });
    });
    </script>

    The script works by adjusting the height of elements once images fully finish loading. It aims to reduce the overlap effect you’ve kindly shared in your screenshots.

    May 23, 2019 at 10:02 am in reply to: Academy Pro: CSS showing differently in Safari #491319
    hello.sun
    Member

    Hi Victor,

    Yes, sometimes it loads properly, but other time it loads incorrectly and only in Safari.

    I'm including two links to pictures, one is from my clients website and the other is from the StudioPress demo. Both have the issue in Safari.

    On a side note, I'm also in contact with StudioPress support to see if they can help as well.

    https://imgur.com/D0mhkQa

    https://imgur.com/Cv7fmyK

    April 22, 2019 at 10:02 pm in reply to: Academy Pro: Changing Footer CTA Widget Styling #490800
    hello.sun
    Member

    I figured out a solution to my problem which didn't involve changing the widget layout format.

    I switched from using a Custom HTML Widget to using a Text Widget and then placed both widget into the text widget under the 'text' tab. Works great!

    April 21, 2019 at 5:07 pm in reply to: Academy Pro: Single Featured Image Styling #490777
    hello.sun
    Member

    Yes, I ended up learning more about them in the CSS course on w3school.

    Thank you for mentioning your free videos.

    April 21, 2019 at 4:59 pm in reply to: Academy Pro: Changing Footer CTA Widget Styling #490775
    hello.sun
    Member

    *bump

    Can anyone help me or point me in the right direction?

    Thank you

    April 13, 2019 at 2:12 pm in reply to: Academy Pro: Single Featured Image Styling #490640
    hello.sun
    Member

    I did try adding the .post-image class to the additional css class section of the image, but it ended putting a border around a section about 1/2 inch above the image.

    Your code did work! Thank you Victor.

    What does the "img" selector in your code do? I haven't yet learned about css classes with an img selector.

    A side question for you, do you build websites using Gutenburg or the classic verision of WordPress?

    I've heard of mixed reviews from developers with Gutenburg.

    April 9, 2019 at 2:52 pm in reply to: How to make a theme's width full screen #490574
    hello.sun
    Member

    Victor, your posts throughout this forum have been so helpful!

    Thank you for being an active member on this forum.

    March 31, 2019 at 5:54 pm in reply to: Is all widget styling CSS related? #490398
    hello.sun
    Member

    I see, thank you!

    BTW, if you make a typing mistake in PHP, you'll bring your site down. Don't use the WordPress editor to make changes. Use FTP and an editor in your local environment.

    Also, when you mark a post as resolved, I or another forum moderator closes the thread to further comments because the problem is solved.

    Thank you for letting me know about this.

    March 28, 2019 at 11:09 am in reply to: Academy Pro: how to change background color? #490335
    hello.sun
    Member

    Thanks Victor and Baz!

    March 28, 2019 at 11:07 am in reply to: Widgets: how to edit and style them? #490334
    hello.sun
    Member

    Thanks Victor!

    If CSS is for styling, PHP is for structure and functioning?

    I'm currently learning html and css from the W3 course.

    Also, I found using the Academy Pro 'cs footer' accomplishes what I was trying to do... center call-to-action widget.

    March 27, 2019 at 11:43 am in reply to: Academy Pro: how to change background color? #490316
    hello.sun
    Member

    Hi,

    No, I'd like to change the color for the entire website.

    I ran into those lines of codes yesterday when I was looking to edit individual widgets.

    Thank you for your input though.

  • Author
    Posts
Viewing 19 posts - 1 through 19 (of 19 total)

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