• 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

martialwarrior

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 37 total)
1 2 →
  • Author
    Posts
  • June 27, 2016 at 10:20 am in reply to: Atmosphere Pro – How to Add a Slider to Front Page 1 Widget #188385
    martialwarrior
    Participant

    Hi HeatherO,

    Can you please tell me how you added the 1600x440 Soliloquy Slider to the Atmosphere theme?

    July 2, 2015 at 9:08 pm in reply to: Replace Blog Post Display with Portfolio Display #158243
    martialwarrior
    Participant

    You ROCK!!!

    July 2, 2015 at 12:19 pm in reply to: Replace Blog Post Display with Portfolio Display #158194
    martialwarrior
    Participant

    HELP, I added the code and it worked, but it makes the menu bar disappear. My menu is made up of Pages. What now?

    July 2, 2015 at 11:10 am in reply to: Replace Blog Post Display with Portfolio Display #158187
    martialwarrior
    Participant

    I added the code and it worked, but I lost my menu bar. My menu is made of Pages.

    How can I make my newest portfolios show up in the sidebar area instead of posts?

    July 2, 2015 at 11:05 am in reply to: Replace Blog Post Display with Portfolio Display #158186
    martialwarrior
    Participant

    It worked, thank you so much!!!

    July 2, 2015 at 11:02 am in reply to: Replace Blog Post Display with Portfolio Display #158185
    martialwarrior
    Participant

    Does it matter where it goes?

    July 2, 2015 at 3:57 am in reply to: Replace Blog Post Display with Portfolio Display #158130
    martialwarrior
    Participant

    Or maybe I can remove the blog posts from the home page all together and just use the portfolio. Is this possible?

    April 19, 2015 at 10:36 am in reply to: How to redirect to single post page if there is one post in category/tag #148420
    martialwarrior
    Participant

    I got it fixed!!!

    April 19, 2015 at 10:26 am in reply to: How to redirect to single post page if there is one post in category/tag #148418
    martialwarrior
    Participant

    I am using the Whitespace Pro Theme on JohnNatividad.com and want redirect to single post page if there is one post in category/tag but when I use the code snippet below I get a redirect loop. What do I need to do to fix this?

    function redirect_to_single_post(){

    global $wp_query;

    if( is_archive() && $wp_query->post_count == 1 ):

    the_post();

    $post_url = get_permalink();

    wp_redirect( $post_url );

    endif;

    }
    add_action('template_redirect', 'redirect_to_single_post');

    February 13, 2015 at 9:29 pm in reply to: H2 Titles Inside My Post #140817
    martialwarrior
    Participant

    I am so sorry. I didn't realize I had accidentally made it h3 instead of h2. I got it now. Thank you Neil. Your the BEST!!!

    February 13, 2015 at 8:57 pm in reply to: H2 Titles Inside My Post #140814
    martialwarrior
    Participant

    This is the page I am looking at an its the h2 in the post itself and I see no change???

    http://www.allaboutmartialarts.com/martial-arts-advertising/

    Martial Arts Advertising – Direct Strike Advertising Package By Martial Arts Enterprises

    February 13, 2015 at 8:51 pm in reply to: H2 Titles Inside My Post #140813
    martialwarrior
    Participant

    Okay!!!

    February 13, 2015 at 8:37 pm in reply to: H2 Titles Inside My Post #140809
    martialwarrior
    Participant

    No difference.

    February 13, 2015 at 8:06 pm in reply to: H2 Titles Inside My Post #140806
    martialwarrior
    Participant

    Hi Neil,

    I have tried changing the CSS below, but it doesn't make a difference. Is this the wrong CSS?

    }

    h1,
    h2,
    h2 a,
    h2 a:visited {
    font-family: 'Oswald', arial, serif;
    font-size: 24px;
    line-height: 30px;
    }

    November 2, 2014 at 10:44 am in reply to: Widgets Changing Position on Home Page #130193
    martialwarrior
    Participant

    Deleting the cache makes no difference at all. If you refresh the page a few times the issue continues.

    August 19, 2014 at 10:13 am in reply to: You Tube Videos Not Sizing Correctly #119792
    martialwarrior
    Participant

    I have always custom sized the YouTube videos to fit the theme and they have always fit and worked. Just recently they no longer size correctly using the custom size from YouTube. I have no idea why???

    July 17, 2014 at 3:11 pm in reply to: News Pro Theme Menu Issue #114739
    martialwarrior
    Participant

    I discovered that you have to increase the maximum input variable for Genesis with the News Pro Theme in the PHP.ini file

    max_input_vars = 3000;

    July 17, 2014 at 9:06 am in reply to: News Pro Theme Menu Issue #114660
    martialwarrior
    Participant

    I have designed two web sites with the news theme, one with News Pro, http://martialartsentertainment.com/ and an older site with News Regular, http://allaboutmartialarts.com/. They both have the same Plugins and the News Regular site menus are working fine. On the News Pro Menu, the Secondary Menu is working fine, but the Primary Menu will no longer save categories added to the menu and I have to recheck the location check box every time to choose the location. A plugin would most likely affect both the Primary and the Secondary Menus. Any suggestions for why the Primary Menu will no longer let me add categories to it and save it.

    July 16, 2014 at 10:48 pm in reply to: Issues after PHP Upgrade from 5.2 to 5.4 #114601
    martialwarrior
    Participant

    I am having the exact same issue with my site now. Did anyone solve this? Menu Items are disappearing and when I add them back, they do not save, and the navigation location check box does not stay checked. Please Advise.

    http://martialartsentertainment.com/

    July 10, 2014 at 1:42 am in reply to: Can't Find Error in Function.php File and Site is Down #113712
    martialwarrior
    Participant

    I found it and fixed it!!! Thank you.

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