• 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

Christopher Harris

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 33 total)
1 2 →
  • Author
    Posts
  • July 30, 2017 at 2:31 pm in reply to: Eleven40 footer credit #209730
    Christopher Harris
    Member

    The easiest way is to use the Genesis simple edits plugin. https://wordpress.org/plugins/genesis-simple-edits/


    WordPress Consultant and Genesis Developer http://wpattendant.com

    September 28, 2013 at 10:31 am in reply to: different sidebar for a category. #64581
    Christopher Harris
    Member

    I use Genesis Simple Sidebars to create different sidebars.
    http://wordpress.org/plugins/genesis-simple-sidebars/


    WordPress Consultant and Genesis Developer http://wpattendant.com

    September 25, 2013 at 8:51 am in reply to: How to set widgets so content stays on its side? #64079
    Christopher Harris
    Member

    MM-

    Please provide me with you a link to your site.

    Thanks,
    Christopher


    WordPress Consultant and Genesis Developer http://wpattendant.com

    September 20, 2013 at 4:57 pm in reply to: Custom Text Widget #63592
    Christopher Harris
    Member

    Happy to help!


    WordPress Consultant and Genesis Developer http://wpattendant.com

    September 20, 2013 at 10:59 am in reply to: Move entry-meta to top of post #63541
    Christopher Harris
    Member

    If you lack php skills, try the Simple Edits plugin - http://wordpress.org/plugins/genesis-simple-edits/.


    WordPress Consultant and Genesis Developer http://wpattendant.com

    September 20, 2013 at 10:52 am in reply to: Executive theme – center header image #63538
    Christopher Harris
    Member

    Try

    #title-area {
      background: url(images/logo.jpg) no-repeat center center;
    }

    Also, it would be helpful if you provided a link to your site. I could offer better guidance.


    WordPress Consultant and Genesis Developer http://wpattendant.com

    September 20, 2013 at 10:37 am in reply to: Custom Text Widget #63535
    Christopher Harris
    Member

    You will have to create a new widget for the site the other sidebar you want to place it in then add it's unique is to to you CSS and then it will be styled the same.

    Using the same sample code from before you would do this to have the widgets styled the same for your different sidebars:

    #text-1,
    #text-2 {
        padding: 0; 
        background: black;
    }

    WordPress Consultant and Genesis Developer http://wpattendant.com

    September 20, 2013 at 10:23 am in reply to: Remove navigation from a single page #63534
    Christopher Harris
    Member

    To create a page template without the primary navigation for your theme create a php file with the following code and add it to your theme folder. Name the file something like page-nonav.php

    <?php
    /*
    Template Name: No Primary Nav Page
    Description: A page template that removes the Genesis primary navigation.
    */
    
    remove_action( 'genesis_after_header', 'genesis_do_nav' );
    
    genesis();

    WordPress Consultant and Genesis Developer http://wpattendant.com

    September 16, 2013 at 9:01 am in reply to: Custom Text Widget #62826
    Christopher Harris
    Member

    I use simple sidebars to control which widgets appear on which pages...
    http://wordpress.org/plugins/genesis-simple-sidebars/


    WordPress Consultant and Genesis Developer http://wpattendant.com

    September 15, 2013 at 2:15 pm in reply to: Custom Text Widget #62676
    Christopher Harris
    Member

    You can create specific CSS for a specific widget that has no padding and the background color you would like. You will not have to create a special text widget for this. The CSS would look something like this...

    #text-1 {padding: 0; background: black;}

    You will need to use the id of your custom widget (#text-1 in my example above). To find the id use something like firebug in Firefox or Developer tools in Chrome.


    WordPress Consultant and Genesis Developer http://wpattendant.com

    September 15, 2013 at 2:01 pm in reply to: How to set widgets so content stays on its side? #62672
    Christopher Harris
    Member

    Try adding a 'max-width:' to size of the widget in the css.


    WordPress Consultant and Genesis Developer http://wpattendant.com

    September 15, 2013 at 1:54 pm in reply to: Can Menu Tab go to external link #62666
    Christopher Harris
    Member

    Yes, it can. You add an external link in the WordPress admin under menus. See screenshot.


    WordPress Consultant and Genesis Developer http://wpattendant.com

    September 14, 2013 at 5:20 pm in reply to: Tracking Outbound Clicks #62585
    Christopher Harris
    Member

    You can use google analytics to do this, but it requires adding special jave to the header and append the links you want to track. Instructions from google can be found here: https://support.google.com/analytics/answer/1136920?hl=en


    WordPress Consultant and Genesis Developer http://wpattendant.com

    August 19, 2013 at 4:36 am in reply to: Previous – Next buttons on Lifestyle theme? #57275
    Christopher Harris
    Member

    Here is a great tutorial that show how to do it. (It does require modifying the code.)

    http://www.wpsquare.com/add-next-previous-links-single-post-page/


    WordPress Consultant and Genesis Developer http://wpattendant.com

    May 7, 2013 at 8:55 am in reply to: Looking for a Bookings Plugin #39710
    Christopher Harris
    Member

    weezieb-

    I have used two different plugins in the last few months, and I am not pleased with eaither. So I cannot make a recomendation.

     

    Christopher


    WordPress Consultant and Genesis Developer http://wpattendant.com

    March 27, 2013 at 2:38 pm in reply to: Landscape Header Repeating #31598
    Christopher Harris
    Member

    I am glad it worked for you.


    WordPress Consultant and Genesis Developer http://wpattendant.com

    March 27, 2013 at 7:27 am in reply to: Google Rich Snippet issues #31504
    Christopher Harris
    Member

    I am not familiar with Easy Recipe plugin. I use Genesis itself for the Google Authorship and have no problems.

    Here is a tutorial: http://www.copyblogger.com/wordpress-google-authorship/


    WordPress Consultant and Genesis Developer http://wpattendant.com

    March 27, 2013 at 7:19 am in reply to: Modern Portfolio #31499
    Christopher Harris
    Member

    The html should be:

    <a class="aligncenter landing-button" href="http://addyourlinkhere.com">Click here to sign up!</a>

    WordPress Consultant and Genesis Developer http://wpattendant.com

    March 27, 2013 at 7:16 am in reply to: Modern Portfolio #31498
    Christopher Harris
    Member

    1. Add the css class 'highlight-menu-item a' to the menu item you would like the effect. You do on the menu item itself in the WP dashboard. Select the drop down for the item you want to add the class for and add 'highlight-menu-item a' in the 'CSS Classes (optional)' box. If you do not see a CSS class box select screen option in the upper right corner, and a drop down will appear. Check the box for 'CSS Classes' under advanced options.

    2) To create the "click here to sign up" button you need to assign a the 'landing-button' class to your link. Example:

    [Html]Click here to sign up![/html]

    You can do this from the 'Text' tab on the page editor.


    WordPress Consultant and Genesis Developer http://wpattendant.com

    March 27, 2013 at 4:57 am in reply to: Add External Stylesheets #31475
    Christopher Harris
    Member

    I would check out how Genesis Sandbox does it in the functions.php file. Genesis Sandbox is a starter child theme. They are importing from the CDN.

    http://genesissandbox.com/


    WordPress Consultant and Genesis Developer http://wpattendant.com

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 33 total)
1 2 →

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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