• 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

Tom88

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 23 total)
1 2 →
  • Author
    Posts
  • February 25, 2014 at 6:21 am in reply to: Using an Image for the last Item in Nav Bar #92289
    Tom88
    Member

    Thank you for your response, is there a way to float an image to the right of the Primary Navigation Bar, and I will create a link for the image, since I already have too many links on my nav bar, and it is wrapping to the next line. I would like to float the image to the right of the Navigation bar. I cannot use absolute positioning since this is a responsive website. Any Thoughts?

    February 20, 2014 at 9:33 am in reply to: Adding an additional Tag Line in Header #91395
    Tom88
    Member

    I added the genesis_header Hook, with tagline and styled in CSS.

    January 21, 2014 at 11:27 am in reply to: Responsive Navigation #86295
    Tom88
    Member

    I found the solution: http://bradpotter.com/responsive-mobile-navigation-menu-for-the-genesis-theme-framework/

    January 21, 2014 at 11:26 am in reply to: Responsive Navigation #86294
    Tom88
    Member

    Is there a way to get the Genesis Sample Theme Navigation to have a drop down list instead of bunching all of the links?

    Thank you.

    January 17, 2014 at 11:00 am in reply to: Genesis Gallery #85642
    Tom88
    Member

    I would like to have a large photo, with thumbnails of other photos below, and click on a photo to display in shadowbox.

    Thank you

    January 14, 2014 at 5:39 pm in reply to: Media Queries with Custom Background #85229
    Tom88
    Member

    I figured it out, you need to set the background-image: none; in the css.

    January 9, 2014 at 12:18 pm in reply to: Override Custom background in css #84205
    Tom88
    Member

    I figured, since Custom Background is inline, I had to remove all custom backgrounds, and create a custom class for each page, and than change the background images.

    January 8, 2014 at 4:13 pm in reply to: footer in the middle of screen on 27inch monitor #84080
    Tom88
    Member

    I solved my problem, by using a Sticky Footer:

    http://9seeds.com/tech/sticky-footer-genesis/

    Thank you.

    January 8, 2014 at 1:26 pm in reply to: footer in the middle of screen on 27inch monitor #84052
    Tom88
    Member

    How do you attach files on this forum, of do I need to place the files on my hosting server?

    January 8, 2014 at 1:02 pm in reply to: footer in the middle of screen on 27inch monitor #84047
    Tom88
    Member

    I do not think it has anything to do with the Extender since I am using two simple screen widgets only. The site renders perfect on 15inch laptop, but not on a 27inch display.

    http://www.triwrxs-sandbox.com/Blinds/

    Thank you,

    January 8, 2014 at 12:57 pm in reply to: footer in the middle of screen on 27inch monitor #84045
    Tom88
    Member

    I will send a link to the URL, I am also using the Genesis Extender: Are we allowed to post to this forum with sites using this plugin?

    Thank you.

    January 8, 2014 at 12:51 pm in reply to: footer in the middle of screen on 27inch monitor #84042
    Tom88
    Member

    I appreciate your response:

    I thought the media queries were for width not height? Here is my code for max-width: 1139px: For some reason it is placing the footer hook right after my page widgets, and not at the very bottom of the screen.


    @media
    only screen and (max-width: 1139px) {

    .site-inner,
    .wrap {
    max-width: 960px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
    }

    .content,
    .site-header .widget-area {
    width: 620px;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
    width: 400px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary,
    .title-area {
    width: 300px;
    }

    }

    January 8, 2014 at 8:10 am in reply to: Background Positioning Help! #83987
    Tom88
    Member

    I made some changes using padding to get the unordered list with the background correct. I am using a custom background for the entire page, and background-color for the background of the unordered list. It looks like with extender I can reduce the size of the widgets by using percentages which is cool.

    Thank you, for your reply.

    January 2, 2014 at 4:16 pm in reply to: Agency Theme Video Page #82770
    Tom88
    Member

    Perfect, You make it easy!

    Thank you,
    Tom

    January 2, 2014 at 2:54 pm in reply to: Agency Theme Video Page #82748
    Tom88
    Member

    Hi All,

    I am working thru this tutorial to create a Widgetized Genesis Page: http://journalxtra.com/easyguides/how-to-create-genesis-page-template-widgets/

    Inside the tutorial:
    On the add_action('genesis_meta', 'theme_name_template_name_genesis_meta'); code:

    I am running the Agency Child Theme, and I want to name the template Youtube template: what do I put in place of 'theme_name_template_name_genesis_meta' value?

    Thank you,
    Tom

    January 2, 2014 at 2:18 pm in reply to: Agency Theme Video Page #82745
    Tom88
    Member

    Yes, 3 columns wide. I need to research widgetized page templates, and Portfolio style archive custom post type, I am using Agency theme out of the box.

    I appreciate your help.

    January 1, 2014 at 10:31 am in reply to: How can I add a bottom section, that stays fixed, just like I see on SP Demos. #82492
    Tom88
    Member

    Sabine

    The # is the ID selector in CSS,
    In the CSS #fixed-footer { }
    In the HTML <div id="fixed-footer"> this works in HTML5 & below.

    Reference: CSS Id and Class Selectors - http://www.w3schools.com/css/css_id_class.asp

    December 31, 2013 at 1:54 pm in reply to: Genesis Sample Newbie Questions #82365
    Tom88
    Member

    Brad:

    So in Genesis never edit the PHP code, and just use the Genesis Hooks to modify how your pages Look? How are those specific <divs> created? is there somewhere you can actually read a file with those <divs>? <div class="site-inner">?

    Thank you,
    Tom

    December 31, 2013 at 1:07 pm in reply to: Genesis Sample Newbie Questions #82356
    Tom88
    Member

    This Code Snippet came out of Firebug: For Genesis Framework 2.0.1, Genesis Sample theme 2.0.1:

    Where can I find this code in PHP? (This is the Home Page in Genesis Sample)

    <div class="site-inner">
      :before
     <div class="content-sidebar-wrap">
     <main class="content" role="main" itemprop="mainContentOfPage">
       <article class="post-533 page type-page status-publish entry" itemscope="itemscope" itemtype="http://schema.org">
        :before
       <header class="entry-header">
        <h1 class="entry-title"> itemprop="headline">HOME</h1>
        </header>
        <div class="entry-content" itemprop="text">
    

    Thank you,
    Tom

    December 31, 2013 at 12:32 pm in reply to: Genesis Sample Newbie Questions #82351
    Tom88
    Member

    I am trying to figure out the flow of Genesis Framework, currently the Genesis Framework 2.0.1, and Genesis Sample 2.0.1. I would like to modify the actual page contents for example Home Page. I know I can create a home page and place an image with some text to the right of it. But how do I know what PHP files it actually uses? I would like to see those in Firebug. Is there away to identify the PHP files, where Firebug identifies the css files on the right pane? BTW, I am trying to build a website from scratch without using the admin console, and code it so I can understand the hooks, and code of Genesis.

    Thank you.
    Tom

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 23 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

© 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