• 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

Bill Murray

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 - 561 through 580 (of 596 total)
← 1 2 3 … 28 29 30 →
  • Author
    Posts
  • December 20, 2012 at 11:26 pm in reply to: Redirection #6583
    Bill Murray
    Member

    The Redirection plugin is probably one of the best solutions.

    What isn't working for you?


    Web: https://wpperform.com or Twitter: @wpperform

    We do managed WordPress hosting.

    December 20, 2012 at 12:56 pm in reply to: Change size of HEADLINES using the Genesis Featured Widget Amplified plugin #6479
    Bill Murray
    Member

    To your child theme style sheet, add a selector for:

    #featured-post-3 h2, #featured-post-3 h2 a {

    font-size: 30px;

    }

    add whatever styling rules you need to target them.  If you make changes to your widgets, the ID will change.  Right now, the styling rules around line 920 of your child theme style sheet are making the headlines smaller than they would otherwise be according to the rules around line 902.

    Hope that helps.


    Web: https://wpperform.com or Twitter: @wpperform

    We do managed WordPress hosting.

    December 19, 2012 at 2:09 pm in reply to: Genesis Plugins #6239
    Bill Murray
    Member

    There's virtually no difference between putting code in your functions.php and running the same code in a plugin.  I think WordPress.com is running about 500 plugins and it's reasonably fast.  Speed is more a function of what the actual plugin code is and attempts to do than the number of plugins you run.


    Web: https://wpperform.com or Twitter: @wpperform

    We do managed WordPress hosting.

    December 18, 2012 at 12:21 am in reply to: Stretch Theme Feedback #5878
    Bill Murray
    Member

    @Steve - Stretch is a very basic blog theme.  For the added flexibility you asked about...

    1) I posted the code to add custom header support in your other thread, http://www.studiopress.community/topic/stretch-theme-headerlogo-question/.  You said you tried that and it didn't work for you, but it's pretty easy to do and works just fine, as you can see on our demo site: http://stretch.wpperform.com/.  One of the mobile responsive layouts needs a bit more work, but supporting custom headers is fairly easy.

    2) It would be nice to be able to control which category displayed, but I think more customization (such as displaying more posts) would make the end result not very Stretch-like.

    3) StudioPress tends not to offer that kind of ability as a theme option, leaving it to the developer to change it.  I suspect the thinking is that options add overhead, and if you don't like the Stretch approach, maybe another theme is a better fit.  All Stretch does is reposition the navigation using CSS and change what is displayed with a filter.


    Web: https://wpperform.com or Twitter: @wpperform

    We do managed WordPress hosting.

    December 17, 2012 at 12:16 pm in reply to: Stretch Theme Header/logo Question #5772
    Bill Murray
    Member

    When you run into a wall, perhaps it's a good idea to go in a different direction...

    Why not add this to your functions.php, somewhere after the define for the child theme near line 10:

    /** Add support for custom header */
    add_theme_support( 'genesis-custom-header', array(
    'width'     => 1600,
    'height'     => 48
    ) );

    Then, upload a custom header with your logo on the far left side.  It might take adding a few styling rules to the child theme's CSS, but it gives you far more control to easily change your logo from within your WP dashboard.


    Web: https://wpperform.com or Twitter: @wpperform

    We do managed WordPress hosting.

    December 12, 2012 at 7:53 pm in reply to: Urgent Help From Newbie: Sites Indexed But.. #4832
    Bill Murray
    Member

    Great, but you don't need to wait until tomorrow.  Here is your feed.  http://www.americanadagencies.com/blog/feed/

    Mouse over any link, including the one in your original post and you'll notice the campaign variables are gone.


    Web: https://wpperform.com or Twitter: @wpperform

    We do managed WordPress hosting.

    December 12, 2012 at 5:46 pm in reply to: Urgent Help From Newbie: Sites Indexed But.. #4801
    Bill Murray
    Member

    @jcohen, WordPress SEO and Google Analytics for WordPress are 2 different plugins by the same author.  The first is for SEO settings, the 2nd is to add/manage Google Analytics to your blog.

    Your problem is likely caused because you have a bad setting in Google Analytics.  Open your feed in a new browser tab and you'll see the URL's that trouble you.  Visit the settings page for that plugin, find the Advanced Settings metabox, and uncheck Tag links in RSS feed with campaign variables.  Save your GA settings.  Refresh your browser tab containing the feed.  Your problem should have been fixed.

    Hope that helps.


    Web: https://wpperform.com or Twitter: @wpperform

    We do managed WordPress hosting.

    December 12, 2012 at 9:31 am in reply to: Migration question: When to use the SEO Data Transporter plugin? #4708
    Bill Murray
    Member

    You'd use it after.  You'd 1) migrate 2) activate and use the plugin 3) check the migrated data (visit some posts) 4) check your overall Genesis SEO settings 5) deactivate the plugin.


    Web: https://wpperform.com or Twitter: @wpperform

    We do managed WordPress hosting.

    December 11, 2012 at 11:13 pm in reply to: Media File Location in WP 3.5 #4625
    Bill Murray
    Member

    Hi Ron - See http://codex.wordpress.org/Function_Reference/wp_upload_dir near the bottom on using the UPLOADS constant.

    Glad to see you're still searching for the perfect snippet.


    Web: https://wpperform.com or Twitter: @wpperform

    We do managed WordPress hosting.

    December 10, 2012 at 11:05 pm in reply to: Sitemap Generator #4400
    Bill Murray
    Member

    The best approach is to integrate your SEO with your sitemap, which Yoast's WordPress SEO does.

    For a pure XML sitemap, http://wordpress.org/extend/plugins/google-sitemap-generator/.


    Web: https://wpperform.com or Twitter: @wpperform

    We do managed WordPress hosting.

    December 9, 2012 at 11:38 pm in reply to: More about our company call to action #4115
    Bill Murray
    Member

    That theme uses the Genesis Featured Page widget in the Featured widget area.  To change the text, you simply change the page that the Featured Page widget is pointing to.

    The "more" text is not really a call to action.  It is a link to the rest of that page.  You can customize what the more button says and where it breaks by putting this in your page content:

    <!--more More About our Company »-->

    ...where you change "More About our Company" to your desired text.  That will not change where the more link takes you, only what is displayed on the button.  If you want a button that behaves differently (ie, takes you to a different page), you might be better off using a text widget where you include your text, followed by a link that is styled to look like a button.  Of course, that will make it more difficult to use a featured image, but it will give the power you want.


    Web: https://wpperform.com or Twitter: @wpperform

    We do managed WordPress hosting.

    December 9, 2012 at 10:56 pm in reply to: Streamline SEO question #4109
    Bill Murray
    Member

    Do you have a link to your site?  Have you tried deactivating all other plugins except AIO SEO?  AIO SEO should work with Genesis and should set the SEO title properly.


    Web: https://wpperform.com or Twitter: @wpperform

    We do managed WordPress hosting.

    December 9, 2012 at 10:07 pm in reply to: Streamline SEO question #4101
    Bill Murray
    Member

    That's really a question about how to use AIO SEO, which is best directed at the support for that plugin.


    Web: https://wpperform.com or Twitter: @wpperform

    We do managed WordPress hosting.

    December 9, 2012 at 12:51 pm in reply to: Large Background Image Load Speed #4018
    Bill Murray
    Member

    You can use tools such as Pingdom or Yslow to analyze your page weight and load times.  Yslow shows your total page weight to be about 7.2 Mb, which is huge.  500 Kb is a more suitable page weight for your home page.  Pingdom shows about 1.6 Mb, which is still far too big.

    A lot of your page weight does come from your background, so that is a big part of your problem here.  There's no code snippet that can get around your desire to have a big picture as a background.  You can use a lower resolution image, compress it, use a smaller image, or find a smaller image that can be repeated.

    The question of whether your site is "too slow" depends on the visitor's connection.  For me, with a fast connection, the site is slow, but not annoyingly so.  If I were on a mobile device not using WiFi, I would have clicked away long before the page finished loading.  Not everyone has a fast internet connection or access to it all of the time.  Slow load times will cost you visitors and $.


    Web: https://wpperform.com or Twitter: @wpperform

    We do managed WordPress hosting.

    December 8, 2012 at 5:09 pm in reply to: Webiste field in Comments #3896
    Bill Murray
    Member

    Those are likely bots submitting comments without using your comment form.

    Let's take a step back: are you thinking this will reduce spam or are you just hoping to avoid URL's of which you don't approve?  For reducing spam, this technique helps, because it will break the form submissions on some bots, causing them to go elsewhere to post their spam rather than to have a solution that applies to you.  However, the reduction takes a while to happen.  Some use a 2nd piece of code that marks any comment with a website field as spam, since that comment could not have come through your form.  This is just 1 way to reduce spam, and probably not the best way.

    If you just want to avoid URL's of which you don't approve, you removed the URL field but that might encourage commenters to include more URL's in the body of their comments, which is a common indicator of spam.  That might cause legitimate comments to appear as spam.  You might be better off leaving the URL field, moderating comments, and have a good anti-spam plugin.


    Web: https://wpperform.com or Twitter: @wpperform

    We do managed WordPress hosting.

    December 8, 2012 at 4:58 pm in reply to: How do I make sidebar a little wider? #3892
    Bill Murray
    Member

    Susan can address the issue of changing your CSS, but you might want to consider modifying your Paypal widget.  The drop down takes its width from the items you populate it with.  If you dropped the word "Listing" from each of your drop down items, in all likelihood you wouldn't have to change your CSS.  Because of the width of your longest entry, you may find the CSS changes that are necessary to fix your problem make your content area too narrow.


    Web: https://wpperform.com or Twitter: @wpperform

    We do managed WordPress hosting.

    December 7, 2012 at 11:10 pm in reply to: Unanswered Posts? #3824
    Bill Murray
    Member

    Enticing offer, Nick.  If it hasn't expired, how about a) making a link somewhere for something like Forum Views, of which this would be one and b) adding another view of threads the current user has posted in?

    For (a), it would be so much easier to use the view you created if it were more easily accessible.

    For (b), I found the My Forum Posts link on the old forum very useful.  For example, if I answered a question, that allowed me to check back and see if my answer worked.  Without that link, it's not as simple.  I realize I can use a favorite and drop that later, or subscribe/unsubscribe.  But both of those are 2 steps, which makes it less likely that I follow up on threads where I've contributed something.  The fewer threads per page on the new forum makes it far more likely that by the time I check back, a topic is harder to find without these helpful views.


    Web: https://wpperform.com or Twitter: @wpperform

    We do managed WordPress hosting.

    December 7, 2012 at 10:19 pm in reply to: Best image resize plugin for Genesis child themes #3821
    Bill Murray
    Member

    Are you referring to support threads on WP.org?  There's nothing that stands out as something out of the ordinary.  The plugin works just fine for me on > 100 sites.  If you try it and get different results, just deactivate it and delete it, and post back with the problem you observed.  That will help to refine what might work for you.


    Web: https://wpperform.com or Twitter: @wpperform

    We do managed WordPress hosting.

    December 7, 2012 at 3:36 pm in reply to: Eleven40: How to change the color scheme? #3788
    Bill Murray
    Member

    Genesis->Theme Settings is a good place to start.


    Web: https://wpperform.com or Twitter: @wpperform

    We do managed WordPress hosting.

    December 7, 2012 at 3:34 pm in reply to: Backcountry Menu Descriptions #3787
    Bill Murray
    Member

    Visit Appearance->Menus and take a look at your secondary navigation.  You'll find a block for Description.  Enter the text you want for each menu item there.  If you don't see Description, visit Screen Options in the upper right of your WP dashboard.


    Web: https://wpperform.com or Twitter: @wpperform

    We do managed WordPress hosting.

  • Author
    Posts
Viewing 20 posts - 561 through 580 (of 596 total)
← 1 2 3 … 28 29 30 →
« 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