• 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

neilc

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 37 total)
1 2 →
  • Author
    Posts
  • November 15, 2019 at 7:11 am in reply to: Opinions welcomed #494734
    neilc
    Member

    Thank you very much indeed Anita - I will check into all of that.

    Any ideas what might be causing that last one?

    October 22, 2019 at 11:28 am in reply to: Cannot get full-width layout on home page of Kreativ Pro #494177
    neilc
    Member

    No worries. I discovered Dambuster plugin which fixes it.

    October 22, 2019 at 10:52 am in reply to: Cannot get full-width layout on home page of Kreativ Pro #494172
    neilc
    Member

    EDIT: So the main thing I want to solve is how to apply Kreativ Pro's "Page-Builder Template" to the static home page.

    I've duplicated the home page to home2 see: https://www.yourtechdepartment.co.uk/home2 That is what it should look like and what it does look like when the theme's page builder template is working.

    October 2, 2019 at 5:52 am in reply to: Metric Theme – columns broken #493827
    neilc
    Member

    Thanks. Makes sense as there is indeed a columns plugin installed back when the site was first built

    Could you point to me to resources on how to implement columns in these theme without using that plugin?

    Thanks again

    May 18, 2016 at 12:01 pm in reply to: Digital Pro – adding a slider messes up next widget area styling #185857
    neilc
    Member

    Thanks.

    The unclosed em tag was in the slider text and that was doing it.

    May 10, 2016 at 5:36 am in reply to: Add a phone number to top right of Digital Pro header #185345
    neilc
    Member

    Thanks I'll take a look

    February 24, 2016 at 1:18 pm in reply to: Require Login to view page #179807
    neilc
    Member

    Wordpress pages have a password option anyway though? Or am I missing your point?

    February 19, 2016 at 11:24 am in reply to: Digital Pro front page image height. #179402
    neilc
    Member

    I think I've answered it myself.

    February 19, 2016 at 11:23 am in reply to: How to change the dimensions of the front page image in the Digital pro theme. #179400
    neilc
    Member

    I've just been wrestling with this and it does seem to be an automatically generated inline style to match the screen size.

    You can override inline styles using !important. So in style.css I've added the line height: 500px !important;

    .front-page-1 {
    display: table;
    margin-top: 90px;
    overflow: hidden;
    table-layout: fixed;
    width: 100%;
    height: 500px !important;
    }

    September 11, 2014 at 5:13 am in reply to: Full width then content/sidebar #123901
    neilc
    Member

    OK I've got one method that answers most of this. I've used the "amr shortcode any widget" plugin which creates a novel widget area into which plugin widgets can be dragged like any other sidebar but with the added feature that this widget area can be displayed in the content area of any page or post.

    So in to get the design I want I can set the layout to full width content, add content/images to the page as far down as I want it full width, then add column classes and in the appropriate column insert the shortcode for the widget.

    The effect is full width content followed by 2/3 width content + 1/2 width sidebar.

    Only just trying it out but seems to work.

    September 11, 2014 at 4:35 am in reply to: Full width then content/sidebar #123899
    neilc
    Member

    That might work.

    Given that I need to use this layout for a a number of pages. How to manage the content on each, different page?

    Obviously the top full width bit is handles by WP's page system anyway - each page has its own content and that's displayed. But how about the content in the widget areas below? How do I have that different on each page? Is there a good way of doing this? I wondering if it's possible to select a post/page to display in a widget area that is dependent on a tag, post/page number or similar?

    September 11, 2014 at 2:14 am in reply to: Full width then content/sidebar #123889
    neilc
    Member

    Thx

    When I say "full width" I'm not asking about edge-to-edge. What I'm asking is about the best way of going about getting pages (for my various services etc) that are full width (in the sense of Genesis page layouts being "full width", "content/sidebar", "sidebar/content") at the top and then having a side bar after a bit of content.

    I'm trying to figure out whether to add a widget area for the full width bit above a standard content/sidebar layout but then I need different content in that area for each page.

    August 26, 2014 at 9:10 am in reply to: Streamline Pro – Trouble targetting list using column classes #121122
    neilc
    Member

    Oh yes. Why would I forget that?! Thanks.

    re: your second point - any pointers how to do that?

    August 15, 2014 at 3:43 am in reply to: Stop link hover underlining #118940
    neilc
    Member

    Solved - writing the problem out revealed the solution to me!

    August 15, 2014 at 3:33 am in reply to: Keeping new widget area responsive – Streamline Pro #118937
    neilc
    Member

    Thanks Tom

    August 13, 2014 at 9:34 am in reply to: First Attempt (Modifying Lifestyle Pro) Advice Needed #118589
    neilc
    Member

    I doubt svg is a valid file format for that.

    What is the need for svg over the usual pngs and jpgs etc?

    August 13, 2014 at 6:59 am in reply to: First Attempt (Modifying Lifestyle Pro) Advice Needed #118541
    neilc
    Member

    SVG files are scalable vector graphics and whilst various browers have varying support it's not a good choice of file format for a logo.

    If you suspect the image path is wrong then try an absolute path instead of a relative one. You can look up this path in the Media Library section. If that works then you know you need to look into your relative path.

    I don't know these theme but most of the Genesis themes have the ability to select an image in the Header section. Does this theme not have that?

    February 5, 2014 at 5:53 am in reply to: Formatting slider added to Eleven40 Pro #88739
    neilc
    Member

    I should add that I don't want the line under the picture either

    August 9, 2013 at 6:55 am in reply to: How to remove post and page titles in Genesis 2.0? #55210
    neilc
    Member

    Don't worry. Solved it. Thx.

    August 8, 2013 at 12:36 pm in reply to: "remove_action" non-functional in Genesis 2.0 #55028
    neilc
    Member

    This doesn't work for me using Genesis 2.0 and its accompanying Genesis Sample theme.

    Both page and post titles appear as before?

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 37 total)
1 2 →

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