• 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

asbilly92

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 129 total)
← 1 2 3 4 5 6 7 →
  • Author
    Posts
  • February 19, 2016 at 7:47 am in reply to: Category archive pages not working #179386
    asbilly92
    Participant

    This is the code that ultimately FIXED my issue:

    //add custom post type to tags and categories
    function add_custom_types_to_tax( $query ) {
    if( ( $query->is_category() || $query->is_tag() ) && $query->is_main_query() ) {
    
    // Get all your post types
    $post_types = array('post' , 'my-custom-post-type');
    
    $query->set( 'post_type', $post_types );
    }
    return $query;
    }
    add_filter( 'pre_get_posts', 'add_custom_types_to_tax' );

    **Above code came from: Post where code came from

    February 19, 2016 at 7:14 am in reply to: Navigation not showing up on category archive pages #179384
    asbilly92
    Participant

    OMgosh!! I just have to say THANK YOU THANKS for this post thread!!

    I just had the exact issue, been struggling with it for 2 days; after finally getting my CPT's to show up in the archives then poof my nav menu went bye bye agggg, BUT this fixed it!!!

    Be lost without these forums!!

    February 18, 2016 at 5:06 pm in reply to: Category archive pages not working #179351
    asbilly92
    Participant

    Sorry, I just wanted to add that these are CUSTOM POST TYPES, that I made with a plugin... that seems to be the problem maybe, but I need help with the code to get these custom post types working with they show up in archive pages. I got some code from a blog post but it does really odd stuff to the Admin area and gives me a heart attack!

    December 24, 2015 at 7:27 am in reply to: Calypso #174740
    asbilly92
    Participant

    OK I understand that part, and thank you; but what will it mean for people like me as far as producing and editing a theme, using php etc... will be still be using the same skills to help make and customize the theme like utilizing php, html, css?

    I read somewhere that developers will need to not use php or as much php and learn node.js.....is this part true? Another

    language to learn for developers??

    September 17, 2015 at 1:49 pm in reply to: Author Pro genesis nav menu css at smaller viewport #165924
    asbilly92
    Participant

    Ok great thanks, that's what I thought 😉

    September 17, 2015 at 9:57 am in reply to: Author Pro genesis nav menu css at smaller viewport #165890
    asbilly92
    Participant

    UPDATE ...

    I made an adjustment...I copied all of the css that was related to the location of the Geneses nav menu from the @media only screen and (max-width: 980px) and added it also to the @media only screen and (max-width: 1200px), this seems to have fixed my issue, but is it wrong to have the same code in both media queries?

    Should I take it out of the 980 one or can I just leave it there?

    September 17, 2015 at 8:58 am in reply to: Author Pro Logo size #165884
    asbilly92
    Participant

    Perfect, thanks!

    September 17, 2015 at 7:36 am in reply to: Author Pro Logo size #165868
    asbilly92
    Participant

    Yeah! You are awesome, thank you 😉 I will give it a shot !!

    July 7, 2015 at 4:49 am in reply to: Footer credits: moving them to below widget areas in footer #158631
    asbilly92
    Participant

    Yes, I did, I was actually trying to put 6 widget column areas inside the footer; yet still wanted to retain the footer credits below that.

    I made my 6 footer widgets with Genesis Extender (can't live without that one lol) and then hooked them into the genesis_footer.

    I then made a class and assigned it to the paragraph tag surrounding the copy-wright that contained a clear:both which forced it below the widgets. You can see it here and use Developer Tools to look at the copy-wright line: http://www.djccoreconsulting.com

    June 5, 2015 at 5:52 am in reply to: SSL Certificate on Genesis #154973
    asbilly92
    Participant

    Ok i will do that, and post back thank you !!

    June 2, 2015 at 7:57 am in reply to: SSL Certificate on Genesis #154534
    asbilly92
    Participant

    Ok great thank you! Do you know if I do follow one of those above code snippets will I have to make a 301 redirect from the how the page is now (without the ssl?) like directing it from http://www.mydomainnamedotcom to https:www.mydomainnamedotcom??

    January 21, 2015 at 7:47 am in reply to: RSS Feed Widget caused fatal error ! #138175
    asbilly92
    Participant

    Here's the error I received when I tried the RSS Feed Widget that comes by default with my Genesis installation:

    The error said: Fatal error: Unknown: Cannot use output buffering in output buffering handlers in Unknown on line 0

    December 4, 2014 at 1:29 pm in reply to: Error message I got when I installed Genesis Extender Plugin #133616
    asbilly92
    Participant

    Nope, sorry I just saw this! I never did figure it out, the message is gone now and Genesis Extender seems to be working just fine...should I be concerned about it??

    October 31, 2014 at 8:20 am in reply to: Minimum Pro site tagline – make it an h2 tag #130011
    asbilly92
    Participant

    Thank you, I ended up solving it by using the unique body class and then site tagline - display none. It's a small site so this is so easy for me to do and then I can still easily have the site tagline on any page that I want 😉

    October 30, 2014 at 8:40 am in reply to: Minimum Pro site tagline – make it an h2 tag #129877
    asbilly92
    Participant

    Ok I tried this and it didn't work 🙁 but you did say that you hadn't tried it so...do you think it's just a tweak in your code maybe?

    October 24, 2014 at 11:19 am in reply to: Minimum Pro site tagline – make it an h2 tag #128986
    asbilly92
    Participant

    That worked perfectly, thank you!

    I wonder if there is a way to have the site-description only show on the home page?

    October 23, 2014 at 7:39 pm in reply to: Minimum Pro site tagline – make it an h2 tag #128906
    asbilly92
    Participant

    OH wow thank you! I will give it a shot tomorrow!

    October 15, 2014 at 6:27 pm in reply to: Minimum Pro Large background image height question #127939
    asbilly92
    Participant

    Ok so it's ONLY designed right out of the box to be a background image? It can't be just a nice big huge full width image that ends somewhere before the footer?

    Or is this what I need to do? See link below...

    http://sridharkatakam.com/setting-responsive-image-place-background-minimum-pro/

    October 2, 2014 at 4:05 pm in reply to: Help finding right genesis theme #126590
    asbilly92
    Participant

    Oh wow thank you Smarty for that recommendation, that is very nice also! I kinda also wondered about the Agency Pro theme... (sound familiar 😉 ) .

    He really likes that huge building picture in that one site I sent before.

    I think if I can find something very similar he would go for it...

    September 19, 2014 at 11:42 am in reply to: Minimum Pro Large background Image using a logo #125073
    asbilly92
    Participant

    Yep, that was my conclusion.

    Thank you for trying tho, just wanted to make sure there wasn't something I was missing...

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

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