• 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 - 101 through 120 (of 129 total)
← 1 2 3 … 5 6 7 →
  • Author
    Posts
  • September 18, 2014 at 9:55 am in reply to: Where to put Additional css file #124913
    asbilly92
    Participant

    Ok wow great! Thanks for the tip!

    I just looked at that blog post; wow perfect, just what I was looking for thank you very much for pointing me in that direction!

    I wonder if this would work for say for instance if you wanted to add some bootstrap features to a WordPress site?

    September 5, 2014 at 11:53 am in reply to: Agency PRO Make background image end before footer widgets #122956
    asbilly92
    Participant

    I'm very glad!

    So much nicer when it works correctly 😉

    August 22, 2014 at 8:17 am in reply to: Call To Action Button placement on Minimum Pro #120471
    asbilly92
    Participant

    Ok thank you, I had looked at that with Developer Tools and guess it wasn't obvious to me. I fixed it by adding an extra space before the button; - which gave the image and text more room. Looks centered now 😉

    THANKS!!

    August 18, 2014 at 10:50 am in reply to: Agency PRO Make background image end before footer widgets #119551
    asbilly92
    Participant

    Try adding padding-top: 95px; to the .wrap that is just before the footer widget 1-3 footer widget areas. I was able to adjust it using developer tools and it moved the image to just above the footer widgets. That seems to push the all of the .footer-widget areas down putting your image directly above

    August 14, 2014 at 1:49 pm in reply to: Footer credits: moving them to below widget areas in footer #118848
    asbilly92
    Participant

    I did that at first but that's not where I want the widgets .... is there something wrong with putting the widget areas in the footer? I'm just going to be using it for links...isn't this OK?

    August 14, 2014 at 1:10 pm in reply to: Footer credits: moving them to below widget areas in footer #118842
    asbilly92
    Participant

    No I'm actually putting them in the footer itself; so I used genesis_footer. I made these with Genesis Extender just fyi

    July 9, 2014 at 10:59 am in reply to: Minimum Pro Home Page Widget Area #113580
    asbilly92
    Participant

    Oh gosh I'm sorry, but I'm mainly just wondering where to 'hook' it..that's a valid Genesis question tho?

    I will do that tho thank you...

    May 13, 2014 at 11:40 am in reply to: Page Title in Minimum Pro not showing! #104942
    asbilly92
    Participant

    Just an update! I got this fixed! For other's or whom else this might help... I had my Reading > Settings kind of done wrong even though the site 'looked' like it was fine.

    I wanted the site to come up to the Genesis blog Archive excerpts page, not the typical front-page.php like most folks that use the Minimum Pro theme! I had to rename my front-page.php file to front-page.txt and then go back into my settings and choose 'Your Latest Posts' as the Front Page Display. Doing this fixed my issue with the Page Title not showing!

    Thanks to any whom helped 😉

    May 12, 2014 at 8:05 am in reply to: Page Title in Minimum Pro not showing! #104647
    asbilly92
    Participant

    NO not a silly question at all!!

    YES there is a title in settings > general....there is also the same exact title in the Genesis SEO title area....I have other sites running this same genesis chile theme and the home page titles are set up exactly the same way and the title shows up great......

    Thank u for taking the time to help

    May 9, 2014 at 8:13 am in reply to: Minimum Pro theme Primary Nav and Slider placement #104280
    asbilly92
    Participant

    Sridhar, thank you for responding!

    I had posted that a while ago and I did find a solution for it!

    I my mind I was correct that the nav, minimum_slider, and minimum_site_tagline were all then indeed 'competing' for the same 'genesis_after_header' area!

    I did NOT use the above code that I pasted before, instead I changed the order of the functions; or the # at the end of the add_actions and that worked.
    For example the #'s at the end of my add_actions now look like this:

    add_action( 'genesis_after_header', 'minimum_slider', 16 );

    add_action( 'genesis_after_header', 'minimum_site_tagline', 17 );

    Now I have the order of: nav, slider, site tagline.

    Thank you 😉

    May 6, 2014 at 6:32 pm in reply to: Blog achieve photo thumbnail regenerating after switching to genesis theme #103958
    asbilly92
    Participant

    Awesome Lauren! Have you used this Regenerate Thumbnails with a Genesis theme ...obviously??

    January 25, 2014 at 3:58 pm in reply to: Full Width Text Widget in Minimum Pro Theme #87000
    asbilly92
    Participant

    Did you get this figured out? I did it a different way but if you still need help let me know 😉

    January 24, 2014 at 9:06 am in reply to: Take a current blog site and make it a Genesis site #86814
    asbilly92
    Participant

    Yes, the current site is a WordPress site...it has the 2010 theme NEEDS updated!

    Is there any way to like 'do' it and then preview it to see how it's looking before letting it be 'live' ?

    So this won't really affect the data base? I can switch back if there's a problem?

    Should I drag all of my widgets into the 'inactive' area before doing this?

    THANK YOU!!!

    December 26, 2013 at 12:39 pm in reply to: Enable 4 column footer widget area genesis #81278
    asbilly92
    Participant

    Wow thank you for your quick reply! I will give it a shot and let you know, THANK YOU!!!

    December 26, 2013 at 7:46 am in reply to: Primary and secondary menu locations in Minimum Pro theme #81240
    asbilly92
    Participant

    I got it! I almost forgot to update this. I used this post: http://sridharkatakam.com/moving-primary-navigation-tagline-header-minimum-pro/

    Thank you though; that's exactly what this post had me do!! I will mark it resolved!!

    December 20, 2013 at 9:49 pm in reply to: Minimum Pro theme Primary Nav and Slider placement #80558
    asbilly92
    Participant

    Ok yep thank you! Well it does appear that way but I think they are both competing for the 'genesis-after-header' area because both the navbar and the slider are referencing that area if you know what I mean. In my functions.php file the navbar does come before the slider....

    I was wondering about using the genesis_before-content-sidebar-wrap idea also but I was unsure how to change the code from the blog post where I obtained it (explaining how to add the slider in) so that it would reflect adding the slider in before the before_content_sidebar_wrap.....

    This is the action part of the code now:

    //* Add home slider between header and tagline
    add_action( 'genesis_after_header', 'minimum_slider', 9 );

    function minimum_slider() {
    if (is_home() || is_front_page()) {
    printf( '<div %s>', genesis_attr( 'home-slider' ) );
    genesis_widget_area( 'home-slider' );
    echo '</div>';
    }
    }

    Do you mean to change it to:

    //* Add home slider between header and tagline
    add_action( 'genesis_before_content_sidebar_wrap', 'minimum_slider', 9 );

    function minimum_slider() {
    if (is_home() || is_front_page()) {
    printf( '<div %s>', genesis_attr( 'home-slider' ) );
    genesis_widget_area( 'home-slider' );
    echo '</div>';
    }
    }

    That would make sense to me but I wasn't quite sure....THANK YOU for taking the time 😉

    November 22, 2013 at 8:56 am in reply to: Full Width Text Widget in Minimum Pro Theme #74962
    asbilly92
    Participant

    I fixed this! Another Studiopress forum gal caught that I hadn't closed my link above the widget area correctly and it was throwing the whole page of below...

    THANK YOU!

    November 22, 2013 at 7:28 am in reply to: Text Widget in Minimum Pro Theme #74939
    asbilly92
    Participant

    OMgosh thank you, I'm laughing because I didn't totally understand what you were saying, but you did cause me to re-enter the code for the link and I think that fixed it!

    THANK YOU!!!!!!!!!! Virtual hug lol ((hug))

    November 22, 2013 at 6:21 am in reply to: Full Width Text Widget in Minimum Pro Theme #74931
    asbilly92
    Participant

    Opps I'm sorry there is a 'blank' Coming Soon Plugin that was activated last night...SORRY LOL!

    Yep kinda odd my full width text widget that I added is getting like 'auto-wrapped' in anchor tags, so that all of the text is acting as a link...It's also doing that in the site tag line are with any text widgets I add in there.

    I guess these areas might have been developed to contain only links and I might want to add links in these text widget areas but I don't want ALL of the text in these widgets to be formatted like links.... does that make sense?

    Thank you 😉

    November 21, 2013 at 7:35 am in reply to: Full Width Text Widget in Minimum Pro Theme #74704
    asbilly92
    Participant

    Ok I think I kinda got it lol, but look at where I added the text widget, all the text is now coming out as a link....hummm. Getting closer I guess. Check it out: http://amystout.com/wordpress1/

  • Author
    Posts
Viewing 20 posts - 101 through 120 (of 129 total)
← 1 2 3 … 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