• 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

Executive Theme widgets not appearing on home page

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 › Executive Theme widgets not appearing on home page

This topic is: resolved

Tagged: Black Studio Tiny MCE, Executive theme, genesis, Soliloquy Lite

  • This topic has 15 replies, 2 voices, and was last updated 9 years, 11 months ago by klipklopp.
Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • June 14, 2013 at 1:32 pm #45962
    klipklopp
    Member

    Hello,

    I am using the Genesis theme and the Executive child theme on my site:

    http://www.westminstertechav.com

    I have an image slider from Soliloquy Lite set up on my home page and I am trying to add content to the Home Top, Home Middle and Footer areas using the Black Studio Tiny MCE widget. The only thing showing up on my homepage currently is the image slider and I have no idea why.

    Can anyone offer a suggestion or place to look to get help?

    Thanks!

    Ted

    June 14, 2013 at 1:41 pm #45966
    Brad Dalton
    Participant

    Please link to your site. The link does not work. thanks


    Tutorials for StudioPress Themes & WooCommerce.

    June 14, 2013 at 1:43 pm #45967
    klipklopp
    Member

    My apologies - I am working on two different sites and combined the URLS - the site with the problem is at:

    http://www.westminsterav.com

    Thanks!

    Ted

    June 14, 2013 at 2:11 pm #45972
    Brad Dalton
    Participant

    It might be a plugin conflict.

    Try deactivating your plugins and then populate all the home page widgets to see what happens.


    Tutorials for StudioPress Themes & WooCommerce.

    June 14, 2013 at 2:27 pm #45976
    klipklopp
    Member

    Ok - I deactivated all plugins - then added Soliloquy -no problem, Black Studio Tiny MCE - no problem  - Display widgets - can't tell if there is a problem because I can't get the slider to show up on the front page now...

    I have "front page" checked in the options for this widget on the Home-Slider and I have selected the "Show on checked" option - but the slider doesn't show whether I add it with a standard text widget or the Black Studio Tiny MCE widget.

    I am simply adding this code to the Tex/MCE widget : [soliloquy id="73"]

    I think I am getting in the right direction - but need a bit more help please!

    Thanks!

    June 14, 2013 at 2:31 pm #45977
    klipklopp
    Member

    Wait - I got it! Thanks for getting me headed in the right direction Brad!

    June 14, 2013 at 2:46 pm #45980
    Brad Dalton
    Participant

    Sounds like Display Widgets was the problem?


    Tutorials for StudioPress Themes & WooCommerce.

    June 14, 2013 at 2:49 pm #45982
    klipklopp
    Member

    No - I just didn't need to check anything since the widget I was working in only displays on the home page. 🙂

    BTW - separate question and I can do a different post if needed. Any idea if there is a way in Executive theme to use the Home Top area and have one widget cover the entire width of the home page instead of one third of it? It is designed to have three separate columns which would be nice to be able to over ride.

    June 14, 2013 at 3:46 pm #45986
    Brad Dalton
    Participant

    Yes you could easily hook in a custom home page widget and change the hook position to exactly where you want it to output your full width content on then home page.

    You can then remove the code for the 3 widgets from your home.php file and functions.php file or simply not use them.

    Code not displaying? Grab it on Github.

    Please copy the code from the view raw link and paste it at the end of your child themes functions.php file using a code editor.


    Tutorials for StudioPress Themes & WooCommerce.

    June 14, 2013 at 4:29 pm #45990
    klipklopp
    Member

    Hi Brad,

    Forgive me - I am new to WordPress and unfamilar with hook positions. I am also a bit unfamilar with editing of the functions.php file. I have editted CSS files before and am somewhat familar with that language...

    I am on a MAC, can you suggest a good code editor? Would I simply then post the above code in the functions.php file? And then when I place something in the Home Top Widget area it will span the entire width of the web frame? How can I adjust the padding to make the text margins line up with the rest of the page?

    Sorry for all the questions - as I said I am learning as I go hear. Any help you can provide is much appreciated.

    Thanks!

    June 15, 2013 at 4:25 am #46036
    Brad Dalton
    Participant

    Not sure about Mac but i know people who use Transmit for FTP.

    Try downloading Text Mate http://macromates.com/

    I suggest you download your child themes functions.php and add the code i supplied to the end of the file.

    Genesis includes dozens of hooks what are already included in the core template files.

    You can use these hooks in your child theme to hook in content to a specific position in your theme without needing to edit the sore template files.


    Tutorials for StudioPress Themes & WooCommerce.

    June 19, 2013 at 10:34 am #46757
    klipklopp
    Member

    Hi Brad,

    I added the code you provided and found the Custom Home Page Widget, but it is appear before the Home Page Slider instead of after. What do I need to do to have it appear right below the home page slider?

    Thanks a bunch!

    http://www.westminsterav.com

    Ted

    June 19, 2013 at 11:12 am #46768
    Brad Dalton
    Participant

    Change the hook and/or 3rd parameter for positioning http://genesistutorials.com/visual-hook-guide/


    Tutorials for StudioPress Themes & WooCommerce.

    June 19, 2013 at 11:25 am #46771
    klipklopp
    Member

    Hi Brad,

    I tried a few different hook positions and I am finding that choosing "genesis_before_loop" puts the custom home widget above the slider. Choosing the next hook position - "genesis_loop" puts it below the slider - and the three columns. I am trying to get the custom home widget in between those two areas. What else should I try?

    Thanks!

    Ted

    June 19, 2013 at 11:47 am #46777
    Brad Dalton
    Participant

    Maybe change the slider code so its higher in the file.


    Tutorials for StudioPress Themes & WooCommerce.

    June 19, 2013 at 12:22 pm #46783
    klipklopp
    Member

    I will give that a try. Is there any way to do this without altering the basic framework of Genesis and the Executive theme? I am concerned that making these changes will cause other headaches down the road when Genesis or Executive offer updates.

     

    Thanks!

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

© 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