• 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

futurewebboss

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 - 81 through 100 (of 102 total)
← 1 2 3 4 5 6 →
  • Author
    Posts
  • April 10, 2013 at 8:59 am in reply to: Agent Press 1.0 to 1.01 Upgrade Problem #34526
    futurewebboss
    Member

    This is what I currently have,

    /** Add the slider on the homepage above the content area */
    add_action('genesis_before_loop', 'agentpress_include_slider');
    function agentpress_include_slider() {
    if(is_front_page())
    dynamic_sidebar( 'slider' );
    }

    April 10, 2013 at 8:58 am in reply to: Agent Press 1.0 to 1.01 Upgrade Problem #34525
    futurewebboss
    Member

    Yes the slider is back. caching issue, but still not placed properly.

    April 10, 2013 at 8:55 am in reply to: Agent Press 1.0 to 1.01 Upgrade Problem #34522
    futurewebboss
    Member

    Are you suggesting that I upload the agent press 1.0 functions.php when you say return to the native state?

    April 10, 2013 at 8:52 am in reply to: Agent Press 1.0 to 1.01 Upgrade Problem #34520
    futurewebboss
    Member

    Hi Carrie,

    Changed to genesis_before_loop and still no slider.

     

    April 10, 2013 at 8:45 am in reply to: Agent Press 1.0 to 1.01 Upgrade Problem #34512
    futurewebboss
    Member

    Thank you Robin for your time and your help.

    I'll be standing by.

    Dan

    April 10, 2013 at 8:27 am in reply to: Agent Press 1.0 to 1.01 Upgrade Problem #34503
    futurewebboss
    Member

    That completely removed the slider,

    http://ginaspropertymanagement.com/

    April 10, 2013 at 8:12 am in reply to: Agent Press 1.0 to 1.01 Upgrade Problem #34499
    futurewebboss
    Member

    Thank you Robin. It did as you predicted. Are you suggesting that I moved the slider code (below)

    /** Add the slider on the homepage above the content area */
    add_action('genesis_after_header', 'agentpress_include_slider');
    function agentpress_include_slider() {
    if(is_front_page())
    dynamic_sidebar( 'slider' );
    }

    to a different place in the functions.php?

    April 10, 2013 at 7:48 am in reply to: Agent Press 1.0 to 1.01 Upgrade Problem #34493
    futurewebboss
    Member

    Thank you robin for your reply. I added the css but no joy. Here's a screenshot of what it should look like,

    http://ginaspropertymanagement.com/wp-content/uploads/2013/04/screenshot.png

    Thanks in advance

    Dan

    April 7, 2013 at 1:39 pm in reply to: Two different portfolio pages, each with different content #33767
    futurewebboss
    Member

    Wes over at appfinate has this for his themes (which I tried on the lifestyle theme but could not get it to work) But here's his instructions in case you want to try it.

    If you have multiple categories, then you can easily create separate portfolio pages for each category.

    To do so, first create a new page, title it, and select the portfolio template.

    Then create a custom field and enter query_args in the name field, and cat=1 (for example) in the value field.

    Replace the number “1” with the category ID that you want to use and it will show only the category that you added in the value field.

     

    and here's the original url,

    http://appfinite.com/tutorials/how-to-create-multiple-portfolios/

    March 13, 2013 at 4:37 pm in reply to: Magazine Theme Header Background #26066
    futurewebboss
    Member

    Has to be a server side caching issue. I think  you can close this.

    Thanks for your help.

    March 13, 2013 at 4:33 pm in reply to: Magazine Theme Header Background #26061
    futurewebboss
    Member

    Ok it gets rather stranger and though I'm getting results it makes me go hum?

    I did as you suggested and made the following change

    #wrap {
    background: #fff;
    margin: 0 auto;
    }

    But now though I removed the wrap.png that was there before It is now showing my custom wrap.png.

    Way confused. This is what  I wanted all along so why if I remove reference to wrap.png does it now display it.

    Something else going on.

    March 13, 2013 at 4:00 pm in reply to: Magazine Theme Header Background #26044
    futurewebboss
    Member

    I was referring to the background color of the header where the "Jareeda" graphic sits.

    Not the upper or lower nav.

    March 13, 2013 at 3:41 pm in reply to: Magazine Theme Header Background #26037
    futurewebboss
    Member

    Here ya go.

    Any help is greatly appreciated.

    http://filmmakersvillage.com/mez/

     

    Dan

    January 21, 2013 at 8:58 pm in reply to: Center Justify Primary and Sub Nav in Lifestyle #13641
    futurewebboss
    Member

    Excellent SoZo. Thank you. Case closed.

    January 20, 2013 at 10:00 pm in reply to: Sub Nav Text Color Change #13412
    futurewebboss
    Member

    CSS for a non-expert is like a snipe hunt. For anyone else here's the section

     

    #subnav li a {
    border-right: 0px solid #C4161C;
    border-left: 0px solid #C4161C;
    display: block;
    padding: 9px 16px 8px 15px;
    position: relative;
    color: #A81E24;
    text-decoration: none;

    January 20, 2013 at 9:40 pm in reply to: Post Title Color Change in Lifestyle 2.01 #13408
    futurewebboss
    Member

    Since I had selected the tan version, I took your code and added it to the TAN section and changed the font color. Now it works.

    January 20, 2013 at 9:19 pm in reply to: Post Title Color Change in Lifestyle 2.01 #13404
    futurewebboss
    Member

    http://filmmakersvillage.com/lifestyle/

    January 20, 2013 at 9:10 pm in reply to: Post Title Color Change in Lifestyle 2.01 #13397
    futurewebboss
    Member

    Here's the url, http://filmmakersvillage.com/lifestyle/

    January 20, 2013 at 9:09 pm in reply to: Post Title Color Change in Lifestyle 2.01 #13396
    futurewebboss
    Member

    Nope, not it.

    January 14, 2013 at 12:55 pm in reply to: Customizing Sidebar Heading #11884
    futurewebboss
    Member

    Thanks Jennifer.

    Not sure I totally know where to put all of this but I think I get it. Will be trying it out later today and I'll send my success story. Thank you for your help.

     

    Dan

  • Author
    Posts
Viewing 20 posts - 81 through 100 (of 102 total)
← 1 2 3 4 5 6 →
« Previous Page

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