• 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

stepheniryna

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 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • December 19, 2013 at 5:23 pm in reply to: Remove post meta function not working #80346
    stepheniryna
    Member

    Thanks for the reply, but tried this, didn't work:

    remove_action( 'genesis_before_post_content', 'genesis_after_post_content', 'genesis_post_info', 'genesis_post_meta' );

    Tried this too, didn't work either:

    remove_action( 'genesis_after_post_content', 'genesis_post_meta' );

    remove_action( 'genesis_before_post_content', 'genesis_post_info' );

    Any ideas?

    December 5, 2013 at 3:12 pm in reply to: 301 Redirect to Custom 404page? AAAHHHH! #77284
    stepheniryna
    Member

    Well, the 404 template is Genesis, but not in Dynamik.

    Are you advising to delete the Genesis 404 template?

    Or if I copy and paste all code to 404.php, will everything update there if I make a change on my site like a sidebar widget? Or does it just stay the way it was when I pasted it in?

    December 4, 2013 at 10:32 pm in reply to: 301 Redirect to Custom 404page? AAAHHHH! #77130
    stepheniryna
    Member

    Figured out solution. View source of "/404page". Copy all. Open Dynamik custom > templates. Add new. Title "404" (this is a php page). Select "wordpress page" instead of "page template". Paste all. Save. Done

    Now all 404 errors show the exact mirror of my "/404page" in wordpress.

    No plugin necessary.

    Thanks everybody for the attempts to help.

    Now if I could only figure out this smooth scrolling to anchors... I'll post if not.

    December 4, 2013 at 6:55 pm in reply to: 301 Redirect to Custom 404page? AAAHHHH! #77085
    stepheniryna
    Member

    uh... (glazed look in eyes), I don't know what you just said.

    All I want is:

    1) I type in mysite.com/wrong-url
    2) some little gnome in my computer takes me to mysite.com/404page (the one I created in wordpress)

    December 4, 2013 at 3:57 pm in reply to: 301 Redirect to Custom 404page? AAAHHHH! #77052
    stepheniryna
    Member

    Yes, that is a page called "404page" inside wordpress. And yes, that url is the one I'm working on.

    That code worked great when I got it, and it was only a couple of months ago. I have seen the same code on other sites. Here's one:

    http://www.wphike.com/170/how-to-create-custom-404-error-page-in-genesis-framework/

    That static page still exists, but the htaccess line doesn't change anything. And I have seen that line of code (htaccess) all over the web. Not sure why it's not working. I've been testing like you said; just doesn't work.

    For now I just took it out of there so that I don't mess something up.

    December 4, 2013 at 12:50 pm in reply to: 301 Redirect to Custom 404page? AAAHHHH! #77009
    stepheniryna
    Member

    Thanks for your reply Summer.

    Yes I have tried every url form imaginable (with .php and without, with trailing slask and without, with www and without). Something changed in Genesis and all of the 404 ideas I find (except plugin) are no longer working.

    I use Dynamik, and they make it easy to add templates in the child theme. So I copied the genesis 404 template and changed just the title (to experiment). But nothing changed on actual 404 page.

    Also I just found the code I used before. It was actually a modified 404 page template.

    <?php
    $URL= get_bloginfo('url');
    header("Location: http://www.mysitename.com/404page/");
    ?>

    I assume somebody who knows this stuff can see how this could work. Hopefully that same person can tell me why it does not work now 🙂

    December 4, 2013 at 3:25 am in reply to: 301 Redirect to Custom 404page? AAAHHHH! #76920
    stepheniryna
    Member

    I'm not sure what you mean by "all the redirects". It was only one line of code in the htaccess; it takes all 404 errors to the custom 404 page. Or, at least, it did.

    Another plugin... Maybe I will have a look at it. I'm just amazed that the answer is so elusive now.

    November 30, 2013 at 4:55 pm in reply to: change breadcrumb separator to ">" ? #76334
    stepheniryna
    Member

    I never post without searching Google first. Easily read at least 10 articles and didn't find this.

    I think one of Brad's articles did come up, but I don't remember seeing this.

    Anyway, thanks. It worked.

    November 30, 2013 at 3:50 pm in reply to: change breadcrumb separator to ">" ? #76328
    stepheniryna
    Member

    site

    I'm using Dynamik. I can just add the css to the custom css area.

    October 25, 2013 at 3:46 am in reply to: woocommerce tweaks needed #68801
    stepheniryna
    Member

    Scott V : I really appreciate the time it took. I added it all to my css (Dynamik has a place to easily add custom css) but none of it worked. I have read many times so far that changing woocommerce can be a pain in the neck. I dont understand much of it, but the consensus seems to be: They should use simpler css styles, and something about how the order of styles loading makes it difficult to override.

    The reason I got involved with woocommerce is because I am building an amazon store to match my other website : http:beagoldbuyer.com And the plugin for the store requires woocommerce. Since they are plugins, they allow me to mirror the design of my main site.

    But I think it's not worth it. I am going to shopper press. They have some really cool functions, and I can use them later for my own store (just an idea at the moment). SP is $79 at the moment, which makes it much cheaper than paying for the other plugin and hiring a coder for woocommerce weirdness.

    Once again, your time and effort is appreciated.

    Let me know how the store goes for you. Or send me a link to check it out 🙂

    October 25, 2013 at 3:46 am in reply to: woocommerce tweaks needed #68800
    stepheniryna
    Member

    Scott V : I really appreciate the time it took. I added it all to my css (Dynamik has a place to easily add custom css) but none of it worked. I have read many times so far that changing woocommerce can be a pain in the neck. I dont understand much of it, but the consensus seems to be: They should use simpler css styles, and something about how the order of styles loading makes it difficult to override.

    The reason I got involved with woocommerce is because I am building an amazon store to match my other website : http:beagoldbuyer.com And the plugin for the store requires woocommerce. Since they are plugins, they allow me to mirror the design of my main site.

    But I think it's not worth it. I am going to shopper press. They have some really cool functions, and I can use them later for my own store (just an idea at the moment). SP is $79 at the moment, which makes it much cheaper than paying for the other plugin and hiring a coder for woocommerce weirdness.

    Once again, your time and effort is appreciated.

    Let me know how the store goes for you. Or send me a link to check it out 🙂

    October 6, 2013 at 12:25 pm in reply to: Editing the 404 Error page in Fabric Theme #65574
    stepheniryna
    Member

    Brad,

    There I was, after creating a custom sitemap (page_archive.php) template. Had excluded categories, author, months, and recent; I only needed pages. Then all I needed to do was exclude a few pages, and Google brought me here (after a few other misses).

    Your solution worked great in about 30 seconds.

    Thanks.

    I only wish there was a way to change the order or the list. My pages don't really make sense in alphabetical order.

    October 6, 2013 at 2:09 am in reply to: remove hooked ad on single page #65527
    stepheniryna
    Member

    Thanks Brad.

    Dynamik has a custom css area which includes conditionals functionality. I added ! is_page(874) && ! is_page(908) which adds the ad on all pages except 404 page (which is set up with a php redirect) and my google custom search results page.

    Thanks for the help.

    October 5, 2013 at 9:26 am in reply to: remove sidebar on a single page #65470
    stepheniryna
    Member

    I wish it were that easy. The tool is awesome, but their policies say they won't help with css (though apparently didn't need it in this situation) and the forum is almost a ghost town.

    By the way, David, your signature link threw up a 403 error.

    October 5, 2013 at 8:25 am in reply to: remove sidebar on a single page #65464
    stepheniryna
    Member

    Okay, I just figured it out, thanks to your original reply. I saw the "labels" option there underneath the layout settings and explored it. Created a label in the custom area, "Width 1100", saved and then selected it on the page settings. Worked like a charm.

    October 5, 2013 at 8:07 am in reply to: remove sidebar on a single page #65462
    stepheniryna
    Member

    Thanks, that removed the sidebar (easy) but my content area isnt full width. It's just the same width as other pages minus the sidebar... My entire page width is 1100, how do I make this page that wide without sidebar? Is it possible?

    May 5, 2013 at 11:48 am in reply to: Need two search boxes #39417
    stepheniryna
    Member

    Translation plugins may work for webmasters who don't know the other languages, but it's not an ideal solution. Auto translation never works as well as human translation. Auto-translate often can't distinguish proper meanings or make intelligible equivalents.

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