• 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

andytc

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 - 21 through 40 (of 273 total)
← 1 2 3 … 12 13 14 →
  • Author
    Posts
  • January 19, 2021 at 6:35 am in reply to: Having a frustrating issue #502713
    andytc
    Participant

    Cool , It's a tricky one because the padding will also affect the widget title that has negative margin-top to pull it down over the actual widget content. If the video needs to be full width and fill the space top to bottom , the widget title won't look very good hanging over the video. You can try the CSS below , but this will change the widget title layout on that widget only (video) to be above the widget itself. Play with it.
    We are going to overrule the width of the iFrame to be 100% , if you can you could adjust that inline , but for now , just overrule it as below.

    .sidebar .widget_media_video {
      padding: 0;
    }
    
    .sidebar .wp-video {
      margin-bottom: 0;
    }
    
    .sidebar .widget_media_video .widget-title {
      margin-top: -83px;
    }
    
    .sidebar .wp-video-shortcode,.sidebar .wp-video-shortcode iframe  {
      width: 100% !important;
    }
    
    .sidebar .mejs-container {
      padding-top: 56.25%;
    }
    

    Best I can do ... Hope that helps

    January 18, 2021 at 10:13 am in reply to: Change Essence Pro theme hero image #502701
    andytc
    Participant

    That information is in the setup docs at my-studiopress

    January 18, 2021 at 10:09 am in reply to: Having a frustrating issue #502700
    andytc
    Participant

    Link to site ?

    January 17, 2021 at 11:02 am in reply to: Pagination resulting in 404 error #502685
    andytc
    Participant

    That’s nothing to do with Genesis, you’ve answered your own query.

    January 16, 2021 at 12:22 pm in reply to: Essence Pro Sub-menu help Needed #502670
    andytc
    Participant

    Ok , I'm not seeing a black border on the dropdown either , so maybe a cache issue , it all looks good. Nice site BTW , I like the video header , very nicely done.

    January 16, 2021 at 4:03 am in reply to: Essence Pro Sub-menu help Needed #502658
    andytc
    Participant

    When I view your site I see an orange background on the sub-menu items ?.

    Could it be your browser cache ?

    This entry -

    background-color: #ff8e01;

    January 9, 2021 at 4:59 pm in reply to: Remove Date after Title in Monochrome Pro #502597
    andytc
    Participant

    That’s odd , I tried it on a local install and it worked fine. Can we be sure the date is being generated by Genesis and not a plugin or some custom code?. Sorry I can’t help much , really don’t have enough to go on , a link to a site might help , but not guaranteed.

    January 9, 2021 at 5:16 am in reply to: How do I register genesis custom blocks programmatically in wordpress? #502592
    andytc
    Participant

    Have you added the blocks/blocks-test.php file and path to functions.php ?

    Similar to below

    require_once get_stylesheet_directory() . '/blocks/block-test.php';

    January 8, 2021 at 5:25 am in reply to: Homepage post previews #502541
    andytc
    Participant

    You seem to have that all sorted.

    January 7, 2021 at 8:30 am in reply to: Remove Business Pro header image overlay #502530
    andytc
    Participant

    Choose only one of these and add it to the custom CSS in the customiser -

    Using 'transparent' as below might be what you want , but that might cause some visibility issues with your menu - up to you

    .page-header:before {
      background-color: transparent;
    }

    or , adjust the value of the rgb - in the css below it's percentage has been lowered , but you can play with that number to get the look you want.

    .page-header:before {
      background-color: rgb(20 30 40 / 12%);
    }
    January 7, 2021 at 6:21 am in reply to: Pagination not working in Genesis Framework #502528
    andytc
    Participant

    Link to your site to see the problem ?

    That code will produce a blank page , you haven’t called the Genesis function at the end , so link to site

    January 6, 2021 at 5:00 pm in reply to: Monochrome Pro & Google Analytics #502517
    andytc
    Participant

    Lots of info out there for this -

    https://codedcreative.co/easily-install-google-analytics-using-genesis-framework/

    January 6, 2021 at 4:15 pm in reply to: Remove Date after Title in Monochrome Pro #502516
    andytc
    Participant

    It should be -

    Customise > Theme Settings > Singular Content

    Entry Meta (above content) > Delete what's in there and publish

    January 6, 2021 at 2:54 pm in reply to: Adding Javascript to Genesis Simple Hooks #502515
    andytc
    Participant

    A little reading tells me you might have to place the firewall option into ‘learning mode’ , if you google that exact error wording you’ll find some info. I don’t use that plugin, it’s just what I’ve found from a quick poke around.

    January 6, 2021 at 2:50 pm in reply to: Adding Javascript to Genesis Simple Hooks #502513
    andytc
    Participant

    Do you have the Wordfence plugin installed?

    January 5, 2021 at 11:20 am in reply to: Which theme would be best to reproduce this look? #502503
    andytc
    Participant

    You can achieve any look and layout with any Genesis theme.

    Get a head start by choosing a theme that has the header you want , No2 and No3 can be achieved with any theme , example for No2 , use the featured page widget

    January 3, 2021 at 4:10 am in reply to: Pagination resulting in 404 error #502465
    andytc
    Participant

    I’m not seeing the 404 , have you fixed it ?

    January 2, 2021 at 4:35 pm in reply to: No Sidebar Theme – Remove Full Page First Featured Image #502463
    andytc
    Participant

    Doesn't the last post also have 100% width or 98% to be precise ?

    Do you have a link to your site ?

    January 1, 2021 at 6:41 am in reply to: Center-align featured image on mobile devices only #502456
    andytc
    Participant

    Try adding this to your Custom CSS -

    @media only screen and (max-width: 640px) {
    
    .post-image.entry-image {width:100%;}
    }
    
    }
    December 31, 2020 at 5:19 pm in reply to: Spacing under posts and pages #502455
    andytc
    Participant

    It’s a weird one for sure

    cricketyorkshire , try disabling plugins and check when that space disappears, the CSS you were given is not the solution.

  • Author
    Posts
Viewing 20 posts - 21 through 40 (of 273 total)
← 1 2 3 … 12 13 14 →
« 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