• 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

songdogtech

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 51 total)
1 2 3 →
  • Author
    Posts
  • February 22, 2016 at 8:45 pm in reply to: How do I make a custom loop on author.php? #179679
    songdogtech
    Participant

    Thanks, but I tried that already, and that page template is functionally no different than mine. The key here is that my file is named author.php, the default name for the author template in WordPress, and Genesis themes don't have an author.php file, as far as I have seen, while many other WP themes do. This is with the Genesis Sample theme.

    April 16, 2014 at 10:27 am in reply to: Website speed #100691
    songdogtech
    Participant

    jflowers: The site speed is not too bad: http://gtmetrix.com/reports/www.lifeinforsyth.com/SsH671rB

    Bluehost is a good host. But the site can "pop" much better with what are called expires headers and browser caching in .htaccess. W3TC is not a good cache to use, BTW. Use WP Super Cache.

    Your images can be optimized, too, for faster download. -- Mark

    April 6, 2014 at 8:46 am in reply to: Tips for Speeding Up My Blog? #98714
    songdogtech
    Participant

    @Anthony, your site is very heavy at 3 megs; reduce the weight of images and scripts and fix the theme issues with scaling images. See http://gtmetrix.com/reports/anthonygalli.com/uzIzzU2N Bluehost is nornaly a good host, but you may be on a slow server.

    March 11, 2014 at 7:17 am in reply to: Google API #94262
    songdogtech
    Participant

    There are a few functions to try here: http://www.studiopress.community/topic/agency-theme-need-to-add-code-to-body-tag/

    March 11, 2014 at 7:14 am in reply to: Theme Error:Missing field 'updated' Caused by Genesis? #94261
    songdogtech
    Participant

    Are you using version 1 of Prose?

    If so, update: http://sitesetupkit.com/upgrading-prose/

    February 23, 2014 at 8:57 pm in reply to: Show Recent Articles from specific categories #92077
    songdogtech
    Participant

    Try http://wordpress.org/plugins/widget-logic/ for controlling where widgets appear, and use several instances of the Recent Articles widget, or one of many other featured post widgets, like http://wordpress.org/plugins/recent-posts-widget-extended/

    February 23, 2014 at 8:54 pm in reply to: Remove Title and dat/time meta from posts in certain Categories #92076
    songdogtech
    Participant

    Check out https://my.studiopress.com/snippets/ for removing or changing post meta and titles, among many other things.

    February 19, 2014 at 10:34 pm in reply to: Name WordPress Revisions #91331
    songdogtech
    Participant

    This hasn't been updated in awhile, but has more features than just naming a revison: http://wordpress.org/plugins/post-revision-display/

    February 19, 2014 at 4:31 pm in reply to: Site Optimization #91277
    songdogtech
    Participant

    For one, kill the auto-playing audio - it's annoying and uses bandwidth right away that prevents the page itself from loading. If you must, load it asynchronously.

    Take a look at your GTMetrix report: http://gtmetrix.com/reports/miracleofnature.org/gxADviIr Optimize your images, and scale them and specify dimensions in html and you may be able to get closer to a B or A rating.

    But the biggest issue is that I doubt your host - pressable - is that great. The bigger hosts, such as Bluehost, have the servers and the bandwidth to provide very good hosting at ~$6/month. CPTs and lots of tags/categories take some database server horsepower, and the smaller hosts are usually overloaded already.

    February 19, 2014 at 4:20 pm in reply to: Starting the Genesis Engine #91275
    songdogtech
    Participant

    @antman: if it ain't broke, dont fix it. 🙂

    February 17, 2014 at 11:15 pm in reply to: Simple Social Icons In The Header Widget Area Issues #90911
    songdogtech
    Participant

    @rachelwild, Sounds like you've been through the ringer there. I've seen the news about the storms.

    I wouldn't bother with WP Minify; it won't make much of a different. But WP Super Cache should; use the php rewriting - it's easier to get working than the mod_rewrite cache. W3TC doesn't use or leave database tables, and the debug junk will be gone when you deactivate the plugin. The standard Wp database tables are listed here: https://codex.wordpress.org/Database_Description

    http://wordpress.org/plugins/clean-options/ works really well to get rid of old options, and it works fine under 3.8 even though there are version warnings, but be careful of the options you do delete.

    And, try bumping your php and server memory, too: http://markratledge.com/2013/10/bump-your-server-memory/ once the host is back up and stable.

    -- Mark

    February 17, 2014 at 5:08 pm in reply to: Adding Facebook Like Widget to Posts – Genesis #90863
    songdogtech
    Participant

    http://www.addthis.com/ is pretty easy.

    February 7, 2014 at 11:25 am in reply to: Simple Social Icons In The Header Widget Area Issues #89153
    songdogtech
    Participant

    @rachelwild, you can try asynchronously loading social sharing icons; see http://wordpress.org/plugins/wpsocialite/ That way, page rendering is not slowed by slow loading social services. It may be complex to implement that and keep your current icon styles.

    Your site speed is reasonable: http://gtmetrix.com/reports/www.wilddigital.co.uk/qbamZjL9 But optimize your images with http://wordpress.org/plugins/ewww-image-optimizer/ Your web host may be a bit slow, too.

    And turn off Db cache debug info in W3TC; it's dumping lots of text into your page source. WP Super Cache is a better cache plugin than W3TC and easier to use, too.

    February 7, 2014 at 7:46 am in reply to: Can html bleed? #89116
    songdogtech
    Participant

    @keystone, you're missing closing tags of various types, such as </center> and </div>, etc. See [Invalid] Markup Validation of adrian.oursites.com.au - W3C Markup Validator. Scroll down in the validation report to see line numbers and source code. Start fixing the code errors and revalidate.

    February 6, 2014 at 6:12 pm in reply to: Google+ Authorship Broken #89040
    songdogtech
    Participant

    @reedsync: Use Google's Structured Data Tool: http://www.google.com/webmasters/tools/richsnippets?q=michaelreedrealtor.com

    You have verification issues and possible markup errors.

    February 6, 2014 at 11:06 am in reply to: Google warning help #88959
    songdogtech
    Participant

    Work with the old child News theme you're using. Include any page templates you need in the child theme and edit one or more to include the class “updated” in the html class=”entry-date”, i.e. <class=”entry-date” “updated”>

    February 5, 2014 at 9:38 pm in reply to: Google warning help #88898
    songdogtech
    Participant

    Google is claiming this error: Warning: Missing required field “updated” in WordPress


    @nutsandbolts
    is right about updating child themes, but that warning from Google has absolutely nothing to do with updating WordPress or Genesis or child themes.

    That error is from Google's Structured Data testing tool that is used to evaluate compatibility and correct data formats for the Google Author and Publisher verification at http://www.google.com/webmasters/tools/richsnippets

    That error means the theme is missing the updated microdata markup for the post date. Edit the theme to include the class "updated" in the html class="entry-date", i.e. <class="entry-date" "updated">

    February 1, 2014 at 11:36 am in reply to: Shortcode Not Working #88019
    songdogtech
    Participant

    You're trying to use shortcodes for wordpress.com; they're not going to work on self-hosted WordPress or with Genesis.
    See http://my.studiopress.com/docs/shortcode-reference/

    But try this: go to Dashboard --> Genesis --> Theme Settings. In the box labelled "Content Archives" select "Display Post Excerpts" from the drop down menu. Now make sure the "Include the Featured Image" box is checked and select your image size. Save Settings.

    If that option isn't in your Genesis theme, you will need to create a page template that will pull an excerpt and a thumbnail, or upgrade to a newer/different Genesis theme that supports excerpts and thumbnails.

    February 1, 2014 at 11:29 am in reply to: Blog page #88018
    songdogtech
    Participant

    "blog" is a reserved slug; try titling the page "blogpage" or "ourblog" or "news" and change the permalink, too.

    February 1, 2014 at 10:40 am in reply to: Agency Theme – Need to add code to body tag #88011
    songdogtech
    Participant

    @cdils, @juliet means in the <body> tag not in the <head> area.


    @leepettijohn
    , try this as an example in functions.php, and watch your single and double quotes:

    add_filter( 'body_class', 'my_body_class' );
    function my_body_class( $classes ) {
    $classes[] = ' onLoad=”SetToToday(‘FirstSelect’);” ';
    	return $classes;
    }

    Genesis may mangle the onload string, though.

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

© 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