• 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

pjwdesign

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 42 total)
1 2 3 →
  • Author
    Posts
  • November 29, 2018 at 6:03 am in reply to: Changing the default Cateogry link if using Page > Blog Template #224699
    pjwdesign
    Member

    Thanks for this info. Interesting obviously why I could never find a tutorial. 301 for now till you work it out 🙂 Thanks again

    July 4, 2018 at 1:23 pm in reply to: In Genesis sample 2.6.0 – would like to put site credits below footer navigation #221333
    pjwdesign
    Member

    Well thank you Mr Dalton. Yes looked at that list and the footer related ones. Need a bit more guidance. Nav just seemed to disappear. Anyone else?

    May 26, 2017 at 8:33 am in reply to: Portfolio Plugin Update Issue stopped being full width #207025
    pjwdesign
    Member

    That's the odd thing that is not there.

    May 26, 2017 at 2:15 am in reply to: Portfolio Plugin Update Issue stopped being full width #207003
    pjwdesign
    Member

    I added the following to the new Plugin update in single-portfolio.php

    //* Force full-width-content layout setting
    add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );

    ...not ideal but works for now.

    May 26, 2017 at 1:57 am in reply to: Portfolio Plugin Update Issue stopped being full width #207001
    pjwdesign
    Member

    I reinstalled older version of Portfolio plugin and the pages have returned to full width - although still no layout options on the portfolio pages...odd

    May 26, 2017 at 1:26 am in reply to: Portfolio Plugin Update Issue stopped being full width #206999
    pjwdesign
    Member

    This is the odd thing - the layout options have disappeared. Will look at method suggested. thanks

    May 25, 2017 at 2:19 pm in reply to: Portfolio Plugin Update Issue stopped being full width #206977
    pjwdesign
    Member

    How would you make a project page full width in the normal way? Am I missing something?

    May 25, 2017 at 1:12 pm in reply to: Portfolio Plugin Update Issue stopped being full width #206973
    pjwdesign
    Member

    Its in development - behind password sorry.

    March 14, 2017 at 1:54 pm in reply to: Home has #203104
    pjwdesign
    Member

    Perfect many thanks

    May 27, 2016 at 7:36 am in reply to: Altitude Pro has page/2 link in head #186377
    pjwdesign
    Member

    Hi Brad

    yes I fixed it with this

    remove_action( 'wp_head', 'genesis_paged_rel', 10, 0 );

    May 27, 2016 at 12:45 am in reply to: Altitude Pro has page/2 link in head #186365
    pjwdesign
    Member

    Hi Brad

    this is th eactual site Im working on.

    http://www.flyingtv.co.uk/wps2/

    Line 21

    Many thanks

    May 26, 2016 at 3:36 pm in reply to: Altitude Pro has page/2 link in head #186349
    pjwdesign
    Member

    http://demo.studiopress.com/altitude/

    line 61

    February 6, 2016 at 2:58 am in reply to: Transparent area on Parallax homepage #178456
    pjwdesign
    Member

    Thank you for this - yes its a misunderstanding by the client (and me!) of how that Parralax works. As you say there is infact nothing underneath, its an illusion that the images are.

    January 21, 2016 at 3:49 pm in reply to: Adding Title to Category Blog Page #177113
    pjwdesign
    Member

    In the end I created a widget area..someone may know a better way..but it worked.

    //* Register blog listing header widget area *******************************************************
    genesis_register_sidebar( array(
    	'id'            => 'add_header_before_content',
    	'name'          => __( 'Before Content Header', 'altitude' ),
    	'description'   => __( 'This is a widget area for th eheader on blog list page', 'altitude' ),
    ) );
    
    

    // Add Header to Blog Listing Page *******************************************************
    add_action( 'genesis_before_content', 'add_header_before_content', 5 );
    function add_header_before_content() {
    if ( is_page( 'blog' ) )
    genesis_widget_area( 'add_header_before_content', array(
    'before' => '<div class="blogt">',
    'after' => '</div>',
    ) );
    }

    January 21, 2016 at 8:04 am in reply to: Adding Title to Category Blog Page #177076
    pjwdesign
    Member

    Thank you for this - I cant believe there isn't a solution to adding a Title to the category blog page...everything working fine apart from this. Grateful for any ideas.

    December 16, 2015 at 10:03 pm in reply to: Different footer for different pages #173997
    pjwdesign
    Member

    https://amethystwebsitedesign.com/how-to-use-wordpress-conditional-tags/

    Many thanks Brad - that was very useful.

    I also found above article which put things really clearly.

    December 15, 2015 at 3:26 pm in reply to: Different footer for different pages #173866
    pjwdesign
    Member

    Looks like that would appear on every page?

    December 15, 2015 at 11:45 am in reply to: Different footer for different pages #173842
    pjwdesign
    Member

    Many thanks - I assume there is a tutorial on this somewhere? If anyone knows that would be great.

    December 15, 2015 at 11:23 am in reply to: Different footer for different pages #173840
    pjwdesign
    Member

    I want to be able to display a different nav on 2 lots of 6 pages. So 2 footers 12 pages.

    It could be a footer widget if this is easier.

    Or the footer with the credits if this is easier.

    Hope that's clear.

    Many thanks

    September 14, 2015 at 8:15 am in reply to: Custom text for Post listing #165423
    pjwdesign
    Member

    Thanks Brad - I have tried this, suspect I have to do a bit more though. There is a page which explains the excerpt on WordPress

    https://codex.wordpress.org/Excerpt

    Below is significant I think? Not sure if something can be done in functions.php

    The relationship between the three is this: When a post has no manual excerpt and the post template uses the the_excerpt() template tag, WordPress generates an excerpt automatically by selecting the first 55 words of the post. When the post template uses the the_content() template tag, WordPress will look for the More tag and create a teaser from the content that precedes the More tag.

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

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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