• 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

rogerp

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 162 total)
1 2 3 … 7 8 9 →
  • Author
    Posts
  • September 24, 2021 at 1:46 pm in reply to: Remove white bar from Menu #504483
    rogerp
    Participant

    ha found it!

    .featured-section .site-header > .wrap {
    border-bottom: 1px solid #fff;

    changed to

    .featured-section .site-header > .wrap {
    border-bottom: 0px solid #fff;


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    May 25, 2021 at 8:42 am in reply to: How to show a double dash — #504118
    rogerp
    Participant

    Thanks for your reply, but that did not fix my issue

    functions.php

    /* Remove Double Dash

    add_filter( 'run_wptexturize', '__return_false' );

    */


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    June 11, 2020 at 2:40 am in reply to: Genesis Featured Posts Alternative #499235
    rogerp
    Participant

    Thanks Brad,

    Seems to be doing just what I wanted!


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    June 10, 2020 at 11:28 am in reply to: Genesis Featured Posts Alternative #499226
    rogerp
    Participant

    I have found the Genesis Sandbox - Featured Content, which seems to do what I am after.

    Specify posts by ID

    However it says it's over 3 years since it was updated.

    Is this ok or anyone know of a better plugin?


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    June 9, 2020 at 2:23 am in reply to: Change Hyperlink Decoration Corporate Pro #499201
    rogerp
    Participant

    Thanks Brad,

    I think I have worked it out, it's just the inspector was not much help as it just said a: webkit-any-link which I couldn't find

    I still have a bit of tweaking but have managed to work through the style.css by hand.

    What I am looking for now is how to move the underline away from the text a bit, its just about touching it.

    https://www.rogerperkin.co.uk/network-automation/ansible/


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    June 4, 2020 at 3:41 am in reply to: How do they do this on studiopress site? #499142
    rogerp
    Participant

    Ok looks like it's what I am after!

    However I have an issue in that the Question box does not open up?

    Not sure it's to do with the block editor?

    I have Question as title of page

    Answer is a paragraph

    e.g
    https://www.rogerperkin.co.uk/network-automation/ansible/what-is-ansible/


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    June 4, 2020 at 3:25 am in reply to: How do they do this on studiopress site? #499141
    rogerp
    Participant

    Thanks Brad,

    However this looks a bit more advanced on that plugin as they have nested or are they categories?


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    June 3, 2020 at 3:47 pm in reply to: Corporate Pro: Need separate featured and hero section images #499134
    rogerp
    Participant

    Thanks, I have been in touch with Bizbudding, but so far have had no constructive response apart from.

    Please see the category section of this article https://docs.seothemes.com/article/181-startup-pro-hero-section. This is for the Startup Pro theme but works the same for Corporate Pro.

    It said to change the title of an image to be cateogry-(followed by the slug of your category)

    However I can't see how to change the title of an image in the media gallery I don't have that option?

    So still looking for a solution

    Thanks


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    June 2, 2020 at 6:24 am in reply to: Corporate Pro: Need separate featured and hero section images #499094
    rogerp
    Participant

    Did you ever resolve your problem?

    I have the same issue I want to fix

    Category pages pulling the featured image of the last post.

    I managed to stop it for posts but not for category pages


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    June 2, 2020 at 6:17 am in reply to: Do not show the featured image as header in Corporate Pro #499093
    rogerp
    Participant

    I have tried WP Display Header, which looks like it would do the job, but it doesn't work on Corporate Pro.


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    May 7, 2020 at 5:51 am in reply to: Site does not fit onto tablet properly #498540
    rogerp
    Participant

    My site is still not playing well on a tablet?

    I have this on style.css line 2366


    @media
    only screen and (max-width: 1023px) {

    Do I need to do anymore?

    Basically page does not break to single page on ipad - it splits content and sidebar 50/50 which looks awful


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    May 1, 2020 at 8:47 am in reply to: Cannot add extra widget area on home page #498352
    rogerp
    Participant

    I have found the problem, I had not added the extra code to

    front-page.php

    //* Function to output active widget areas
    function spi_home_widget_loop() {

    Extra widget is working now


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    April 29, 2020 at 4:35 pm in reply to: Site does not fit onto tablet properly #498299
    rogerp
    Participant

    Ok, so I am assuming it's this line 2366


    @media
    only screen and (max-width: 880px) {

    If I wind that up to 1023px then view on a tablet will go to single page of content, at the moment it' won't break until it hits 880px?

    Is that correct


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    April 28, 2020 at 10:17 am in reply to: Add elements to Smart Passive Income Theme #498246
    rogerp
    Participant

    I have worked this out and just copied the relevant code from front-page.php and duplicated it and it worked


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    April 7, 2020 at 9:21 am in reply to: Create your own Custom Related Posts #497803
    rogerp
    Participant

    Thanks, I have just worked out exactly what I need and that code is included here - hopefully.

    I want related posts within a category, as with other related posts plugins, I was getting related posts that were not related!

    Looks like Lee has a category query

    Thanks Anita


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    April 7, 2020 at 8:35 am in reply to: Create your own Custom Related Posts #497800
    rogerp
    Participant

    Yes, I have looked at a few plugins, but none really let me do what I want to do.

    So currently when I have finished a post I put 5 links to related posts.

    But I want to have this automated, but after a lot of research I think it's best to keep doing it manually as it gives me full control


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    April 7, 2020 at 6:50 am in reply to: HTTP 400 on logged in user Chrome #497794
    rogerp
    Participant

    Within Chrome I cleared all my browsing data and cookies from forever and since then I have not had a HTTP 400 when accessing some pages when logged into WordPress, so assume it was some cookie issue?


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    April 3, 2020 at 2:42 am in reply to: HTTP 400 on logged in user Chrome #497683
    rogerp
    Participant

    To add, if I clear all my cookies - the pages work on a logged in Chrome for one session ??


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    March 31, 2020 at 10:43 am in reply to: Appearance / Customisation – Your scheduled changes just published #497636
    rogerp
    Participant

    NP I knew it wasn't a theme / plugin issue as it affected all sites I had on one hosting

    All ok now.

    Scheduled posts and Customizer working fine


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

    March 31, 2020 at 10:18 am in reply to: RankMath and Breadcrumbs #497633
    rogerp
    Participant

    Thanks Victor,

    This threw the breadcrumbs to the very top of my site?

    Have resolved it with this code

    //* Enable RankMath Breadcrumbs
    add_filter( 'the_content', function( $content ) {
    if( function_exists( 'rank_math_get_breadcrumbs' ) ) {
    $content = rank_math_get_breadcrumbs() . $content;
    }
    return $content;
    });


    @anita
    Thanks I am on auto-update for RankMath so we are all good!

    Still not sure if it's any better than Yoast?


    Roger
    https://www.rogerperkin.co.uk/
    Check out my Network Automation Training – Training the Network Engineers of the Future

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 162 total)
1 2 3 … 7 8 9 →

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