• 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

seminolecrew

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 32 total)
1 2 →
  • Author
    Posts
  • January 30, 2019 at 10:58 am in reply to: Executive error when updating #489150
    seminolecrew
    Member

    I'm happy to do that. But that doesn't solve my current problem with the code error. I had the hosting company restore the site to the old version. However I know if I try to update my child theme, I will get the same busted error. So I need to know if there is a fix for that in this child theme, or if I need to update to a newer child theme with a different design.

    June 15, 2017 at 11:54 pm in reply to: Blank screen when customizing site #207822
    seminolecrew
    Member

    Found the resolution. Hosting company was using 5.2 PHP, and I needed 5.6 because the 5.2 didn't have enough memory allotted for the site. Glad I checked with them too. Thanks for your time!

    June 15, 2017 at 1:33 pm in reply to: Blank screen when customizing site #207816
    seminolecrew
    Member

    Ya, that's what I thought was odd. There is no themes named that, and yet it shows at those missing a stylesheet. Very odd. I guess I can look at the FTP or other options as a way to get it uploaded. Frustrating...thanks for the feedback. We'll see what I can resolve.

    June 15, 2017 at 11:47 am in reply to: Blank screen when customizing site #207807
    seminolecrew
    Member

    One thing I did notice was on the bottom of my themes page was this regarding stylesheets. It says....

    Broken Themes

    The following themes are installed but incomplete.

    Name Description
    classic Stylesheet is missing. Delete
    default Stylesheet is missing. Delete

    Would that be the issue? Is that a Genesis and Child issue?

    June 15, 2017 at 11:34 am in reply to: Blank screen when customizing site #207806
    seminolecrew
    Member

    Thanks Victor. I'm not quite sure how to debug PHP errors as that's a bit over my head. And I would be really surprised if it was a plugin conflict as I have not downloaded or activated any new plugins, only the one or two that traditionally come with wordpress by default.

    Correct me if I'm wrong, but if it's a PHP issue, wouldn't I be running into the same issue with the default themes that come with WordPress? It's just frustrating because I have never had this issue before and have no idea how to resolve it. And I know if I go to my hosting company with the issue, they are going to say it's a wordpress problem...

    Corey

    June 23, 2016 at 10:14 am in reply to: Changing Ambiance Pro Home Page #188160
    seminolecrew
    Member

    Thanks Susan. Since I wasn't getting much help, I decided to go with a template from a different developer. It's too bad, it seems that as Studiopress has gotten bigger, the forums and help have suffered. Thanks for your response though.

    Corey

    May 9, 2016 at 9:55 am in reply to: Widgets in columns for the homepage #185285
    seminolecrew
    Member

    Yes, sorry. My client needed some answers and I sort of got tired of waiting. So I switched to a new platform where the answers were a little more readily available. Thanks.

    Corey

    February 8, 2016 at 3:25 pm in reply to: How to add social icons in the main nav… #178604
    seminolecrew
    Member

    Victor, I'm getting this error on the plugin install...

    Downloading install package from http://downloads.wordpress.org/plugin/better-font-awesome.1.4.3.zip…
    Download failed. SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

    Any advice?

    Corey

    February 8, 2016 at 1:44 pm in reply to: How to add social icons in the main nav… #178597
    seminolecrew
    Member

    Thank you. I'm not super code knowledgeable, but that seems somewhat straight forward. I will give it a shot.

    Corey

    February 8, 2016 at 11:45 am in reply to: Site crashed after adding PHP code #178583
    seminolecrew
    Member

    Since this question isn't being answered, I will have to close this and open up a new thread.

    February 4, 2016 at 9:13 pm in reply to: Site crashed after adding PHP code #178349
    seminolecrew
    Member

    Anyone have any answers as to how I can put the icons in the right side of the nav?????

    February 2, 2016 at 3:50 pm in reply to: Site crashed after adding PHP code #178185
    seminolecrew
    Member

    Don't know why I can't add the URL into the body of the message. So CLICK HERE to see the code I am referring to.

    Corey

    February 1, 2016 at 10:32 am in reply to: Site crashed after adding PHP code #178064
    seminolecrew
    Member

    Victor, sorry, I'm not super knowledgeable when it comes to code. Here is the website I used and the code for the PHP that was referenced in that instructional video.

    Corey

    January 31, 2016 at 2:34 pm in reply to: Site crashed after adding PHP code #177979
    seminolecrew
    Member

    I so went into my function.php file through Dreamweaver, deleted the PHP code, and got the website back up and running. So I am assuming there is some sort of error with this code? If anyone knows the correct code and can fix it, I would appreciate it!

    genesis_register_sidebar( array(
    'id' => 'nav-social-menu',
    'name' => __( 'Nav Social Menu', 'your-theme-slug' ),
    'description' => __( 'This is the nav social menu section.', 'your-theme-slug' ),
    ) );

    add_filter( 'genesis_nav_items', 'sws_social_icons', 10, 2 );
    add_filter( 'wp_nav_menu_items', 'sws_social_icons', 10, 2 );

    function sws_social_icons($menu, $args) {
    $args = (array)$args;
    if ( 'primary' !== $args['theme_location'] )
    return $menu;
    ob_start();
    genesis_widget_area('nav-social-menu');
    $social = ob_get_clean();
    return $menu . $social;
    }

    October 22, 2015 at 9:54 pm in reply to: Some pages not showing up #168818
    seminolecrew
    Member

    I figured it out. There were old dup pages on their server with the same name. Once I deleted those, the new pages worked. Thanks.

    April 13, 2014 at 11:55 am in reply to: Having issues going live…PLEASE HELP! #100062
    seminolecrew
    Member

    Seems easier for me to get some of their old text from their old site and just adjust it again rather than going through the lengthy steps above. I was just hoping there was an easy file somewhere that had the text stored where I could open the file up in Dreamweaver and extract the copy. Thanks for your time.

    April 12, 2014 at 3:38 pm in reply to: Having issues going live…PLEASE HELP! #99863
    seminolecrew
    Member

    What I was trying to do, is if a page is called (http://www.gpi-ca.com/?page_id=4), I just wanted to know if I could open a file up and copy that text. So if there was a page or file in the database, I could find page_id=4 and copy the text when I decide to rebuild the site.

    April 12, 2014 at 3:36 pm in reply to: Having issues going live…PLEASE HELP! #99862
    seminolecrew
    Member

    Wow…ok, thanks. Seems like a lot. Hopefully it will be somewhat straight forward for a novice.

    Corey

    April 12, 2014 at 2:40 pm in reply to: Having issues going live…PLEASE HELP! #99856
    seminolecrew
    Member

    Ya, I looked at all of that. The hosting company has been a BEAR to work with, and now I will have to switches hosts. I had a backup, but somehow that got corrupted as well throughout this whole process. What a nightmare. Looks like I will have to build the site over again. So another related question…

    The company I am building this for doesn't want to switch their emails until the end of the month since we are going with a new hosting company. The question I have is can I go ahead and work on the site, build it out, without pointing the registar to the new hosting company? Basically, can I build out the site, and then when he client is ready, point the registar and activate the email when they want to go live? I'd like to get it done rather than waiting all month. Thanks!

    Also, is there a file in the wordpress folder where the text content is saved? If you go to http://www.gpi-ca.com/wordpress, you can see the home page minus the images. But when you click a link on top, it reverts back to the original site for some reason. So that was somehow corrupted in this process. Would be nice so I don't have to go back and recreate the text.

    Corey

    April 8, 2014 at 2:46 pm in reply to: Login Recommendations??? #99161
    seminolecrew
    Member

    Thanks. Do most plugins have a fee? I just needed a simple one, that is free, where the client can have people login to use a separate part of the website. No fees charged, etc.

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

© 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