• 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

SavvyJackie

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 382 total)
1 2 3 … 18 19 20 →
  • Author
    Posts
  • September 22, 2015 at 5:51 am in reply to: Best IDX Solution? #166324
    SavvyJackie
    Member

    Both are good choices. I've found IDX Broker to be more flexible for customizing. Lots of options for improving SEO too. It is a bit more complex to configure to match your color scheme of your site.
    iHomefinder looks great out the box regarding styling for widgets, etc - but I've not used it yet on a client site.


    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

    September 6, 2015 at 3:12 am in reply to: Widen Sidebar Width Eleven 40 Pro #164720
    SavvyJackie
    Member

    Hi.
    That can be done by editing your theme's stylesheet and adjusting the width on the main content area and the sidebar-primary classes. The easiest way is to reduce the main content area by the exact amount you want to add to the sidebar. Here is what is in your theme right now:

    /* Content */
    
    .content {
    	border-left: 1px solid #ddd;
    	border-right: 1px solid #ddd;
    	float: right;
    	padding: 32px 40px 24px;
    	width: 850px;  <--- reduce this value
    }
    
    /* Primary Sidebar */
    
    .sidebar-primary {
    	float: right;
    	width: 250px;  <---- increase this value
    }

    That should do it.


    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

    September 5, 2015 at 4:41 am in reply to: Cafe Pro Before Header Aligntment #164655
    SavvyJackie
    Member

    Hi,
    The stacking is from the elements being displaying in a block.
    Try adding:

    .before-header .widget {
        display: inline-block;
    }

    to your style.css. Inline-block will stack them side by side.


    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

    August 27, 2015 at 3:23 pm in reply to: Setting up my Homepage (static front page) #163802
    SavvyJackie
    Member

    I'm not looking at your install, so I can't say for sure. My suggestion would be to try that on a fresh install of the theme on a test site. Also, I find the setup documentation in my.StudioPress.com to be very helpful in setting up the theme to look like the demo - that is a good starting point.

    Cheers.


    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

    August 27, 2015 at 10:21 am in reply to: Setting up my Homepage (static front page) #163754
    SavvyJackie
    Member

    Hi, normally once you add some content the front page widget areas, the front page should display without having to make any changes to templates. Have you tried that?


    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

    August 27, 2015 at 10:19 am in reply to: Weird Behavior for Last Widget Section | Altitude Pro #163753
    SavvyJackie
    Member

    Yes, I would opt for static testimonials. It may also help with page load times. The site is beautiful! Love the design.


    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

    August 27, 2015 at 10:11 am in reply to: Weird Behavior for Last Widget Section | Altitude Pro #163751
    SavvyJackie
    Member

    My pleasure. Are you able to work around it?


    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

    August 27, 2015 at 9:56 am in reply to: Weird Behavior for Last Widget Section | Altitude Pro #163744
    SavvyJackie
    Member

    Hi,
    The issue may be with what is in front-page-6. When I hide that with display:none, it works fine. You've got a slider jquery in there that may be causing a conflict.

    Jackie


    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

    August 18, 2015 at 7:05 am in reply to: css help please I've messed up my style sheet #162729
    SavvyJackie
    Member

    Excellent, please mark this post as resolved.

    Cheers,
    Jackie


    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

    August 18, 2015 at 6:50 am in reply to: css help please I've messed up my style sheet #162726
    SavvyJackie
    Member

    Hi,
    It appears you are just missing a closing comment mark here in your stylesheet:

    /*
    Footer Widgets
    --------------------------------------------------------------------------------------------------
    */ <------ this is what is missing


    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

    August 13, 2015 at 3:47 am in reply to: Eleven40 Pro Bl;og #162235
    SavvyJackie
    Member

    Hello,
    This post might be helpful with your theme.

    http://wpsites.net/web-design/set-post-content-limits-for-home-blog-archive-pages/


    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

    August 11, 2015 at 10:27 am in reply to: Centering Issues #162037
    SavvyJackie
    Member

    Glad to hear that. Please mark this topic as resolved. 🙂


    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

    August 3, 2015 at 5:34 am in reply to: Centering Issues #161229
    SavvyJackie
    Member

    Hi,
    This should do the trick. Just be sure to check it on all viewport widths and other pages.

    
    /* Titles
    --------------------------------------------- */
    
    .archive-title {
    	font-size: 20px;
    }
    
    .entry-title {
    	font-size: 30px;
    	margin: 0;
    	text-align: center  <---------- add to center title
    }
    

    For centering image:

    .featured-content img {
    	margin-bottom: -7px;
    	display: block;  <--------- add this
           margin: 0 auto 24px; <------------ add this
    }
    

    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

    August 2, 2015 at 12:45 pm in reply to: Centering Issues #161175
    SavvyJackie
    Member

    Hi,
    If you want to center everything in the footer widgets, you just need to add a text-align: center; to the footer-widget class in your style.css.

    /*
    Footer Widgets
    ---------------------------------------------------------------------------------------------------- */
    
    .footer-widgets {
    	background-color: #fff;
    	border-top: 1px solid #ececec;
    	clear: both;
    	padding-top: 40px;
    	text-align: center;    <----------------- add this
    }

    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

    August 2, 2015 at 5:06 am in reply to: Eleven40 Pro Mobile Header Image #161161
    SavvyJackie
    Member

    HI,
    I am not seeing any issues when viewing your site a various viewport widths. Did you find your solution?


    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

    July 30, 2015 at 5:11 am in reply to: Hover Colors #160925
    SavvyJackie
    Member

    Hi,
    You can change the colors by editing your style.css. The a and a:hover specify the color of the most items. There may be others in your style.css that target more specific elements, but that should be a good start.

    
    a {
    	border-bottom: 1px dotted #000;
    	color: #000;  
    	text-decoration: none;
    }
    
    a:hover {
    	color: #2a8a15;
    	border-bottom: 1px dotted #2a8a15;
    }

    Cheers,


    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

    July 27, 2015 at 12:07 pm in reply to: Community Pro Menu #160602
    SavvyJackie
    Member

    Hi,
    Your menu is there, just not visible. Did you install any plugins or modified your stylesheet? I was able to see the menu my using the Inspect Element feature in my browser. It is hidden in the upper right corner of the screen.

    This code in your stylesheet controls it.

    
    .nav-primary {
      transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
      position: fixed;
      width: 260px;
      height: 100%;
      top: 0;
      right: 0;
      z-index: 9999;
      background: #000000;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      -webkit-transform: translate3d(260px, 0, 0);
      -moz-transform: translate3d(260px, 0, 0);
      -ms-transform: translate3d(260px, 0, 0);
      -o-transform: translate3d(260px, 0, 0);
      transform: translate3d(260px, 0, 0);
    }

    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

    July 27, 2015 at 5:56 am in reply to: One Thumbnail image is bigger than the rest #160564
    SavvyJackie
    Member

    The image may not be wide enough. Try using one at least 500px wide.


    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

    July 27, 2015 at 5:47 am in reply to: One Thumbnail image is bigger than the rest #160563
    SavvyJackie
    Member

    Perhaps the cache is still serving the old image? Try deleting the image from your media library and using the same image from one of the other listings - so you know you are looking at a refreshed page.


    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

    July 27, 2015 at 5:30 am in reply to: One Thumbnail image is bigger than the rest #160561
    SavvyJackie
    Member

    Hi Carol,
    It may be that the image is more square than rectangular shaped. Try cropping the image height to something similar to the other listings.


    Web Designer and Developer at Savvy Jackie Designs | Lucky with plants | @SavvyJackie

    Got your question answered here? Please pay it forward by helping someone else. I’m sure there is at least one question you can answer. 🙂

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 382 total)
1 2 3 … 18 19 20 →

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