• 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

Paul

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 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • April 27, 2022 at 3:26 am in reply to: Why won’t my static home page work? #505124
    Paul
    Participant

    Further to my last, at Customizing > Homepage Settings, it states the following but I'm not sure what it means exactly?

    "You can choose what’s displayed on the homepage of your site. It can be posts in reverse chronological order (classic blog), or a fixed/static page. To set a static homepage, you first need to create two Pages. One will become the homepage, and the other will be where your posts are displayed. "

    December 11, 2019 at 1:05 am in reply to: Display short code in category page #495420
    Paul
    Participant

    Sorry, perhaps I need to explain it better. On the category / archives page (where the excerpt from the post displays), I was hoping that the "stars and 5 based on 1 reviews" would also display from the actual post, but it doesn't seem to want to display that info.
    I hope this makes more sense πŸ™‚

    December 10, 2019 at 9:41 pm in reply to: Display short code in category page #495412
    Paul
    Participant

    I'm wanting it to display in the excerpt in the category page also:
    https://blacktiegroup.com.au/brisbane-soloists/

    December 10, 2019 at 8:52 pm in reply to: Display short code in category page #495408
    Paul
    Participant

    Good point, sorry about that. Here is the link:

    Stars Rating

    December 7, 2019 at 4:00 pm in reply to: Bold not working unless "strong" added twice #495314
    Paul
    Participant

    Thank you so much Victor, perfect.

    February 20, 2018 at 9:46 pm in reply to: Gravity Forms Date Picker Calendar Is Not Displaying Correctly #216847
    Paul
    Participant

    The problem has now been fixed.
    The solution from Studiopress for those that run into the same problem:

    To adjust the display of the date picker, you will need to edit the width in the following section of the theme's style.css file:

    /* Forms
    --------------------------------------------- */

    input,
    select,
    textarea {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd inset;
    color: #999;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 16px;
    padding: 1.6rem;
    width: 100%;
    }

    February 19, 2018 at 3:52 am in reply to: Gravity Forms Date Picker Calendar Is Not Displaying Correctly #216764
    Paul
    Participant

    Hi Victor,

    Thanks so much for your reply. I contacted gravity forms as suggested and this is the reply I received:

    "It's not a Javascript issue and it's not an issue in Gravity Forms as it's working fine in preview and it will work fine also if you try it using any default WP theme. The issue is caused by your theme CSS overriding the default styles for the datepicker. You can see an example of this in the following screenshot: https://www.dropbox.com/s/4pwzqszm7hpgttl/2018-02-19_3507.png?dl=0

    You will want to contact with your theme developer to get assistance to avoid your theme creating the conflict with its custom styling and prevent doing it again in a future theme update."

    November 10, 2017 at 2:18 pm in reply to: Post per page questions #213462
    Paul
    Participant

    Solved (referring to part 2 of my questions)

    I did the following:
    Genesis > Theme Settings > Scrolled to content archives > Entry Pagination > Changed it to numeric.

    August 31, 2017 at 6:41 pm in reply to: Change the "read more" button text for certain categories only? #211006
    Paul
    Participant
    This reply has been marked as private.
    August 31, 2017 at 5:25 pm in reply to: Change the "read more" button text for certain categories only? #210997
    Paul
    Participant

    Hi Erika,

    Thanks again for your help. I just have a few more questions if that's okay?

    - Where do I copy the code? (I put it in my functions.php but it crashed the site, I had to FTP upload a previous version of the file to get the site up again).

    - Does the code need to sit in a particular place within the file?

    - I am using the genesis child theme "Metro Pro Theme", do I need to change the THEMENAME to the child theme "Metro Pro Theme", or the genesis theme?

    - If it is the Metro Pro Theme, do I change the text like this? Metro Pro Theme, OR like this, Metro-Pro-Theme, OR like this Metro_Pro_Theme?

    Sorry for all the questions and I appreciate your help πŸ™‚

    Paul.

    August 29, 2017 at 7:47 pm in reply to: Change the "read more" button text for certain categories only? #210893
    Paul
    Participant

    Thanks Erika, that looked pretty straight forward until Brad added his extra comment. With this in mind, should the code still look like your code above Erika? Or should more be added?

    Apologies Brad, I am struggling with your directions, but I am grateful for your offers of help.

    I just need the entire code all in one paste please if possible?

    August 29, 2017 at 4:39 am in reply to: Change the "read more" button text for certain categories only? #210853
    Paul
    Participant

    Thanks, I did have a look but I'm not sure where to add the conditional tag to the above code πŸ™

    August 29, 2017 at 4:23 am in reply to: Change the "read more" button text for certain categories only? #210851
    Paul
    Participant

    Thanks for your fast reply, appreciate that. Here is the code I currently have, I'm not quite sure where to edit it, are you able to help to the point where I can just change the category id numbers?

    /** Customize Read More Text */
    add_filter( 'excerpt_more', 'child_read_more_link' );
    add_filter( 'get_the_content_more_link', 'child_read_more_link' );
    add_filter( 'the_content_more_link', 'child_read_more_link' );
    function child_read_more_link() {

    return 'VIEW FULL PROFILE';
    }

    August 25, 2017 at 4:51 pm in reply to: Gradient Background – Metro Pro Theme #210771
    Paul
    Participant

    Thanks Victor, that is a great solution and it worked a treat πŸ™‚

    December 11, 2013 at 11:34 pm in reply to: How to change the "Leave a Reply"? #78509
    Paul
    Participant

    I ended up figuring it out as follows:

    I went to cpanel, public_html, wp-includes, comment-template.php, opened it then found the following: 'title_reply' => __( 'Leave a Reply' ), then changed it to Leave Feedback.

    December 11, 2013 at 10:03 pm in reply to: How to change the "Leave a Reply"? #78498
    Paul
    Participant
    This reply has been marked as private.
    October 17, 2013 at 12:46 am in reply to: html5 audio player with play list not displaying properly on ipod (gen 4) #67131
    Paul
    Participant

    modifications were made to ‘wp-content\plugins\lbg-audio1-html5\audio1_html5\js\audio1_html5.js’
    and it fixed the problem πŸ™‚

    October 15, 2013 at 5:49 pm in reply to: html5 audio player with play list not displaying properly on ipod (gen 4) #66907
    Paul
    Participant

    Thanks, I've contacted the developer and am now waiting. If anyone else has a quicker suggestion I'd love to hear it πŸ™‚

    October 15, 2013 at 6:05 am in reply to: html5 audio player with play list not displaying properly on ipod (gen 4) #66803
    Paul
    Participant

    Hi, Thanks for your reply. I am aware of that option but I need a player with a playlist that also streams the music that can't be easily downloaded with the right click, save as function.

  • Author
    Posts
Viewing 19 posts - 1 through 19 (of 19 total)

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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