• 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

David Decker

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 - 41 through 60 (of 95 total)
← 1 2 3 4 5 →
  • Author
    Posts
  • January 16, 2013 at 9:25 am in reply to: Grid Loop in Genesis 1.9 not working on pages #12301
    David Decker
    Member

    I've pinged Bill & Travis if they could have a look here.

    IMHO, your issue might be a bit more complicated and I am currently not able to do some help in resolving it.

    Due to changes in WordPress core the custom grid loops in Genesis became an issue. Plugins like that from Bill Erickson do the queries the WordPress way and displaying the output via CSS column classes - which is the future-proof way to go.

    Hope this helps for the moment.


    Twitter @deckerweb // Google+ // My Genesis & WordPress Plugins // German Translations for Genesis

    January 16, 2013 at 9:16 am in reply to: Hide Footer Gallery #12296
    David Decker
    Member

    Yes this should be possible!

    First, backup your functions.php file from the child theme!
    Then, remove line 9-13 of that functions.php file where it says:

    // Add footer gallery
    add_action( 'genesis_before_footer', 'landscape_include_footer_gallery', 8 );
    function landscape_include_footer_gallery() {
    dynamic_sidebar( 'Footer Gallery' );
    }

    and replace with this piece of code:

    ---> This lets the footer gallery only appear on homepage and static pages.

    I hope this works for you.


    Twitter @deckerweb // Google+ // My Genesis & WordPress Plugins // German Translations for Genesis

    January 16, 2013 at 9:08 am in reply to: Grid Loop in Genesis 1.9 not working on pages #12291
    David Decker
    Member

    As of my knowledge your code will no longer work, correct.
    The use of this plugin ( http://wordpress.org/extend/plugins/genesis-grid-loop/ ) works only for pre-defined listings of posts, being that blog posts or content archives.
    However, I would still suggest to ask for support from the developer of that linked plugin.

    Genesis developer Travis Smith has also posted about this issue, maybe it could help you too: http://wpsmith.net/2013/genesis/genesis-grid-loop-in-genesis-1-9/


    Twitter @deckerweb // Google+ // My Genesis & WordPress Plugins // German Translations for Genesis

    January 16, 2013 at 9:04 am in reply to: Where did "Use for site title/logo:" go? #12289
    David Decker
    Member

    This setting was made conditional already in Genesis 1.7.x --- it depends on if your child theme is using the custom header functionaly (a WP standard). What child theme are you using? Also, could please give an URL of your site?


    Twitter @deckerweb // Google+ // My Genesis & WordPress Plugins // German Translations for Genesis

    January 16, 2013 at 9:02 am in reply to: AgentPress home page – full width #12288
    David Decker
    Member

    Please give us an URL of your site. Thanks!

    Normally, this kind of stuff is resolved with CSS fixes -- great tool for that is Firebug Add-On via Firefox or Chrome browser. Also, see this StudioPress blog post: http://www.studiopress.com/tips/using-firebug.htm


    Twitter @deckerweb // Google+ // My Genesis & WordPress Plugins // German Translations for Genesis

    January 16, 2013 at 9:01 am in reply to: Looking for Hook re: customizing post content on homepage (Education) #12287
    David Decker
    Member

    In Education 2.0 you have widgetized areas before the actual content, so in the upper part of the home page.

    The blog posts below are from the "real" home page. To make use of a regular page here just setup a new page, after that go to your WordPress settings under "Settings > Reading" and setup your static home page. This should really do it if I understand you correctly.


    Twitter @deckerweb // Google+ // My Genesis & WordPress Plugins // German Translations for Genesis

    January 16, 2013 at 8:57 am in reply to: truncated posts #12285
    David Decker
    Member

    Normally, this is setup in your Genesis Theme Settings under "Content Archives" - did you change something there already?


    Twitter @deckerweb // Google+ // My Genesis & WordPress Plugins // German Translations for Genesis

    January 16, 2013 at 8:55 am in reply to: Co-authors plus #12283
    David Decker
    Member

    There is a new community plugin called "Genesis Co-Authors Plus": http://wordpress.org/extend/plugins/genesis-co-authors-plus/
    --> please use that along with the original "Co-Authors Plus" plugin

    Before, remove your custom code regarding co-authors plus from your functions.php

    I suggest to put further questions to the support forum of the developer of that Genesis Add-On plugin, here: http://wordpress.org/support/plugin/genesis-co-authors-plus


    Twitter @deckerweb // Google+ // My Genesis & WordPress Plugins // German Translations for Genesis

    January 15, 2013 at 2:19 am in reply to: Genesis Featured Images – New Bug #12020
    David Decker
    Member

    You should also post this on the plugin support forum here, since this is a community plugin: http://wordpress.org/support/plugin/genesis-featured-images

    I'll ping Travis to also have a look here 🙂


    Twitter @deckerweb // Google+ // My Genesis & WordPress Plugins // German Translations for Genesis

    January 14, 2013 at 4:14 pm in reply to: Themes with Portfolio pages #11949
    David Decker
    Member

    As of my knowledge these are Minimum 2.0 and Executive 2.0 to date.


    Twitter @deckerweb // Google+ // My Genesis & WordPress Plugins // German Translations for Genesis

    January 14, 2013 at 4:13 pm in reply to: Clip Cart with WooCommerce #11947
    David Decker
    Member

    Confirm can only the theme developer which is "Themedy", URL: http://themedy.com/

    I see no reason why it should not work with WC? Use theme, install WC, plus the Genesis Connect plugin: http://wordpress.org/extend/plugins/genesis-connect-woocommerce/ (and follow their instructions from plugin page!)

    You only need to remember that you don't touch the post type "products" that comes with "Clip Cart" --- just use the post type "products" that is provided by WooCommerce but you will see that Woo icon in admin, so this should help 🙂

    Why not trying yourself on a test install if you have already a copy of "Clip Cart" - other both plugins are free 🙂


    Twitter @deckerweb // Google+ // My Genesis & WordPress Plugins // German Translations for Genesis

    January 14, 2013 at 3:44 pm in reply to: Minimum Homepage shows sidebar after upgrading to Genesis 1.9.1 #11935
    David Decker
    Member

    This is Minimum 1.0 that had a slighly other approach of doing the home layout option.

    If you really want to go full-width here, then add this line of code to the file "home.php" into your child theme folder:
    add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );

    Important: directly after the opening line where it says: "<?php"

    This should do it also for 1.9.x.


    Twitter @deckerweb // Google+ // My Genesis & WordPress Plugins // German Translations for Genesis

    January 14, 2013 at 3:37 pm in reply to: "Home" text link in breadcrumb on multi-site install #11932
    David Decker
    Member

    Thank you 🙂
    Since this issue is solved I may close the thread.


    Twitter @deckerweb // Google+ // My Genesis & WordPress Plugins // German Translations for Genesis

    January 14, 2013 at 11:43 am in reply to: How Do I Get My Pages Indexed Like This? #11858
    David Decker
    Member

    These are "site/page links" - completely done by Google!

    To achieve this you'll need:
    - site with unique content
    - a lot of back links
    - "some" traffic on your site - or a lot...
    - your site added to Google Webmaster Tools
    - your site added to Google Places/Maps

    After some time Google will recognize your stuff and connections and may come up with these handy site/page links! You then can "control" these links via Google Webmaster tools --- but it only lets you remove pages that you don't want there.

    Which pages of your site are choosen by Google I really don't know, however, I think they focus on pages with lots of back links, internal links or with good keywords plus content.

    So, in the beginning the key to all this: unique content - hasn't changed 🙂


    Twitter @deckerweb // Google+ // My Genesis & WordPress Plugins // German Translations for Genesis

    January 14, 2013 at 10:52 am in reply to: Genesis 1.9 mobile menu #11850
    David Decker
    Member

    Hi there!

    No, as the Genesis About page - after automatic upgrade from a 1.8.x install - says it will come with next major version, that is 2.0.

    Currently, there is no specific Genesis plugin for mobile menus, but you could use this general WordPress plugin, which per last version also works fine with Genesis child themes (as of my testing at least): http://wordpress.org/extend/plugins/responsive-select-menu/

    Otherwise you have to add some solution yourself, which are:
    - fully CSS3 powered
    - conditional: load other menu on mobile state, then disable the regular ones
    - plugin solutions like the one above
    - handcoded custom solution


    Twitter @deckerweb // Google+ // My Genesis & WordPress Plugins // German Translations for Genesis

    January 14, 2013 at 10:49 am in reply to: "Home" text link in breadcrumb on multi-site install #11849
    David Decker
    Member

    Hi there,

    you could try the following code:

    ---> Add this to the end of your child theme's functions.php --- if every site/blog in your Multisite uses the same child theme you're in luck 🙂 If not, you have to add it to every (Genesis) child theme in use.

    Otherwise this could also be done as a tiny little plugin - let me know if you'd rather want that.

    Hope it's working for you 🙂


    Twitter @deckerweb // Google+ // My Genesis & WordPress Plugins // German Translations for Genesis

    January 14, 2013 at 9:23 am in reply to: Anyone added a custom home widget on Streamline? #11835
    David Decker
    Member

    This should work in general.
    However, the error you get is for a missing or wrong syntax in your custom code. Could please post the actual code snippet you added here - or via http://pastebin.com service, and where you added in functions.php, at the top, at the very bottom or otherwise.

    Thanks, Dave 🙂


    Twitter @deckerweb // Google+ // My Genesis & WordPress Plugins // German Translations for Genesis

    January 14, 2013 at 9:21 am in reply to: Alternative Widget Styles? How to #11834
    David Decker
    Member

    Yes, you need to add the higher selector/id before the other selectors.

    Example:

    #nav .widget-area...
    #nav .widget...

    or for subnav just use #subnav in front of that

    #sidebar .widget-area...
    #sidebar .widget ...

    etc.

    Is that what you mean? I use Firebug in Firefox & Chrome to inspect what selectors are applying and where I could setup my custom styles.


    Twitter @deckerweb // Google+ // My Genesis & WordPress Plugins // German Translations for Genesis

    January 14, 2013 at 9:17 am in reply to: DirectoryPress? Any Better Alternatives for Genesis? #11832
    David Decker
    Member

    If you want to build a directory site I would do it WITH Genesis but the directory functionality should go via a plugin! Any functionality should in most cases go into plugins! Except if you're using a framework with child themes then the parent theme host some functions too!

    There are very good plugins out there for directories, like this premium one: http://ddwb.me/8r (uses custom post type, which is good!)

    Or a host of free alternatives, have look on WordPress.org:

    http://wordpress.org/extend/plugins/search.php?q=business+directory
    http://wordpress.org/extend/plugins/search.php?q=directory+manager

     


    Twitter @deckerweb // Google+ // My Genesis & WordPress Plugins // German Translations for Genesis

    January 14, 2013 at 7:42 am in reply to: URGENT – Fatal Error With News Thme #11806
    David Decker
    Member

    Awesome, Roger! I am so glad for you!

    The funny thing about this issue is: some month ago I've already had conversion with the plugin dev company of the 3 mentioned that modified core files: I telled them they should stop this behaviour, sadly, they needed months for this important fix, and caused so much pain for all users, devs etc. involved.


    Twitter @deckerweb // Google+ // My Genesis & WordPress Plugins // German Translations for Genesis

  • Author
    Posts
Viewing 20 posts - 41 through 60 (of 95 total)
← 1 2 3 4 5 →
« Previous Page

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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