• 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

Carolyn

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 40 total)
1 2 →
  • Author
    Posts
  • July 26, 2019 at 6:47 am in reply to: Change […] to Read More #492600
    Carolyn
    Participant

    Thank you.

    July 25, 2019 at 2:41 pm in reply to: Change […] to Read More #492579
    Carolyn
    Participant

    I'm using Theme settings (customize) to display Entry Excerpts.

    I used code from https://my.studiopress.com/documentation/snippets/post-excerpts/modify-the-content-limit-read-more-link/

    February 9, 2015 at 12:58 pm in reply to: Adding "Read More" button on excerpts on Metro Pro #140224
    Carolyn
    Participant

    Hi there,

    Try this tutorial from Pretty Darn Cute Designs. I just used it and it works. It replaces the ... with a read more link.

    https://prettydarncute.com/2013/10/change-post-excerpt-link-text/

    Carolyn

    February 7, 2015 at 4:50 pm in reply to: Center Crystal Theme Nav #140056
    Carolyn
    Participant

    Great! Glad I could help.

    Would you please close this topic and mark it as resolved.

    Cheers,
    Carolyn

    February 7, 2015 at 4:48 pm in reply to: Remove "comments" on post meta #140055
    Carolyn
    Participant

    Hey there -

    I just reread your question. It can be accomplished by CSS. Add

    .entry-comments-link{
    	display:none;
    }

    To your style.css

    February 6, 2015 at 1:10 pm in reply to: Remove "comments" on post meta #139958
    Carolyn
    Participant

    Hi -

    This might help. In your functions.php (make a backup before editing!) Look for something like this

    //* Modify the comment link text in comments
    add_filter( 'genesis_post_info', 'post_info_filter' );
    function post_info_filter( $post_info ) {
    	return '[post_date] By: [post_author][post_comments zero="comment" one="1 Comment" more="% Comments"]';
    }

    And remove the portion that pertains to comments so you'd have

    //* Modify the comment link text in comments
    add_filter( 'genesis_post_info', 'post_info_filter' );
    function post_info_filter( $post_info ) {
    	return '[post_date] By: [post_author]';
    }
    February 5, 2015 at 2:58 pm in reply to: Center Crystal Theme Nav #139859
    Carolyn
    Participant

    You'll want to first add this to your style.css

    #nav .wrap {
        display: table;
        margin: 0 auto;
    }

    Then in your current code change the 10 px of padding to 0px you had here

    #nav, #subnav {
    	background: url(images/menu_bg.gif) repeat-x;
    	width: 960px;
    	color: #253453;
    	padding: 0 0 0 0px;
    	margin: 0;
    	overflow: hidden;
    	clear: both;
    	}

    Then you'll end up with this.
    http://postimg.org/image/f71eholc5/

    February 5, 2015 at 10:30 am in reply to: Suggestion what theme to use! #139804
    Carolyn
    Participant

    Web Savvy Marketing has a nice theme for Salons,
    http://www.web-savvy-marketing.com/store/lisa-marie/

    Great instructions, easy to set up.

    I used it here -
    http://mandara.life/

    June 12, 2014 at 5:03 pm in reply to: Unable to Change Slug Name #109532
    Carolyn
    Participant

    Do you have another recipes page? Even check your trash. If so, you can't resuse that name until you get rid of it completely.

    June 12, 2014 at 1:34 pm in reply to: Setup a Link in an Image Galler #109504
    Carolyn
    Participant

    Hi Jessica,

    I'm assuming you are using the WP Gallery?

    Have you seen this tutorial?
    http://www.wpbeginner.com/plugins/how-to-add-custom-links-to-gallery-images-in-wordpress/

    Which then links to this plugin to have links on your image.
    http://wordpress.org/plugins/wp-gallery-custom-links/

    Carolyn

    June 11, 2014 at 8:07 pm in reply to: Menu Page Title – Remove from Actual Page #109411
    Carolyn
    Participant

    This plugin will remove the Title of a Page

    Genesis Title Toggle

    In the past I have used this code
    .page-id-78 .entry-title {display: none;}

    Where you'd have to change on the 78 to the actual page id # for your page.

    Hope this helps,
    Carolyn

    June 11, 2014 at 4:08 pm in reply to: Changing Navigation Menu Bar Background Colour? #109396
    Carolyn
    Participant

    Hi there -

    Sometimes when this happens to me, I haven't actually saved and uploaded the file to the correct folder on my site. Maybe double check this?

    Here's a great tutorial you could also use.

    Changing The Primary Navigation Colors In StudioPress Themes

    Regards,
    Carolyn

    September 12, 2013 at 11:01 am in reply to: Blockquote – Crystal Theme #62112
    Carolyn
    Participant

    Complete fail on my part. I thought I had dragged it (blockquote) into the toolbar, but I hadn't.

    Thanks for the help.

    September 12, 2013 at 9:49 am in reply to: Blockquote – Crystal Theme #62099
    Carolyn
    Participant

    Yes! That was it. It exactly was the plugin "TinyMCE Advanced" - any alternative you think I could use?

    Thanks Brad.

    September 11, 2013 at 5:09 pm in reply to: Blockquote – Crystal Theme #62023
    Carolyn
    Participant

    Sorry, it is, it's not in the visual editor.
    Is there a simple way to have it there too?

    I have it on my other site.

    August 31, 2013 at 2:28 pm in reply to: Centering Navigation – Crystal Theme #59949
    Carolyn
    Participant

    Perfect, thanks!

    August 28, 2013 at 10:03 am in reply to: Spacing Between Home Top Right and Left – Crystal Theme #59230
    Carolyn
    Participant

    Okay, I think I figured this out on my own!
    I need to change the width of the wrap for Home-Top.

    July 3, 2013 at 10:03 am in reply to: Blog Post Not Showing up In Crystal Theme #48985
    Carolyn
    Participant

    Oh goodness, talk about it being simple and me making it hard! Thanks Susan.
    Sometimes I just have to shake my head at myself!

    July 3, 2013 at 9:30 am in reply to: Blog Post Not Showing up In Crystal Theme #48974
    Carolyn
    Participant

    I don't understand Stewart. The last time I used the Crystal theme, I just began to blog and it worked fine. Could you elaborate?

    Thanks,
    Carolyn

    June 29, 2013 at 10:49 am in reply to: More than one portfolio page in a theme? #48372
    Carolyn
    Participant

    Hi RobG - I don't have a link yet as I am *thinking* about which theme would work for this project. Thanks for the link.

    Hi Brad - To sum up your response,
    1. Yes, I can have more than one "portfolio page".
    2. Each "portfolio" page will need to be name something else. That is one can benamed portfolio, another gallery, another itineraries.
    3. To do this I copy the PHP from functions along with the portfolio page template?
    4. I can keep all the classes for styling but change the name of what the new "portfolio page" is called, i.e. portfolio/gallery/itineraries.

    Thanks,
    Carolyn

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 40 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