• 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

lostintime

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 28 total)
1 2 →
  • Author
    Posts
  • May 10, 2015 at 6:51 am in reply to: Different background color for admin comments but NOT for nested comments? #151431
    lostintime
    Member

    Done 🙂

    May 10, 2015 at 6:16 am in reply to: Different background color for admin comments but NOT for nested comments? #151426
    lostintime
    Member

    That did the trick, vajrasar. Thanks very much for your quick help!

    May 8, 2015 at 12:23 pm in reply to: Change background color of comments by post author – Genesis Sample #150980
    lostintime
    Member

    Thanks guys!

    One question though: This css code will also change the background color for any *nested* comments (replies to the post autor's comments). Is there any way around this? I would like for those to appear with the standard background.

    June 15, 2014 at 7:26 am in reply to: Changing the LANG meta tag on a per post basis #109853
    lostintime
    Member

    Might this be something that could be accomplished by using a custom field? If so, I suspect I would have to add some PHP code to the functions.php file …

    Any tips would be greatly appreciated.

    January 11, 2014 at 11:31 am in reply to: How to change the text input color for comments in the Lifestyle-Pro theme? #84632
    lostintime
    Member

    That's brilliant Andrea – thank you very much!

    January 4, 2013 at 6:28 am in reply to: "Next Post/Previous Post" link missing #9460
    lostintime
    Member

    This has been very helpful to me too. Thanks!

    January 3, 2013 at 5:01 am in reply to: Customizing search results page for use with Relevanssi #9136
    lostintime
    Member

    Thank you Bill. Will try and experiment a bit to find the best result.

    January 2, 2013 at 2:24 pm in reply to: Customizing search results page for use with Relevanssi #9019
    lostintime
    Member

    I just noticed that this solution is not mobile responsive. When using my iPad in portrait mode the Relevanssi output appears *below* the sidebar contents, just above the footer. I"ll try putting some additional css styling in the viewport for smaller displays. Maybe that will to the trick.

    January 2, 2013 at 12:36 pm in reply to: Changing Font In Balance Theme #8984
    lostintime
    Member

    Glad it worked out Robert.

    January 2, 2013 at 12:22 pm in reply to: Changing Font In Balance Theme #8981
    lostintime
    Member

    Sorry if I wasn't clear Robert.

    The line that pulls in 'Lora' from the Google font directory is already in your style file. By "commenting out" I meant putting these symbols around it: /* */

    so that I will look like this:

    /* @import url(http://fonts.googleapis.com/css?family=Lora); */

    In doing that you are effectively disabling that line so that it won't be executed. (Depending on your editor the whole line might turn grey when you do this.)

    I hope that clarifies it.

    PS Not sure about the glossary. Perhaps one of the forum moderators could jump in?

    January 2, 2013 at 11:40 am in reply to: Changing Font In Balance Theme #8970
    lostintime
    Member

    Yes to both questions. If you delete the entry for 'Lora', 'Georgia' will be "first in line" and become the default font. If you put 'Arial' as the first font then that will be the standard font.

    If you won't be using 'Lora' you can comment out the line in your style.css that's pulling in the font like so:

    /* @import url(http://fonts.googleapis.com/css?family=Lora); */

    January 2, 2013 at 11:14 am in reply to: Changing Font In Balance Theme #8963
    lostintime
    Member

    Hi there Robert,

    I don't have the Balance theme myself but from looking at that stylesheet excerpt I would say that Lora applies to all text items. (Standard body text is designated by the 'p' element.)

    January 2, 2013 at 7:21 am in reply to: Customizing search results page for use with Relevanssi #8930
    lostintime
    Member

    Yep, I upped to priority to 10, changed the hook back to genesis_after_content and now everything is the way I want it to look.

    I can't thank you enough Bill for all your hand holding through this process.

    January 2, 2013 at 7:07 am in reply to: Customizing search results page for use with Relevanssi #8927
    lostintime
    Member

    Thanks for your thoughts! Will give it a try.

    January 1, 2013 at 3:14 pm in reply to: Customizing search results page for use with Relevanssi #8816
    lostintime
    Member

    Wow, this is interesting. The updated code made the result appear at the top of the sidebar again. When I changed genesis_after_content back to genesis_before_content it went back into the post content area. With the css in place it now looks perfect.

    A big thanks for all your time and advice!

    January 1, 2013 at 12:40 pm in reply to: Customizing search results page for use with Relevanssi #8764
    lostintime
    Member

    The thing is that I there doesn't seem to be a separate page for displaying the search results. At least there's nothing in the Streamline backend. That's what's preventing me from using is_page() with the page ID.

    January 1, 2013 at 10:17 am in reply to: Customizing search results page for use with Relevanssi #8736
    lostintime
    Member

    Bummer, no joy unfortunately. The string doesn't display anywhere on the page.

    January 1, 2013 at 9:26 am in reply to: Customizing search results page for use with Relevanssi #8725
    lostintime
    Member

    I tried that, but unfortunately genesis_after_post_content made the string disappear .... Could that be because the search results are not displayed in a post?

    Using genesis_after_content seems to bring the best result – even though it isn't pretty because of the missing left margin.

    Would it be possible to style the output using css? Or would you consider that a hack?

    January 1, 2013 at 4:20 am in reply to: Customizing search results page for use with Relevanssi #8698
    lostintime
    Member

    You're my coding hero Bill 😉

    I ended up changing the hook to genesis_after_content because using genesis_before_content displayed the result in the sidebar.

    Thank you so much for pointing me in the right direction.

    December 31, 2012 at 2:38 pm in reply to: Migration question: When to use the SEO Data Transporter plugin? #8629
    lostintime
    Member

    Well, it depends on which theme you're currently using. According to the plugin developers the SEO Data Transporter offers support for the following themes and frameworks:

    Builder,  Catalyst, Frugal, Genesis, Headway, Hybrid, Thesis, Woo Framework

    It should also work with these plugins:

    All in One SEO, Greg’s High Performance SEO, Headspace2, Meta SEO Pack, Platinum SEO, SEO Ultimate, WordPress SEO

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

© 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