• 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

e-Partner

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 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • March 8, 2014 at 7:10 am in reply to: Sub Menu Drop Down #93936
    e-Partner
    Member

    The solution to this issue is to create main NAV Menu items without links to site pages and then to create submenu items for the NAV Menu that will link to the site pages. Here is what I did:

    1. Go to Appearance..Menus
    2. Select the Main Navigation Menu
    3. Select Links
    4. In the URL Field replace "http://" with the hash tag "#"
    5. In the Link Text Field, I typed "About"
    6. Click on Add to Menu

    What this does is create a Menu Item called "About" that does not link to any of the pages in the site.

    The final steps in the process is to drag and drop the new About menu item to its proper location in the Nav Menu hierarchy and then to drag the original About Nav Menu item into a sub-menu position just below the new About menu item.

    Don't forget to save the menu changes.

    If you go to Frontier-Village.com and place your cursor over the About menu item...it will NOT link to the About page. However, just below it is the actual About page link, which I renamed "Frontier Village."

    Viola!

    March 1, 2014 at 1:22 pm in reply to: Sub Menu Drop Down #92968
    e-Partner
    Member

    Problem solved...duhhhh!!!

    April 28, 2013 at 8:21 pm in reply to: BuddyPress Compatibility #38335
    e-Partner
    Member

    Thanks...I have not yet been into BP and WPMU.  Is the install of WPMU a precursor to the install of BP?

    April 28, 2013 at 8:24 am in reply to: Logo Insertion in Header #38215
    e-Partner
    Member

    Thanks for this idea. The header design concept I have in mind does not involve any adjustments to the header height.

    See this: http://commercialwebpage.com/wp-content/uploads/2013/04/cwp-header-design-concept.jpg

    Although there are a few adjustments I need to make to the graphic design elements, this is essentially the concept. I would like to simply code-in the graphic element above the actual text.

    Thanks for your efforts!

    April 27, 2013 at 8:04 am in reply to: Post Font Styling Issues #38060
    e-Partner
    Member

    Yes, that worked. But the real culprit is the Google font, as follows:

    *@import url(http://fonts.googleapis.com/css?family=play); this renders out at 'play' throughout the style sheet.

    Therefore, I did a global replace of the term "'play'" with "Trebuchet MS" throughout the style sheet. Many thanks!

    April 15, 2013 at 7:04 am in reply to: Post Font Styling Issues #35545
    e-Partner
    Member

    Where would you suggest I stick that snippet? I havc replaced all of the font attributes throughout the CSS. Thanks for your input.

    April 14, 2013 at 11:36 am in reply to: Issues in IE10 #35416
    e-Partner
    Member

    Fixed...it was a caching problem.

    April 14, 2013 at 11:35 am in reply to: Paragraph Spacing #35415
    e-Partner
    Member

    Ooops, forgot the link to the site...my apology.  the new build is located at http://www.commercialwebpage.net.

    The solution works...I took the blow padding to zero px and that allows the paragraph to space normally.

    Many thanks...I just could not locate it!

     

    January 23, 2013 at 7:12 am in reply to: Simple Hook Video #14039
    e-Partner
    Member

    Tried it again and no go...the insertion of the video appears above the Digital Content Gallery slideshow.

    Here's my insertion:

    <?php if (is_home() ) { ?><div><iframe width="599" height="337" src="http://www.youtube.com/embed/HPrHdngEpRw?rel=0" frameborder="0" allowfullscreen></iframe></div><?php } ?>

    Puzzling...

    January 23, 2013 at 7:04 am in reply to: Simple Hook Video #14035
    e-Partner
    Member

    Just so I am clear, when you tested the following in the "genesis_before_content Hook", with the YouTube <iframe> inserted, you found it successful?

    <?php if (is_home() ) { ?>
    <div><iframe> youtube video embed code</iframe></div>
    <?php } ?>

    Also are you checking the boxes below the code that reference the pHp and Hook generation?

    Thanks!

    January 21, 2013 at 11:10 am in reply to: Simple Hook Video #13500
    e-Partner
    Member

    Just removed the YouTube <iframe> from the top and you will see I have left it at the bottom until I figure this monster out.  I might have to hard core it into the Editor, but don't really like to do that.

    January 21, 2013 at 11:08 am in reply to: Simple Hook Video #13498
    e-Partner
    Member

    Platinum Child Theme running on the Genesis Framework.

    January 21, 2013 at 10:41 am in reply to: Simple Hook Video #13491
    e-Partner
    Member

    I have also inserted the code into the genesis_before_content Hook, which logically sends it to the bottom.

    January 21, 2013 at 10:39 am in reply to: Simple Hook Video #13490
    e-Partner
    Member

    Here is where the view of the video in the genesis_before_content Hook location. http://www.Frontier-Villge.com.

     

    January 21, 2013 at 10:30 am in reply to: Simple Hook Video #13484
    e-Partner
    Member

    Thanks...although I have tested the locations repeatedly, I'll give the new code a whirl in your suggested location and let you know. 🙂

    January 21, 2013 at 9:53 am in reply to: Simple Hook Video #13476
    e-Partner
    Member

    Where is that nice solution going to be inserted in the Simple Hooks framework?

    January 16, 2013 at 8:09 am in reply to: Simple Hooking a YouTube Video #12270
    e-Partner
    Member

    Steve...no go. If I put the <iframe> into "Before Content Hook" it is at the top and the sidebar is pushed down.

    If I put the <iframe> into "After Content Hook" it is at the bottom.

    The position I want it to be in is right after the slide show on the Index page and before the posts.  I might to use the Editor but I hope not.  Love the hooks!

    Thanks for any help you can give me.

    January 15, 2013 at 8:32 am in reply to: Simple Hooking a YouTube Video #12039
    e-Partner
    Member

    Steve...I'll give this a try and reply back. THX

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

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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