• 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

EXPOSE THEME FOR ECOMMERCE

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

Community Forums › Forums › Archived Forums › General Discussion › EXPOSE THEME FOR ECOMMERCE

This topic is: not resolved

Tagged: ecommerce, expose

  • This topic has 3 replies, 3 voices, and was last updated 12 years, 7 months ago by gailmail.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • February 11, 2013 at 1:07 pm #19658
    yanno88
    Member

    Hey Guys Just signed up here, hope this is the right section for the question 🙂

    I was starting to sell my designs & photos online. I really like the expose theme.

    ideally if i can just add a paypal button on it i think im ready to go but..

     

    just wondering how you can sell from the gallery view of the theme??

    has anyone tried it? any samples of websies?

    should i put an ecommerce plug in to do it? i think the plug in will change the way the theme looks, so im hesitant

    appreciate any feed back

    February 19, 2013 at 6:15 am #21271
    cehwitham
    Participant

    If you want a free eCommerce plugin that works well, I suggest you use WooCommerce with the WooCommerce Genesis Connect plugin ( http://wordpress.org/extend/plugins/genesis-connect-woocommerce/ )

    That will make sure the templates play nice together.

    It will also give you a proper basket functionality rather than people only being able to buy one item at a time with PayPal buttons.


    Twitter: cehwitham Web: cehwitham.com

    February 19, 2013 at 10:45 am #21361
    yanno88
    Member

    ok sounds good 🙂 I will install & let you know.

     

    thanks for the help

    June 30, 2013 at 11:28 am #48559
    gailmail
    Participant

    could we get more specifics and exactly what goes where?....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 or extra characters etc.

    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 work!
    thanks so much!

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

    Theme Name: Expose Child Theme
    Theme URL: http://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: http://www.studiopress.com
    Version: 1.0.1

    Template: genesis

    The CSS, XHTML and design is released under GPL:
    http://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;
    }

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.

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