• 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

Larry James

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 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • January 10, 2016 at 12:26 pm in reply to: Mobile Navigation Menu Not Showing #176157
    Larry James
    Member

    Problem solved! Upgrading to Lifestyle Pro 3.1 solved my issue. Now I just have to put back my customization's.

    January 10, 2016 at 12:10 pm in reply to: Mobile Navigation Menu Not Showing #176155
    Larry James
    Member

    I have just noticed that I am using v 3.0.0 and the other site uses v 3.1.
    For some reason in the Genesis settings I have it checked to "Enable Automatic Updates" but it has not updated. I will try to update manually.

    January 10, 2016 at 11:40 am in reply to: Mobile Navigation Menu Not Showing #176154
    Larry James
    Member

    Thanks for your help Sandee. I have another site running the Lifestyle theme. I found this code missing

    /* Responsive Menu
    --------------------------------------------- */
    
    .responsive-menu-icon {
    	cursor: pointer;
    	display: none;
    	text-align: center;
    }
    
    .responsive-menu-icon::before {
    	content: "\f333";
    	display: inline-block;
    	font: normal 20px/1 'dashicons';
    	margin: 0 auto;
    	padding: 10px;
    }
    
    .site-header .responsive-menu-icon::before {
    	padding: 0;
    }

    I have added it into the style.css stylesheet but the responsive menu is still not showing.

    Even when I copied and pasted the complete style sheet from http://vacuumplus.ca/ the responsive menu does not work.

    October 18, 2015 at 8:05 pm in reply to: Centric – Remove Footer on Landing Page #168431
    Larry James
    Member

    I have solved it Brad. I removed my footer code from Genesis Simple Hooks, and used Genesis Simple Edits instead and it is working now. Thanks for your help.

    October 18, 2015 at 7:58 pm in reply to: Centric – Remove Footer on Landing Page #168429
    Larry James
    Member

    Sorry Brad, I do have the code to remove the footer elements, and it is not working for me.

    I guess it didn't copy and paste the whole code. Here is the complete code that I have in my Landing Page template

    
    <?php
    /**
     * This file adds the Landing template to the Centric Theme.
     *
     * @author StudioPress
     * @package Centric
     * @subpackage Customizations
     */
    
    /*
    Template Name: Landing
    */
    
    //* Add custom body class to the head
    add_filter( 'body_class', 'centric_add_body_class' );
    function centric_add_body_class( $classes ) {
    
       $classes[] = 'centric-pro-landing';
       return $classes;
       
    }
    
    //* Force full width content layout
    add_filter( 'genesis_site_layout', '__genesis_return_full_width_content' );
    
    //* Remove site header elements
    remove_action( 'genesis_header', 'genesis_header_markup_open', 5 );
    remove_action( 'genesis_header', 'genesis_do_header' );
    remove_action( 'genesis_header', 'genesis_header_markup_close', 15 );
    
    //* Remove navigation
    remove_action( 'genesis_after_header', 'genesis_do_nav' );
    
    //* Remove breadcrumbs
    remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs' );
    
    //* Remove site footer widgets
    remove_action( 'genesis_before_footer', 'genesis_footer_widget_areas' );
    
    //* Remove site footer elements
    remove_action( 'genesis_footer', 'genesis_footer_markup_open', 5 );
    remove_action( 'genesis_footer', 'genesis_do_footer' );
    remove_action( 'genesis_footer', 'genesis_footer_markup_close', 15 );
    
    //* Run the Genesis loop
    genesis();
    
    July 21, 2014 at 7:30 pm in reply to: Simple Social Icons, Centric Pro, Circles #115282
    Larry James
    Member

    I would take a look at the Centric Pro setup instructions. There is screenshot there that shows the exact settings that the demo site uses. (Thats what worked for me) If those are the settings that you have, then I would uninstall the plugin and re-install it.

    July 15, 2014 at 8:50 am in reply to: Simple Social Icons, Centric Pro, Circles #114393
    Larry James
    Member

    Krista, If you go to the widget area and click the Simple Social Icons wIdget, it will expand and give you the options to change size, colors, and border radius of your icons.

    March 2, 2014 at 12:12 am in reply to: Modern Portfolio Pro – Splash Page #93055
    Larry James
    Member

    Thank you anitac. Your suggestions helped. I copied the page-landing.php file and pasted it into the front-page.php file, and then I was able to use a static front page with my logo and I added the nav menu using html in the static page too.
    Thanks for your help, it was much easier than trying to edit the front-page.php file.

    January 4, 2014 at 3:39 pm in reply to: Using ENews Widget with Streamline Theme #83251
    Larry James
    Member

    Update:
    I have been able to style the FIRSTNAME and LASTNAME input boxes to match the EMAIL input box, but I could still use some assistance in getting the error messages to display on say page. Thanks.

    September 13, 2013 at 6:48 pm in reply to: Unable to add any more pages to main menu #62423
    Larry James
    Member

    Thank you, anitac. I found the answer in a comment of the article you linked to.

    I added "max_input_vars = 5000" to the bottom of my php.ini file and it worked.

    Thanks again.

    August 5, 2013 at 8:04 am in reply to: Seamline Theme – Problems With Cloaking #54223
    Larry James
    Member

    The tool I used to discover the cloaking problem is found here:
    http://www.seotools.com/seo-cloaking-checker/

    It detects and the css trick as cloaking. When I changed my theme settings to use the text instead of the logo, and then run the cloaking checker the tools tells me I no longer have a cloaking problem.

    There is more information on the topic here: http://luigimontanez.com/2010/stop-using-text-indent-css-trick/

    I am not sure if using the image inside of the h1 tag is the answer:

    <h1><a href="/"><img src="logo.png" alt="My Site Title" /></a></h1>
    Would Google read the alt tag as the h1?

    May 23, 2013 at 8:05 pm in reply to: Metro header background color #42393
    Larry James
    Member

    Hi Brad. The added the header image in the css did not work for me, but I found a solution. I simply left the color set as default in the dashboard theme settings. I then created new style sheets by doing a search and replace of the default color with the red color. It is not best solution but it works. Thanks for your help.

    May 23, 2013 at 9:35 am in reply to: Metro Theme Header #42321
    Larry James
    Member

    Thank you Bill, worked perfectly.

    May 22, 2013 at 9:48 pm in reply to: span tags in Metro Theme widget titles (FIX) #42287
    Larry James
    Member

    Thank you John.

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

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