• 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

Doug Edgington

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 - 161 through 180 (of 185 total)
← 1 2 3 … 8 9 10 →
  • Author
    Posts
  • February 25, 2016 at 11:12 am in reply to: How to display a featured image on a post page in Workstation? #179900
    Doug Edgington
    Member

    No problem.


    Doug Edgington
    http://www.dougedgington.com

    February 25, 2016 at 1:34 am in reply to: Different footer text on each page #179864
    Doug Edgington
    Member

    One possible option for displaying different text in the footer for different pages is the Widget Logic plugin: https://wordpress.org/support/view/plugin-reviews/widget-logic
    You could drag text widgets into the footer widget area and control what widget displays on each page via conditional tags. It can become a cluttered mess if there are going to be a lot of required text widgets.
    AFC is the way to go, but widget logic is an alternative if you aren't able to set up the necessary code to use AFC.


    Doug Edgington
    http://www.dougedgington.com

    February 25, 2016 at 12:25 am in reply to: how to get free stock images #179860
    Doug Edgington
    Member

    Here is a free stock image search site: https://visualhunt.com
    I haven't had a chance to check it out. I read about it on the iThemes blog.


    Doug Edgington
    http://www.dougedgington.com

    February 25, 2016 at 12:20 am in reply to: Custom page title for Portfolio projects page and Testimonials page? Centric Pro #179859
    Doug Edgington
    Member

    No problem.


    Doug Edgington
    http://www.dougedgington.com

    February 24, 2016 at 4:26 pm in reply to: How to Reorder Book Order in Series (Author Pro) #179828
    Doug Edgington
    Member

    No problem.


    Doug Edgington
    http://www.dougedgington.com

    February 24, 2016 at 4:24 pm in reply to: How to display a featured image on a post page in Workstation? #179827
    Doug Edgington
    Member

    I assume you are referring tot he preview images that display on the blog or archive. If so, go to Genesis --> Theme Settings --> Content Archives
    From here, enable "Include the Featured Image" if it is not already enabled. Then select an image size and alignment.


    Doug Edgington
    http://www.dougedgington.com

    February 23, 2016 at 4:43 pm in reply to: Custom page title for Portfolio projects page and Testimonials page? Centric Pro #179756
    Doug Edgington
    Member

    You can enable support for Genesis SEO settings and Archive settings, by including them in your CPT declaration. An example is below.
    'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'trackbacks', 'custom-fields', 'revisions', 'page-attributes', 'genesis-seo', 'genesis-cpt-archives-settings' ),

    If you created the CPT's using a plugin and are not able to edit the declaration, you could try something like the following:

    function my_custom_init() {
            add_post_type_support( 'projects', 'genesis-cpt-archives-settings' );
            add_post_type_support( ‘projects’, ‘genesis-seo’ );
        }
    add_action('init', 'my_custom_init');

    Doug Edgington
    http://www.dougedgington.com

    February 23, 2016 at 4:34 pm in reply to: Custom page title for Portfolio projects page and Testimonials page? Centric Pro #179755
    Doug Edgington
    Member

    If you have SEO Yoast enabled, Genesis SEO settings will be disabled. To adjust the CPT archive headings within SEO Yoast go to: SEO-->Titles & Metas -->Post Types-->Custom Post Type Archives

    If you don't have Yoast enabled, you should be able to use the archive settings to apply Genesis SEO settings.
    For the CPT called Projects, it would be located under Projects-->Archive Settings->Genesis SEO settings.
    If you don't see the archive settings or seo settings, then you may need to enable support for these items for your custom post types.


    Doug Edgington
    http://www.dougedgington.com

    February 23, 2016 at 2:13 pm in reply to: How to Reorder Book Order in Series (Author Pro) #179741
    Doug Edgington
    Member

    The display order is likely controlled by the publish date like regular posts - newest post first, oldest post last. So you could try changing the publish date within the book editor for each book.


    Doug Edgington
    http://www.dougedgington.com

    February 23, 2016 at 1:01 pm in reply to: Hyperlinks in Executive Footer #179739
    Doug Edgington
    Member

    When I fixed the span tag, and I used the absolute path for the image, it worked for me using your code. Do you have the site online? If so, can you include a link?


    Doug Edgington
    http://www.dougedgington.com

    February 23, 2016 at 11:16 am in reply to: Hyperlinks in Executive Footer #179727
    Doug Edgington
    Member

    It appears you are missing an opening span tag before the two links, so you have a stray closing span tag. But I doubt this is your issue.
    The image may not be showing up, because of the image path. Try using the absolute path to the image to see if the image path is the issue. Here is an example
    <img src="http://www.example.com/wp-content/uploads/2016/02/facebook.png" />

    In regards to the links, if you are referring to them not being highlighted as links (coloring, underline, etc...), this is likely the styling. Try hovering over the link to see if it functions like a link.


    Doug Edgington
    http://www.dougedgington.com

    February 23, 2016 at 1:43 am in reply to: Hyperlinks in Executive Footer #179693
    Doug Edgington
    Member

    I would double-check the mark-up. It should work. I use it for links also. Your image link should look something like the following:
    <a href="#"><img src="imagename.jpg" /></a>


    Doug Edgington
    http://www.dougedgington.com

    February 23, 2016 at 1:37 am in reply to: Custom page title for Portfolio projects page and Testimonials page? Centric Pro #179692
    Doug Edgington
    Member

    Are you referring to custom post types for projects and testimonials? If so, do you plan to use the built in Genesis SEO settings or an SEO plugin like Yoast?


    Doug Edgington
    http://www.dougedgington.com

    February 23, 2016 at 1:13 am in reply to: Hyperlinks in Executive Footer #179690
    Doug Edgington
    Member

    You can add it to Genesis Simple Edits under "Modify Entire Footer Text (including markup)?"
    Make sure to select the checkbox if using this section to enable it.


    Doug Edgington
    http://www.dougedgington.com

    February 22, 2016 at 11:59 am in reply to: Agentpress [Importing xml file issues] #179621
    Doug Edgington
    Member

    No problem.


    Doug Edgington
    http://www.dougedgington.com

    February 22, 2016 at 6:45 am in reply to: Agentpress [Importing xml file issues] #179595
    Doug Edgington
    Member

    No poblem. It worked with no errors when I did a test import after setting the taxonomies. Not sure why some still failed, unless one of the taxonomies is possibly misspelled.


    Doug Edgington
    http://www.dougedgington.com

    February 19, 2016 at 10:09 pm in reply to: suggested WP plugins for install? #179440
    Doug Edgington
    Member

    No problem. Have a good weekend.


    Doug Edgington
    http://www.dougedgington.com

    February 19, 2016 at 1:07 pm in reply to: Link slider page excerpt to different page #179409
    Doug Edgington
    Member

    From the "We Care About You" page scroll down to "Theme SEO Settings". From here you can add the Services page url to the "Custom Redirect URL" setting. This will forward the user to the Services page when they click on the slide.


    Doug Edgington
    http://www.dougedgington.com

    February 19, 2016 at 12:47 pm in reply to: How can I display excerpts of posts on my posts page rather than full posts? #179407
    Doug Edgington
    Member

    You can adjust your content archive settings. Go to the following Genesis-->Theme Settings-->Content Archives
    From here you can set the content length for the entry content. Or you can elect to use entry excerpts. If you elect to use the excerpts, don't forget to set an excerpt for each post.


    Doug Edgington
    http://www.dougedgington.com

    February 19, 2016 at 12:36 pm in reply to: HTAccess or Plugin for domain and host change #179406
    Doug Edgington
    Member

    Some web hosts will help you move your site to the new hosting plan, or they may provide tools to assist you in making the move. You may want to ask your new host if anything like this is available.

    When manually migrating a site, you will need to update the url settings. And you will have to update all of the internal urls, otherwise you will end up with broken links, broken image references, etc...
    Here is a WordPress codex article about moving WordPress that might help: https://codex.wordpress.org/Moving_WordPress

    An easier way to move a WordPress site is some type of backup plugin that allows you to use the backup to migrate the site. I typically move sites around using BackupBuddy. But it is a paid plugin.


    Doug Edgington
    http://www.dougedgington.com

  • Author
    Posts
Viewing 20 posts - 161 through 180 (of 185 total)
← 1 2 3 … 8 9 10 →
« 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