• 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

australianbluegrass.com

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 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • February 2, 2018 at 1:14 pm in reply to: WordPress 4.9.2 #216043
    australianbluegrass.com
    Member

    I have asked our ISP if they have had anyone else mention the slowness and they advise that the last version of wordpress requires (or works best) with the latest version of PHP and MySQL which they are now upgrading to.

    January 31, 2018 at 2:28 pm in reply to: Woocommerce Genesis Connect error when using mobile devices. #215926
    australianbluegrass.com
    Member

    Turned of each plugin yesterday and found that Jetpack was the culprit. I had not thought about the mobile theme option within it.

    Jetpack has caused me a few heartaches over the years.

    Thanks Andrea and Victor.

    January 10, 2018 at 3:34 pm in reply to: Entry Meta Author and Time #215287
    australianbluegrass.com
    Member

    Thanks Victor - it did the trick.

    Cheers
    Greg.

    November 22, 2017 at 4:25 am in reply to: WordPress 4.9 CSS #213863
    australianbluegrass.com
    Member

    Agreed.

    I was told once to never upgrade to the X.X version.

    Wordpress 4.9 seems somewhat flawed. Best to wait for 4.9.1 or more.

    I should have heeded that advice on this one. It's cost me a lot of time.

    Greg.

    November 21, 2017 at 3:59 pm in reply to: Infinity Pro Menu colouring #213843
    australianbluegrass.com
    Member

    Oh dear - how simple was that. I am very grateful for your help Susan.

    Thanks
    Greg.

    November 20, 2017 at 3:18 pm in reply to: WordPress 4.9 CSS #213805
    australianbluegrass.com
    Member

    Hi Victor,

    I cannot find the appropriate title in either.

    I have reverted to WordPress 4.8.2 and can find my way around the CSS again. It now searches the entire file not just the visible within the screen opening.

    I am still struggling to change the menu colours in Infinity Pro theme though. It has me beat.

    November 20, 2017 at 1:38 pm in reply to: WordPress 4.9 CSS #213803
    australianbluegrass.com
    Member

    Thanks James,
    I have reverted back to 4.8.2 for now.

    December 15, 2014 at 12:55 am in reply to: Topnav changes #134562
    australianbluegrass.com
    Member

    For some reason the whole code does not display here in this post.
    I am not sure how I can get this question answered now. I feel like such a dill.
    I shall try once again.

    <div id="topnav">
    <div class="topnav-left">
    <p><?php echo date(get_option('date_format')); ?></p>
    </div><!-- end .topnav-left -->
    <div class="topnav-right">
    <p>

    <a class="'.$defaults['menu_class'].'"
    rel="nofollow" href="http://sanmus.com/wp-admin"<?php bloginfo('login'); ?>”>
    <?php _e("Member's Login ", 'genesis'); ?>

    <a class="'.$defaults['menu_class'].'"
    \rel="nofollow" href="http://sanmus.com/logout/?"
    <?php bloginfo('logout'); ?>"><?php _e("| Logout", 'genesis'); ?>

    </p>

    </div><!-- end .topnav-right -->
    </div><!-- end #topnav -->

    December 12, 2014 at 6:10 pm in reply to: Topnav changes #134426
    australianbluegrass.com
    Member

    For some reason a whole lot of code was stripped out of the previous post.

    <div id="topnav">
    <div class="topnav-left">
    <p><?php echo date(get_option('date_format')); ?></p>

    </div><!-- end .topnav-left -->

    <div class="topnav-right">
    <p>
    "><?php _e("Member's Login ", 'genesis'); ?>

    "><?php _e("| Logout", 'genesis'); ?>

    </p>

    </div><!-- end .topnav-right -->
    </div><!-- end #topnav -->

    July 26, 2014 at 2:52 pm in reply to: Widget Titles in News Pro #115930
    australianbluegrass.com
    Member

    ITo simplify the post I have removed some of the CSS.

    Currently I have added ten additional selectors and repeated the declarations for each one. This has worked well. Many thanks.

    #featured-post-2 .widget-title {
    color: #FFF;
    background-color: #005566;
    }
    #featured-post-3 .widget-title {
    color: #FFF;
    background-color: #005566;
    }
    #featured-post-4 .widget-title {
    color: #FFF;
    background-color: #005566;
    }

    Is it possible to reduce the number of selectors and declarations these by combining the "section ID" calls such as,

    #featured-post-2, #featured-post-4 #featured-post-4 .widget-title {
    color: #FFF;
    background-color: #005566;
    }

    Or similar?

    July 25, 2014 at 11:13 pm in reply to: Widget Titles in News Pro #115890
    australianbluegrass.com
    Member

    That works well. Thanks Brad.
    Is there a way of grouping all of the classes or will i need a separate class title for each widget?

    Here is one I have done to date. But there are separate widgets for #featured-post-2 through to #featured -post-10.

    #featured-post-2 .widget-title {
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    color: #FFF;
    background-color: #005566;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 18px;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    }

    July 25, 2014 at 3:07 pm in reply to: Widget Titles in News Pro #115857
    australianbluegrass.com
    Member

    Thanks Brad, Looks like I have some study ahead.
    Looking forward to the challenge.

    Greg.

    May 19, 2013 at 10:45 pm in reply to: Adding Comments To Pages #41770
    australianbluegrass.com
    Member

    Did you find a solution to this issue Nick.

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

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