• 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

SimplyAA

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 - 21 through 40 (of 80 total)
← 1 2 3 4 →
  • Author
    Posts
  • October 12, 2014 at 9:36 am in reply to: Audio not playing in Firefox #127575
    SimplyAA
    Member

    Hi Jamie,

    I'm not using JetPack, just the built-in audio player that comes with WordPress.


    Angela

    October 5, 2014 at 8:24 am in reply to: Nav Menu not centering #126812
    SimplyAA
    Member

    Eamon,

    You are my hero today! That worked. I spent so long trying to figure that.

    Thank you so very much.


    Angela

    September 23, 2014 at 6:41 am in reply to: Links on images in Firefox not working #125413
    SimplyAA
    Member

    Wow - thank you! I totally should have caught that.

    thank you VERY much for solving this.


    Angela

    September 21, 2014 at 12:34 pm in reply to: Links on images in Firefox not working #125225
    SimplyAA
    Member

    Sorry, I thought I had updated with the website. It's on this page: http://mysimpleuniverse.com/website/. The images (Freebie, MailChimp, etc.) in Chrome I can click on the image and it takes me to the correct page. In Firefox nothing happens when you click the image.

    I saw a lot about this issue on the internet and tried a few things but was never able to resolve it.

    I would love any assistance.

    Thank you very much.


    Angela

    September 19, 2014 at 9:31 am in reply to: Links on images in Firefox not working #125061
    SimplyAA
    Member

    Hi Susan,

    Actually, I haven't found a solution and would love some help.


    Angela

    July 22, 2014 at 12:43 am in reply to: Password Protected Page #115334
    SimplyAA
    Member

    Thanks so much for the info. I really appreciate it.

    One question: I do have the Gravity Forms developers license and the MailChimp already integrated. When you state "along with the Members plugin for controlled access" are you referring the the OptimizePress plugin I am using or another plugin?


    Angela

    July 2, 2014 at 8:17 am in reply to: Executive Pro Theme Home Page – why sidebar showing up #112633
    SimplyAA
    Member

    No. I just installed the theme and followed the setup instructions. I even tried installing again on a new website.


    Angela

    July 1, 2014 at 9:54 pm in reply to: Executive Pro Theme Home Page – why sidebar showing up #112554
    SimplyAA
    Member

    Update: my temp fix was to set general theme setting sto full width, then change each individual page to content/sidebar but it still doesn't make sense since theme directions say to put Content/Sidebar


    Angela

    May 10, 2014 at 6:21 pm in reply to: Post images to left of post content without wrapping #104487
    SimplyAA
    Member

    Thanks Brad. I actually found that same post. I'm creating my own theme using Dynamik and Genesis.


    Angela

    April 28, 2014 at 6:19 pm in reply to: Widget is displaying on all pages #102832
    SimplyAA
    Member

    Thanks. I actually had the wrong code in above message. I changed it to this and it worked:

    add_action( 'genesis_after_header', 'child_home_slider' );
    function child_home_slider() {
       if ( ! is_home() )
     return;
     genesis_widget_area( 'home-slider', array(
    			'before' => '<div id="home-slider"><div class="wrap">',
    			'after' => '</div></div>',
    		) );
    
    	}

    Angela

    March 23, 2014 at 8:37 pm in reply to: Widget has extra padding #96301
    SimplyAA
    Member

    I figured this out. I had to remove the margin in the below code from style.css

    img.centered,
    .aligncenter {
    	display: block;
    	margin: 0 auto 24px;
    	margin: 0 auto 2.4rem;
    }
    

    Angela

    March 23, 2014 at 7:31 pm in reply to: Streamline Pro header responsive issue #96289
    SimplyAA
    Member

    I found the resolution. First, I had added some CSS INSIDE the media queries section so it was messing up my responsiveness. I moved that and then I re-downloaded Streamline Pro files and copied the entire media queries section form style.css over my current style.css. That fixed the responsive issue.

    I then added this code to all the different media queries to change the background of the 3 featured items from transparent to white so they would show up .featured-content {
    background-color: #fefefe;
    }


    Angela

    March 23, 2014 at 7:02 pm in reply to: Streamline Pro header responsive issue #96284
    SimplyAA
    Member

    UPDATE: I have moved this site to here http://www.getlevitin.com/ but would really appreciate any help on this. Thanks


    Angela

    March 23, 2014 at 4:08 pm in reply to: Streamline Pro header responsive issue #96265
    SimplyAA
    Member

    I thought I had part of this solved. I added this code `.home-featured-1,
    .home-featured-2,
    .home-featured-3 {
    background-color: #fff;
    }
    `
    in the @media section of style.css. Now the 3 featured items show with white background rather than the gradient that was too dark. However, when I check on the Genesis Responsive Design check it still shows dark color. Also, it does NOT fix it on my iPad.

    I also have a new problem: the 3 featured widgets don't show up on the same line on smaller devices.


    Angela

    March 21, 2014 at 11:13 am in reply to: Streamline Pro new Widget CSS #95963
    SimplyAA
    Member

    Yes! Success! Thank you so much. I thought I was going crazy.

    Thanks again Tom.


    Angela

    March 21, 2014 at 10:05 am in reply to: Streamline Pro Theme centering slider #95958
    SimplyAA
    Member

    If I remember correctly, when I went into I went into the folder "plugins", "genesis-responsive-slider" folder and opened up the style.css file and added: `display: block;
    max-width: 100%;` that made it take up the full width. I think I had to adjust the slide size as well in the Genesis, Slider Settings. I used 1140 by 400.

    I hope that helps.


    Angela

    March 21, 2014 at 9:59 am in reply to: Streamline Pro new Widget CSS #95957
    SimplyAA
    Member

    Thanks for responding. This is really strange and I feel like I'm missing something simple.... I changed it to #testimonials. I made the background red so it would stand out. Now, the red background shows up on the smaller size screens but not full screen when I check it out at: http://www.studiopress.com/responsive/. (www.freespiritwebsites/lg)

    What am I missing?


    Angela

    March 14, 2014 at 12:32 pm in reply to: Streamline Pro new Widget CSS #94885
    SimplyAA
    Member

    I did but it still doesn't work. It won't acknowledge any of the CSS I used. I read somewhere about that I have to use the i selector id and I tried that but still couldn't get it to work. This is what Firebug shows right now:

    <div class="wrap">
    <section id="text-2" class="widget widget_text">
    <div class="widget-wrap">

    Angela

    March 13, 2014 at 3:39 pm in reply to: Streamline Pro add sign up bar #94769
    SimplyAA
    Member

    Thanks for the tip but I don't want to do that as it's too large. I have it now with an image for what I need but I would like to know how to format without using an image.


    Angela

    March 12, 2014 at 7:25 pm in reply to: Streamline Pro add sign up bar #94545
    SimplyAA
    Member

    Update: I am now trying to style the CTA (Sign up to get free updates.....) and the "What our clients are saying" widget area. Any help on CSS would be greatly appreciated. Thanks.

    http://freespiritwebsites.com/lg/


    Angela

  • Author
    Posts
Viewing 20 posts - 21 through 40 (of 80 total)
← 1 2 3 4 →
« 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