• 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

tanyaslogos

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 34 total)
1 2 →
  • Author
    Posts
  • April 29, 2019 at 12:34 am in reply to: Changing Heading and Text Color Front Page (Monochrome Pro) #490910
    tanyaslogos
    Member

    Try this:

    .post-177 h1 .color {
    color: #09368a!important;
    }

    .post-177 h5 .color {
    color: #fff!important;
    }

    March 5, 2019 at 4:18 pm in reply to: Next and Previous Buttons for Blog Posts #489854
    tanyaslogos
    Member

    Thank you so much Brad! You are the BEST! I appreciate YOU and all you do for this community!

    Tanya

    February 28, 2019 at 5:13 pm in reply to: Next and Previous Buttons for Blog Posts #489773
    tanyaslogos
    Member

    Thank you Brad, I appreciate your help!

    Tanya

    February 28, 2019 at 2:02 pm in reply to: Next and Previous Buttons for Blog Posts #489769
    tanyaslogos
    Member

    Thank you Brad! This is great the only problem is that it doesn't go to the next post within the category that the post is in - it goes to the next post that was created (even if it's in a different category. Is there a way to limit it to show just the posts that are in the same category?

    Thank you in advance,
    Tanya

    note: using infinity pro

    June 11, 2018 at 10:47 pm in reply to: Getting shortcode to render on blog page | Academy Pro #220765
    tanyaslogos
    Member

    That is GENIUS! Looks like exactly what I was trying to achieve and it is freaking GREAT that you have made it work three different ways! The PHP Gods love you lol

    Unfortunately it doesn't work for me but I am guessing that is because I don't have the files you mentioned installed. Is there somewhere I can get those files?

    I looked on the tutorial page you created but I must be looking in the wrong place.

    Thank you so very much for helping me with this! I would love to buy you a beer if you have a paypal account. 🙂

    June 11, 2018 at 12:57 pm in reply to: Getting shortcode to render on blog page | Academy Pro #220759
    tanyaslogos
    Member

    Hello Brad,

    Yes! You hit the nail on the noggin. 🙂

    That is exactly what I want. Do you think there is a way to make it work?

    Thanks again and again and again
    Tanya

    June 9, 2018 at 9:03 pm in reply to: Getting shortcode to render on blog page | Academy Pro #220701
    tanyaslogos
    Member

    Hello again Brad - Thank you so much for taking the time to follow up! I really appreciate your help 🙂

    Unfortunately, the site is still under construction so it isn't live yet 🙁

    If you go here: https://my.studiopress.com/themes/academy/#demo-full

    Click on Sample Page > Blog Page you will see what I mean.

    Where the featured image is showing for each post is where I would like the slider to show. It doesn't have to be above the title which would require additional finagling - it just has to render with the rest of the content on the post page.

    The shortcode is on the post page but the blog page is blocking it. lol

    That is why I figured I need to do a "do_shortcode" somewhere but I am at a loss as to how to get it to work.

    I tried this:

    //* enable shortcodes in blog area
    add_action('genesis_before_content_sidebar_wrap', 'do_shortcode');

    But it didn't work - me and PHP are in a love hate / hate relationship LOL

    If nothing else I will just take an image from the slider and use it as a featured image but it would have been nice to have the option of a slider.

    Thanks again for taking the time help! You're the BEST!

    Tanya

    June 9, 2018 at 2:19 pm in reply to: Getting shortcode to render on blog page | Academy Pro #220695
    tanyaslogos
    Member

    Hello Brad! Thank you so much for that link and for the additional information.

    Sorry for the delay in getting back to you - I thought I had hit send on this reply but just found it sitting here when I started closing windows. lol

    Unfortunately (unless I am reading the info wrong) I don't think that is going to do what I want.

    I have added a slider to each of my posts using it's shortcode. I want that slider to display in each post excerpt on the blog page / post section of the home page of academy pro but it doesn't.

    I am guessing that it is not showing because excerpts on the blog page block out html and shortcodes. I thought maybe changing it to "content" would do the trick but it didn't.

    Is there a way to render a shortcode on the blog page / home page post area?

    June 7, 2018 at 9:09 pm in reply to: Adding widget under header right navigation on Academy Pro #220655
    tanyaslogos
    Member

    Hello Brad, Nope I gave up. LOL

    I tried to reposition it with css but it wouldn't budge.

    No biggy I worked around it. 🙂

    Thanks for following up though! I appreciate your help!

    Tanya

    May 29, 2018 at 12:38 pm in reply to: Genesis Sample Responsive Menu Issue #220353
    tanyaslogos
    Member

    Thank you ScottFromPA! I was looking for an answer to this! Thank you so much for sharing! You are the BEST!

    April 2, 2018 at 11:33 am in reply to: Adding widget under header right navigation on Academy Pro #218557
    tanyaslogos
    Member

    Hmmm how very weird....

    This is what I get lol - I think the PHP Gods love you!

    screenshot

    I have tried moving it over with CSS but nothing seems to want to scooch it over. Ehhh

    ¯\_(ツ)_/¯

    April 1, 2018 at 9:23 pm in reply to: Adding widget under header right navigation on Academy Pro #218538
    tanyaslogos
    Member

    Hello Brad,

    Thank you so very much! I am sorry for the delay in getting back to you - Easter snuck up on me like some demonic bunny rabbit and bashed me in the head! lol

    I had tried that ( actually I tried every number between 1 and 15 lol )

    When I comment out the "remove header-right widget" on line 216 and add the number 5 to line 274 I get this order.

    Navigation
    Title
    Widget

    What I was trying to achieve was

    Title
    Navigation
    Widget

    I guess my OCD is getting in my way. LOL

    Anywhooooooo I really appreciate you taking the time to help me. One of these days I am going to master this PHP stuff. Not any time in the near future apparently but someday! LOL

    THANKS AGAIN! YOU ARE THE BEST!
    Tanya

    March 31, 2018 at 8:40 pm in reply to: Adding widget under header right navigation on Academy Pro #218513
    tanyaslogos
    Member

    Thank you Erika! I really appreciate you taking the time to help me. 🙂

    That is a great tutorial - unfortunately my problem isn't adding the widget box it has more to do with positioning it.

    When I comment out the removal of the original "header right widget" it adds the header widget code before the navigation code on the right side of the header.

    I want the code to display under the navigation - not above it.

    I tried changing the position number on the navigation but it moves it everywhere but above the header right widget box. lol

    Anywhoooo I am going to fiddle with it some more and hopefully I will find the magic number. 🙂

    Thanks again and I hope you have a great Holiday weekend!
    Tanya

    February 20, 2018 at 8:25 pm in reply to: Product variation images not working with Genesis #216841
    tanyaslogos
    Member

    Did you ever find a fix for this? I am seeing the same issue 🙁

    January 30, 2018 at 9:49 pm in reply to: WooCommerce Shop Page Display #215886
    tanyaslogos
    Member

    I don't want to flood the help desk with additional support tickets for this because I am sure they are being slammed but I was wondering if anyone has gotten an ETA on this repair yet?

    December 17, 2017 at 2:20 pm in reply to: SLUSH – moving primary navigation to the top and secondary to under header #214648
    tanyaslogos
    Member

    update: okay so the first option breaks the "x" close menu button on media devices. I am going to use the second option. LOL

    Just ignore me. it's turning out to be one of those days.

    December 17, 2017 at 1:59 pm in reply to: SLUSH – moving primary navigation to the top and secondary to under header #214647
    tanyaslogos
    Member

    as with most things - once I asked the question out loud my brain sorted out the answer lol

    To anyone else that wants to do this here is what I did:

    functions.php - swap out the "subnav/nav" text on lines 70,71,74,75 (if it says "subnav" change it to nav - if it says nav change it to subnav) - then change the word secondary to primary on lines 81 and 91.

    This will save you from having to do a lot of css swapping but you will have to remove the "dispay:none" from the style code .zp_secondary_nav_wrap.navbar so that the hamburger menu will display on smaller screens. You will need to do other css adjustments I am sure but this gets you started 🙂

    Easier solution would be to used the same navigation for both - hide the primary for large screens - show for smaller screens. much simpler but ehhh my brain doesn't show me the simple road until after I have traveled the harder one.

    September 16, 2017 at 12:29 pm in reply to: Genesis Sample theme – change menu that mobile menu calls #211568
    tanyaslogos
    Member

    Thank you so much Victor! I ended up in the wee hours of the morning just swapping out the menus. It was a pain in the keester but not as bad as modifying the js and css. LOL

    I really appreciate you taking the time to explain that to me though. I have tucked it away for when I need it next time. I love learning new things so this gives me something to play with (aka break) when I have some down time. 🙂

    THANK YOU AGAIN! You are the BEST!

    Tanya

    March 22, 2017 at 12:45 pm in reply to: Adding SEARCH to Smart Passive Income Pro Navigation #203679
    tanyaslogos
    Member

    Hello again,

    I finally figured it out. It is the height setting on the before element for the line item.

    I added this to my custom css and now it works fine.

    .nav-primary .genesis-nav-menu > li.search::before{
    height:auto;
    }

    Hopefully this will help someone else 🙂

    January 22, 2017 at 3:09 pm in reply to: Custom excerpt length #199804
    tanyaslogos
    Member

    Thank you Jess!!!! I kept trying the code listed here http://my.studiopress.com/snippets/post-excerpts/#content-more-link and it wouldn't work but your code did the job!

    Thank you so very much! You are the BEST!

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