• 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

carrie

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 35 total)
1 2 →
  • Author
    Posts
  • January 29, 2021 at 8:47 pm in reply to: Essense pro remove underline from pages #502841
    carrie
    Participant

    Find this code in your stylesheet and like I have below, add: text-decoration: none;

    a {
    background-color: transparent;
    text-decoration: none;
    }

    The way I understand it is if it's not defined in your stylesheet (which it doesn't look like it is), the browser defaults to underlining links. I could be wrong, I'm sure someone will correct me... but, try it 🙂

    Carrie

    May 15, 2019 at 11:14 am in reply to: Genesis update causing crashes #491177
    carrie
    Participant

    Well, I fooled around trying to fix, restored my back up a couple of days, still blaming the latest Genesis update but nope, it turned out to be my Really Simple SSL plugin... so now I have a Not Secure issue... ack.

    December 27, 2018 at 2:20 pm in reply to: Studiopress and Gutenberg – Any Issues So Far? #225258
    carrie
    Participant

    I've updated all my client sites and all is fine. The sites where I'm getting "updating failed" and "publishing failed" is my own. I have no idea how to fix it, it's not a plugin, it's not a theme...

    February 11, 2018 at 6:51 pm in reply to: Remove "Leave a Comment" box from top of post – Executive Pro #216459
    carrie
    Participant

    In your css, try...

    .entry-comments-link {
    display: none;
    }

    Cheers,
    Carrie

    February 1, 2018 at 3:09 pm in reply to: Parallax Pro – change color of title in text widget #216020
    carrie
    Participant

    I don't have it in front of me, but in your css file try looking for: .home-odd .widget-title (& home-odd a.button if you want to change the button text color)

    January 29, 2018 at 9:11 pm in reply to: Education Pro – limit front page to 3 categories #215865
    carrie
    Participant

    Okay, figured it out... that code didn't do anything. What I wanted was to exclude categories...

    function nice_exclude_cat( $query ) {

    if ( $query->is_home() && $query->is_main_query() )

    $query->set( 'cat', '-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18,-19,-20,-21,-22,-23,-24,-25,-26,-27,-28,-29,-30,-32,-33,-34,-35,-36,-37,-38,-39,-40,-41,-42,-43,-44,-46,-47,-48,-51' );

    return $query;

    }

    Yay! 🙂

    January 29, 2018 at 9:59 am in reply to: Education Pro – limit front page to 3 categories #215825
    carrie
    Participant

    Okay, that's not working... I'm not sure what I need to be changing here?

    Thanks,
    Carrie

    January 29, 2018 at 9:55 am in reply to: Education Pro – limit front page to 3 categories #215824
    carrie
    Participant

    Thanks Victor, would this then be correct?

    /**

    * Limit homepage to three categories

    *

    */

    function be_home_query( $query ) {

    if( $query->is_main_query() && $query->( is_home() || is_front_page() ) && !is_admin() )

    $query->set( ‘category_name’, ‘upcoming-events, news, member-messages’ );

    }

    add_action( ‘pre_get_posts’, ‘be_home_query’ );

    December 27, 2017 at 12:57 pm in reply to: editing styles.css in wordpress template editor #214848
    carrie
    Participant

    Thank you! Thank you! Thank you, odnt!!

    December 17, 2017 at 1:35 pm in reply to: Whole website suddenly displaying to the left #214645
    carrie
    Participant

    Thanks so much, Victor - I can only think it was there and then disappeared, but am unsure how that could be? Any idea?

    December 5, 2017 at 8:45 pm in reply to: editing styles.css in wordpress template editor #214301
    carrie
    Participant

    Thanks for the insight, folks...one of my questions answered - what a pita!

    Carrie

    October 22, 2017 at 12:09 pm in reply to: Boss Pro Theme – Help w/ Navigation Bar Colors #212823
    carrie
    Participant

    In the style.css file...


    @media
    only screen and (min-width: 800px)
    style.css?ver=1.0.1:2098
    .with-page-header .genesis-nav-menu a, .with-page-header .genesis-nav-menu .menu-item.highlight a {
    color: #fff;
    }

    The fff is the white. Change to 000

    February 19, 2017 at 11:36 am in reply to: New Header: Unwanted white space above and below header on mobiles. #201602
    carrie
    Participant

    I replied to this but it's not showing up, I'll try again...

    Don't delete this post! I had a similar problem yesterday... and the day before... ugh. Anyway, RESOLVED!!

    1. Go to: http://keypresswp.com/full-width-responsive-header-image-lifestyle-pro/

    2. BUT First, follow the 4 steps described in Option 6 of Getting Your Head Around Header Images but for Step 3 use the following CSS code which is here:

    Getting Your Head Around Header Images

    3. After I completed Option #6 (but used Step 3 as per above or you'll get your Site Description displayed below the header!) it worked like a charm after refreshing a few times 🙂

    If anyone cares and for anyone searching the forum for this, the plugin Polylang (I'm doing a French/English website) works with Genesis/Lifestyle Pro. So far I've set it up with Pages, Navigation and Menu with no conflicts. For photo galleries, the plugin Soliloquy Pro is also working and I have not yet run into any issues.

    Carrie

    February 19, 2017 at 11:26 am in reply to: New Header: Unwanted white space above and below header on mobiles. #201598
    carrie
    Participant

    Don't delete this post! I had a similar problem yesterday... and the day before... ugh. Anyway, RESOLVED!!

    1. Go to: http://keypresswp.com/full-width-responsive-header-image-lifestyle-pro/

    2. BUT First, follow the 4 steps described in Option 6 of Getting Your Head Around Header Images but for Step 3 use the following CSS code which is here:

    Getting Your Head Around Header Images

    3. After I completed Option #6 (but used Step 3 as per above or you'll get your Site Description displayed below the header!) it worked like a charm after refreshing a few times 🙂

    If anyone cares and for anyone searching the forum for this, the plugin Polylang (I'm doing a French/English website) works with Genesis/Lifestyle Pro. So far I've set it up with Pages, Navigation and Menu with no conflicts. For photo galleries, the plugin Soliloquy Pro is also working and I have not yet run into any issues.

    Carrie

    September 10, 2015 at 4:21 pm in reply to: Focus Pro – Header in Center #165166
    carrie
    Participant

    Okay, that drove me bonkers. Here's the answer in case anyone else needs it, tweak the padding:

    Site Header
    ---------------------------------------------------------------------------------------------------- */

    .site-header .wrap {
    background: #69813c url(images/lines.png);
    background-size: 6px 6px;
    margin-bottom: 5px;
    padding: 0px 60px 0px 300px;
    }

    August 28, 2015 at 4:10 pm in reply to: Magazine Pro – Secondary Menu colors #163939
    carrie
    Participant

    Thanks frobn, I'm going to run all this by a friend of mine on Monday - maybe she has some fresh ideas on this weirdness. I REALLY appreciate your help and thoughts about this issue. I'll post if I am able to resolve - have a great weekend!

    August 28, 2015 at 12:50 pm in reply to: Magazine Pro – Secondary Menu colors #163921
    carrie
    Participant

    It didn't work... here's a screenshot, it killed the primary menu;
    http://www.thevirtualinch.ca/tvi/tbs-infooter.jpg

    August 28, 2015 at 9:40 am in reply to: Magazine Pro – Secondary Menu colors #163901
    carrie
    Participant

    That is weird. Disabling VC didn't do anything. I installed Genesis Simple Hooks but maybe I'm not putting it in the right spot?

    August 28, 2015 at 8:40 am in reply to: Magazine Pro – Secondary Menu colors #163887
    carrie
    Participant

    Okay, I looked again and what you see isn't what I see - I see exactly what you told me to put in the css as per above. I should've put "didn't" find it above, it won't let me edit my message to you now 🙁

    August 28, 2015 at 8:32 am in reply to: Magazine Pro – Secondary Menu colors #163885
    carrie
    Participant

    Okay, this is weird because I can't find what you say you see as I pasted in exactly what you typed under the Secondary Menu area....

    /* Secondary Navigation
    --------------------------------------------- */

    .nav-secondary .wrap {
    border-bottom: 1px solid #fff;
    }

    .nav-secondary a,
    .genesis-nav-menu {
    background-color: #fff !important;
    color: #000 !important;
    }

    Do you not see it? Could it be a plugin messing up what you see? I inherited this client so I'm not sure what was done previous to me and there is a Visual Composer plugin, etc. I'm wary of.

    I did a Find on the code you said you see and it's not in the style.css file. I'm stumped. I'll go look again for this code you said you see.

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