• 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

Brad Dalton

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 - 61 through 80 (of 15,342 total)
← 1 2 3 4 5 … 766 767 768 →
  • Author
    Posts
  • October 7, 2022 at 7:17 am in reply to: Want a donate button in every post. #505949
    Brad Dalton
    Participant

    Try something like this


    Tutorials for StudioPress Themes.

    October 7, 2022 at 7:14 am in reply to: Custom Script for category pages #505948
    Brad Dalton
    Participant

    There is none for archive pages however you could use the Header and Footer Scripts box. I assume you're using javascript?


    Tutorials for StudioPress Themes.

    October 4, 2022 at 8:23 am in reply to: What is the best way to replace the ‘Front Page Image’ with a video? #505934
    Brad Dalton
    Participant

    What theme are you using?


    Tutorials for StudioPress Themes.

    September 29, 2022 at 3:18 am in reply to: Remove post date (entry-time) sitewide and (comments-link) on homepage #505899
    Brad Dalton
    Participant

    Remove the shortcodes from the PHP code for the entry meta you do not want to output like this.


    Tutorials for StudioPress Themes.

    September 28, 2022 at 8:45 am in reply to: Front Page Layout Configurations – FP Widget 6 – scaling photos #505891
    Brad Dalton
    Participant

    You could use a different image on mobiles using media queries.


    Tutorials for StudioPress Themes.

    September 28, 2022 at 8:24 am in reply to: Remove post date (entry-time) sitewide and (comments-link) on homepage #505889
    Brad Dalton
    Participant

    Try this PHP code https://my.studiopress.com/documentation/snippets/entry-header-html5/customize-the-entry-header/


    Tutorials for StudioPress Themes.

    September 28, 2022 at 8:21 am in reply to: Front Page Layout Configurations – FP Widget 6 – scaling photos #505888
    Brad Dalton
    Participant

    You could crop it to the same size as your other images.


    Tutorials for StudioPress Themes.

    September 21, 2022 at 11:27 am in reply to: Genesis Framework does not work with OptimizePress3 ? (comments not showing) #505816
    Brad Dalton
    Participant

    OP is a premium product which makes it hard to work out a solution that works with Genesis. I'm sure there is a why to get it working however that may take some time to troubleshoot.

    Take a look in genesis > lib > structure > comments.php


    Tutorials for StudioPress Themes.

    September 21, 2022 at 3:44 am in reply to: How To Override/Block Independent Comment Styling By Commenters #505813
    Brad Dalton
    Participant

    Phil

    If you can disable/remove HTML tags from rendering in the comment form before comments are published then you can prevent inline styling.

    I would use str_replace with the correct comment form hook. This requires testing to work out which hook and method work best.


    Tutorials for StudioPress Themes.

    September 9, 2022 at 11:35 pm in reply to: Front Page Background Images Not Showing #505780
    Brad Dalton
    Participant

    The front page background images are loaded from your child themes images folder and can be removed or changed using the customizer.


    Tutorials for StudioPress Themes.

    September 6, 2022 at 9:10 am in reply to: Difference between Studiopress and generatepress theme? #505761
    Brad Dalton
    Participant

    Try Genesis with the Genesis Sample child theme first and then you will find out what it's like.


    Tutorials for StudioPress Themes.

    August 10, 2022 at 2:25 am in reply to: Different Pagination for smartphone & desktop #505660
    Brad Dalton
    Participant

    What do you mean by different?

    If it relates to PHP, you'd need to use a plugin which detects different mobile devices and the conditional tag with 2 different outputs for desktop and mobile.


    Tutorials for StudioPress Themes.

    July 31, 2022 at 1:26 am in reply to: Need Post and Page Grid Block to show partial post with content formatted #505619
    Brad Dalton
    Participant

    Yes it is possible if you modify the block.


    Tutorials for StudioPress Themes.

    July 14, 2022 at 9:46 pm in reply to: Discovering new themes. #505561
    Brad Dalton
    Participant

    The Genesis Sample theme works well with WooCommerce.


    Tutorials for StudioPress Themes.

    July 13, 2022 at 9:02 am in reply to: How do I change the primary navigation font colour in the Essence Pro theme? #505555
    Brad Dalton
    Participant

    Remember to clear caching once you add or modify CSS.

    This may help


    Tutorials for StudioPress Themes.

    July 9, 2022 at 6:55 pm in reply to: Trying to change the footer background and text color #505539
    Brad Dalton
    Participant

    Hey Doug

    Footer scripts are for js only. CSS should always go at the end of your child themes style.css file


    Tutorials for StudioPress Themes.

    July 9, 2022 at 10:28 am in reply to: Trying to change the footer background and text color #505537
    Brad Dalton
    Participant

    If you look in your style sheet you'll find these CSS rules

    .footer-widgets {
    	border-top: 1px solid #eee;
    	background-color: #fff;
    	clear: both;
    	padding: 60px 0;
    }
    
    .site-footer {
        background-color: #fff;
        border-top: 1px solid #eee;
        font-size: 15px;
        line-height: 1.5;
        padding: 30px;
        text-align: center;
        color: red;
    }
    

    When i modify the value for the background-color it works and when i add a declaration for the color:red; it also works.


    Tutorials for StudioPress Themes.

    July 6, 2022 at 11:39 pm in reply to: How can i change Genesis menu position #505533
    Brad Dalton
    Participant

    Try this https://my.studiopress.com/documentation/snippets/navigation-menus/reposition-the-primary-navigation-menu/


    Tutorials for StudioPress Themes.

    July 6, 2022 at 11:27 am in reply to: Apply custom made header for homepage globally to entire site? (eleven40 pro) #505530
    Brad Dalton
    Participant

    Link to your custom header please.


    Tutorials for StudioPress Themes.

    July 6, 2022 at 7:22 am in reply to: How can i change Genesis menu position #505518
    Brad Dalton
    Participant

    Try the code snippets for the navigation menu https://my.studiopress.com/documentation/snippets/


    Tutorials for StudioPress Themes.

  • Author
    Posts
Viewing 20 posts - 61 through 80 (of 15,342 total)
← 1 2 3 4 5 … 766 767 768 →
« Previous Page

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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