• 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

media317

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 48 total)
1 2 3 →
  • Author
    Posts
  • June 25, 2013 at 10:11 am in reply to: Put Search Box in Banner #47671
    media317
    Member

    Add the search widget to the Header Right widget area.


    Alan Smith
    Media317

    June 25, 2013 at 9:51 am in reply to: Sidebar Widgets Moved After Content #47669
    media317
    Member

    What is the site URL? Helps when troubleshooting.

    Alan


    Alan Smith
    Media317

    May 16, 2013 at 2:09 pm in reply to: Looking for a Genesis Expert To Help with Project Overload #41249
    media317
    Member

    I have emailed you my information.  I look forward to connecting.

     

    Alan Smith


    Alan Smith
    Media317

    April 16, 2013 at 11:28 am in reply to: CSS Ignored for Primary Widget Title #35782
    media317
    Member

    Use Agent Stylesheet is the default from the browser.  You styling in the styles.css should over ride the user agent.

    I see a margin of 0 0 10px being applied from line 999 of your style sheet.

    What do you want the margin to be?


    Alan Smith
    Media317

    April 16, 2013 at 11:24 am in reply to: Metro design Background image #35779
    media317
    Member

    Can you provide a link to the site?

     

     


    Alan Smith
    Media317

    April 16, 2013 at 11:24 am in reply to: News Theme – Middle Left and Middle Right #35777
    media317
    Member

    It is difficult to answer without having access to the site.


    Alan Smith
    Media317

    March 26, 2013 at 2:11 pm in reply to: How to RIght Adjust Primary Nav Prose #31399
    media317
    Member

    Change the #nav ul in style.css.  Set float to right and remove the width value.


    Alan Smith
    Media317

    March 25, 2013 at 2:46 pm in reply to: how to link photo in sidebar to pdf #31176
    media317
    Member

    <a title="Title of .pdf" href="http://linktopdf.com/"><img src="http://linktoimage.com" alt="Title of Image"/></a>


    Alan Smith
    Media317

    March 25, 2013 at 2:39 pm in reply to: how to link photo in sidebar to pdf #31174
    media317
    Member

    That would have to be done in a text editor and HTML.  Try something like the following:


    Alan Smith
    Media317

    March 25, 2013 at 2:37 pm in reply to: How to embed video in Theme Minimum #31173
    media317
    Member

    You can simply add the url for YouTube or Vimeo video's to the post and WordPress will add the video for you with oembed.  Here's an example.


    Alan Smith
    Media317

    March 19, 2013 at 3:27 pm in reply to: Move Navigation Bar to right in correct order #29494
    media317
    Member

    The way I always handle this is set the css to float right and then build the primary navigation menu in reverse.  It works and is a simple solution.


    Alan Smith
    Media317

    March 19, 2013 at 2:52 pm in reply to: Having trouble with Header Right Custom Menu widget in Outreach #29490
    media317
    Member

    I am using Chrome and viewing the URL's above and do not see any issues.  The alignment is doing as it should.


    Alan Smith
    Media317

    March 19, 2013 at 2:45 pm in reply to: eleven40 theme – remove "After Post" box and background? #29488
    media317
    Member

    In your style.css, go to the .after-post style and remove the background and border settings.


    Alan Smith
    Media317

    February 27, 2013 at 11:47 am in reply to: Float Widgets Above Post Content #23129
    media317
    Member

    How are you adding the images?  Are you using a text widget and coding the image or using a widget?

    To make it work, the first and third need to have "float: left;" in the css and the images will align properly.  If you use text widgets you could do something like this for the first and third image:

    <a class="alignleft" href="http://url-li.com" title="title for link"><img src="http://url-link-to-image.com" alt="image title"></a>

    And something like this for the second and fourth image:

    <a class="alignright" href="http://url-li.com" title="title for link"><img src="http://url-link-to-image.com" alt="image title"></a>


    Alan Smith
    Media317

    February 20, 2013 at 11:09 pm in reply to: Ministry Child Theme #21878
    media317
    Member

    TravisPri - Thanks for the heads up.  I've been making changes to the demo and support area and missed a link.  It should be working now.

     

    Alan


    Alan Smith
    Media317

    February 16, 2013 at 10:13 pm in reply to: Minimum theme: removing recent posts on home page #20772
    media317
    Member

    Add the following to you style.css file:

    .home #inner {
     display: none;
     }
    
    

    This will remove the section from the home page.


    Alan Smith
    Media317

    February 10, 2013 at 7:03 pm in reply to: NickGeek.com Feedback #19471
    media317
    Member

    Nick,

    I like the site and love the idea of using infinit scrolling and the Masonry script.  Very cool ideas.

    I also really like the added subscription box that's been negative z-indexed to be revealed as the page scrolls.  Very clever way of doing that without the need of scripts.

    Because each section in a column is of variable length, it makes for a lot of open "dead" space on the page.  Some sections work extremely well and connect in a very interesting way.  It is those sections where there are significant gaps that looks bad.  It has an incomplete feel.

    I'm a fan of the color palette.

    Alan


    Alan Smith
    Media317

    February 8, 2013 at 1:32 pm in reply to: Ministry Child Theme #19012
    media317
    Member

    I do like the idea of making the CPT a plugin.  I've thought about that before, but I've never made a plugin (good suggestions for reading on where to start?).  I do like the idea of creating a nice premium plugin that provides these ministry functions that are not theme dependent.

    Thanks for sharing the screen shots.  I agree that simple is critical.  Especially when talking about ministry organizations, the system has to just work and be very intuitive.  I like the challenge of making things simple.

    Thanks for the feedback!


    Alan Smith
    Media317

    February 8, 2013 at 1:00 pm in reply to: Ministry Child Theme #18990
    media317
    Member

    Good suggestion Nick.  Thanks.

    This version does not have any CPT's for specific ministry functions.  I am working on a simple events CPT and a Podcast type CPT.  I will introduce those in other versions.  I wanted to get one released and "in the wild" and make changes based on feedback.

    I intend to make it a self contained system for ministries to be able to use.  I want to introduce those functions that are going to be most valuable and hopefully it will become a theme that helps churches or ministry organizations meet their needs.

    Any suggestions from your experience as a Youth Pastor?  I've been working with my brother, who is an Associate Pastor, getting some ideas too.  Which is what has put the events and podcast/sermon CPT at the top of my list.

    I have some plugins that I recommend for use with the theme for different functions.

    Thanks!


    Alan Smith
    Media317

    February 8, 2013 at 11:17 am in reply to: Image will not align right #18955
    media317
    Member

    Can you link to a specific page where this is happening?


    Alan Smith
    Media317

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 48 total)
1 2 3 →

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