Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • When WordPress upgraded to 3.9 this stopped working on the homepage/home when checked. Works on all the other pages on the site still fine. Please help! I am using Genesis Studiopress. Loved this plugin

    Yeah, could we get more specifics….of what EXACTLY should be added and WHERE and if there is anything else to add? every time I get one of these little instrutions it never works because there is some impleied prior knowledge!

    add_theme_support( ‘genesis-connect-woocommerce’ ); is the sentence, can you show us where in this mess we can plop it?

    not sure what all the line breaks and codes mean so telling us to insert it anywhere doesn’t wok! thanks!

    ==============================================================

    Theme Name: Expose Child Theme
    Theme URL: https://www.studiopress.com/themes/expose
    Description: Expose is a 2 or 3-column Widget-ready child theme created for the Genesis Theme Framework.
    Author: StudioPress
    Author URI: https://www.studiopress.com
    Version: 1.0.1

    Template: genesis

    The CSS, XHTML and design is released under GPL:
    https://www.opensource.org/licenses/gpl-license.php
    */

    body {
    background: #D5D5D5;
    color: #555555;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    margin: 0 auto 0;
    line-height: 20px;
    }

    /***** Hyperlinks ********************/

    a, a:visited {
    color: #0088B3;
    text-decoration: none;
    }

    a:hover {
    color: #0088B3;
    text-decoration: underline;
    }

    a img {
    border: none;
    }

    a:focus, a:hover, a:active {
    outline: none;
    }

    /***** Wrap ********************/

    #wrap {
    margin: 0 auto 0;
    position: relative;
    }

    /***** Header ********************/

    #header {
    background: url(images/header.png);
    width: 960px;
    height: 100px;
    margin: 10px auto 0;
    -moz-box-shadow: 0 0 3px #BBBBBB;
    -webkit-box-shadow: 0 0 3px #BBBBBB;
    }

    #title-area {
    width: 460px;
    float: left;
    margin: 0;
    padding: 20px 0 0 0;
    overflow: hidden;
    }

    #title-area #title {
    color: #FFFFFF;
    font-size: 30px;
    font-family: Georgia, Times New Roman, Trebuchet MS;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 20px;
    text-decoration: none;
    line-height: 36px;
    }

    #title-area #title a, #title-area #title a:hover {
    color: #FFFFFF;
    text-decoration: none;
    }

    #title-area #description {
    color: #FFFFFF;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 20px;
    }

    #header .widget-area {
    width: 488px;
    float: right;
    margin: 0;
    padding: 20px 0 0 0;
    }

    #header .widget-area p {
    margin: 0;
    padding: 0 0 5px 0;
    }

    /***** Image Header – Partial Width ********************/

    .header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
    display: block;
    float: left;
    width: 460px;
    height: 100px;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    }

    .header-image #title-area #description {
    display: block;
    overflow: hidden;
    }

    /***** Image Header – Full Width ********************/

    .header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
    width: 960px;
    }

    /***** Header Right Navigation ********************/

    #header ul.nav, #header ul.menu {
    width: auto;
    float: right;
    list-style: none;
    color: #FFFFFF;
    text-transform: uppercase;
    }

    #header ul.nav li, #header ul.menu li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    }

    #header ul.nav li a, #header ul.menu li a {
    background: #333333;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 6px 10px 5px 10px;
    text-decoration: none;
    border-right: 1px solid #666666;
    position: relative;
    }

Viewing 2 replies - 1 through 2 (of 2 total)