• 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

camscorner

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 - 21 through 40 (of 45 total)
← 1 2 3 →
  • Author
    Posts
  • December 8, 2019 at 6:42 pm in reply to: Code for adding link on button #495336
    camscorner
    Participant

    New issues - all these years later. 😉 I redesigned my site. I used a staging site and the button work just fine. I had this in Front Page 2 widget of Smart Passive Income child theme in a text with the html.

    Text part
    Discover the help you need to keep your business communication simple, clear & uniquely yours
    HTML part
    Click here for a quick site tour

    When I try to duplicate it in the live site, it writes the above HTML on the home page under the text. If I add the Custom HTML and put the code there, it shifts the text to the left, decreases the size of the font and puts the button to the right.

    If there's a way to submit images, I can send you an image of what I am talking about.

    May 4, 2017 at 7:20 am in reply to: Code for adding link on button #205888
    camscorner
    Participant

    Thank you!!! 🙂 Even I can handle that.

    May 4, 2017 at 6:10 am in reply to: Code for adding link on button #205879
    camscorner
    Participant

    Thanks, Brad! See link below.
    https://gist.github.com/anonymous/fdfd51052f016f5a9b715772f7dd339f

    So, to reiterate my problem. The above code creates the button and adds the "Get Started" text on the button. What I need is how to adjust the code so when someone clicks on the button it links them to the page I specify. Right now the instructions for Smart Passive Income just keeps you on the Home page when you click on the button.

    Sorry I am such a novice. I do appreciate the help.

    May 3, 2017 at 3:33 pm in reply to: Code for adding link on button #205846
    camscorner
    Participant

    Dang it - the code keeps converting it to the Get Started. I don't see where I can add an attachment to this so you would have to look at the instructions to see the code they used.

    May 3, 2017 at 3:29 pm in reply to: Code for adding link on button #205845
    camscorner
    Participant

    Sorry, but this does not help me. The code in the instructions is Get Started That gives me the button and the text on the button I need but I don't know where to add the url to the page I want without screwing up button form.

    June 2, 2016 at 6:25 am in reply to: Lifestyle Pro Navigation #186740
    camscorner
    Participant

    Thanks for the tips, Brad. I'll give it a shot. Does anyone have any recommendations for a plugin with that functionality?

    August 7, 2015 at 12:45 pm in reply to: How do I add pagination (previous post, next post links) to blog #161739
    camscorner
    Participant

    Got it. Thanks, Anne. I replied back.

    August 7, 2015 at 11:54 am in reply to: How do I add pagination (previous post, next post links) to blog #161725
    camscorner
    Participant

    Thank you, sandhilldesigns. I completed your contact form.

    August 7, 2015 at 11:42 am in reply to: How do I add pagination (previous post, next post links) to blog #161721
    camscorner
    Participant

    This reply is marked as private. Where would I receive it? It has not come to my email. At least, not yet.

    August 7, 2015 at 11:27 am in reply to: How do I add pagination (previous post, next post links) to blog #161719
    camscorner
    Participant

    Dashboard editor. And that's my problem - I assumed this went in the functions.php as the other code did. Told you I'm a novice. 🙂

    Do you know how I can get back into my site to fix this?

    August 7, 2015 at 11:14 am in reply to: How do I add pagination (previous post, next post links) to blog #161716
    camscorner
    Participant

    Now I am getting a parsing error and cannot get back into my site.

    Parse error: syntax error, unexpected '.' in /home4/cam2009/public_html/simplystatedhealthcare/wp-content/themes/whitespace-pro/functions.php on line 224

    August 6, 2015 at 3:45 pm in reply to: How do I add pagination (previous post, next post links) to blog #161645
    camscorner
    Participant

    Look on the left - the text that says...Physical Throwdown: Smartphones vs Wearables

    http://simplystatedhealthcare.com/wp-content/uploads/2015/08/Post-pagination.jpg

    August 6, 2015 at 2:55 pm in reply to: How do I add pagination (previous post, next post links) to blog #161631
    camscorner
    Participant

    I am trying one more time to get help because I have not been able to figure this out or get a plugin to work with it.

    RECAP - I am using Whitespace Pro theme (http://simplystatedhealthcare.com)

    1. The Homepage shows posts and has page navigation to navigate to the next page of posts by means of a left and right arrow on the page about midway on the Homepage.

    2. I am trying to get navigation in the individual posts that takes the reader to the next or previous post. Even though this is standard in WordPress, it is not showing up.

    3. Per this thread, I added the following to the funtions.php

    // Add post navigation
    add_action( 'genesis_after_loop', 'genesis_prev_next_post_nav' );

    4. That works as far as adding the navigation but it fixes it in the middle of the page (same navigation as homepage). I'll leave it there for awhile so you can see what I am talking about ===> http://simplystatedhealthcare.com/health-care-bad-relationship/

    5. Next, I tried adding the code suggested by sandhilldesigns (shown below) and played with the percentages (replacing the 45%). Nothing changed the placement of the pagination text.

    .pagination-next,
    .pagination-previous {
    /* position: fixed;
    top: 45%;
    */
    }

    I'm at a total loss. Any suggestions to this novice would be greatly appreciated.

    July 15, 2015 at 10:43 am in reply to: How do I add pagination (previous post, next post links) to blog #159485
    camscorner
    Participant

    I appreciate your efforts. I may try to find a plugin that can override whatever funky thing is going on. 😉

    July 14, 2015 at 3:01 pm in reply to: How do I add pagination (previous post, next post links) to blog #159413
    camscorner
    Participant

    I removed the following PHP code after it wasn't working ~

    // Add post navigation
    add_action( 'genesis_after_loop', 'genesis_prev_next_post_nav' );

    After receiving your latest suggestion, I put it back in and tried different percentages with no success. I tried 10% to 100% and nothing changed. And it stays fixed as you scroll (which is not surprising as that's in the code after "position" but I don't know how to change that).

    I've changed everything back to the original code. Other suggestions? I really appreciate your patience with this novice. 🙂

    July 14, 2015 at 6:42 am in reply to: How do I add pagination (previous post, next post links) to blog #159367
    camscorner
    Participant

    I'm only comfortable when someone gives me the code to paste into style.css - which basically means I'm a total novice but not phobic. 😉

    Ideally, I'd like it after the post ends (before Comments) but under Comments is okay, too. That's where it is placed on my other blog. http://millercathy.com

    Thank you!

    July 13, 2015 at 2:22 pm in reply to: How do I add pagination (previous post, next post links) to blog #159308
    camscorner
    Participant

    So sorry - boomer brain taking effect again. 😉 It's http://simplystatedhealthcare.com

    July 12, 2015 at 11:11 am in reply to: How do I add pagination (previous post, next post links) to blog #159169
    camscorner
    Participant

    Any help on this?

    July 7, 2015 at 7:54 am in reply to: How do I add pagination (previous post, next post links) to blog #158662
    camscorner
    Participant

    Okay, I spoke too soon. This worked great on my Lifestyle Pro theme but when I tried to apply it to another blog with the Whitespace Pro theme it placed the navigation links in the middle of the post on either side of the post (instead at the bottom of the post).

    How do I fix it to be placed at the bottom? Thanks for any help.

    July 7, 2015 at 7:20 am in reply to: How do I add pagination (previous post, next post links) to blog #158654
    camscorner
    Participant

    Just what I needed as well. Thanks, Genesis Developer. 🙂

  • Author
    Posts
Viewing 20 posts - 21 through 40 (of 45 total)
← 1 2 3 →
« Previous Page

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