Ian Stewart

Forum Replies Created

Viewing 20 posts - 21 through 40 (of 60 total)
  • Author
    Posts
  • in reply to: Moving Header Text above Header Image #115169 Reply

    This Custom CSS should get you there:

    #branding hgroup {
    background-position: bottom;
    padding: 0 0 140px;
    }

    in reply to: How to remove format images on home page #115168 Reply

    This should do the trick:

    .post-format-icon {
    display: none;
    }

    in reply to: image widgets, want to align differently #115167 Reply

    The following additional styles should get that header link working for you:

    #branding {
    padding-bottom: 5px;
    }
    #branding hgroup {
    background: none repeat scroll 0% 0% transparent;
    margin: -50px 0pt 0pt -10px;
    }

    #page #site-title {
    clip: auto ! important;
    position: static ! important;
    width: 990px;
    }

    in reply to: image widgets, want to align differently #115163 Reply

    Nathon, in what browsers does the menu appear to be mispositioned in?

    in reply to: image widgets, want to align differently #115130 Reply

    Nathon, to have your header be a working link you can change your custom CSS to target the anchor in the header rather than the hgroup, like so:

    #site-title a {
    background: url("http://nathonsims.files.wordpress.com/2012/02/cropped-header34.jpg") no-repeat scroll 0 0 transparent;
    height: 155px;
    margin-bottom: 30px;
    max-width: 980px;
    padding: 0 10px 10px;
    display: block;
    text-indent:-9000px;
    }

    Note the addition of the last two lines. I hope that helps!

    in reply to: Feature Images getting truncated #115123 Reply

    Sorry, yes, ThemeMin also crops images in single posts as well to keep everything in proportion to the layout. The single post image dimensions are 560 by 261 pixels.

    in reply to: Refund request nowtest dot wordpress dot com #115087 Reply

    Hi, bibliophage91. Unfortunately your Magazine purchase is 5 days out of the 30-day refund window.

    Hi, Andrew. If you have the Custom Design upgrade you can do that by changing the body font using Custom Fonts or, for more control, with Custom CSS like

    #menu-categories {
    font-family: 'This is where the font name goes';
    font-weight: bold;
    font-style: italic;

    Likewise you can add a border by adding the following CSS

    .hentry {
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    }

    in reply to: image widgets, want to align differently #115070 Reply

    Hi, Nathon. If you remove your image widgets and add the following HTML to a text widget you should get the look you’re wanting.

    <a href="http://pinterest.com/nathonsims/"><img width="150" height="150" class="alignnone" src="http://farm8.staticflickr.com/7057/6926417067_f3d7300957_m.jpg"></a>
    <a href="http://www.facebook.com/nathon.sims"><img width="150" height="150" class="alignnone" src="http://farm8.staticflickr.com/7049/6926417051_8d8ce7e365_m.jpg"></a>
    <a href="http://melissadianeblog.wordpress.com/"><img width="150" height="150" class="alignnone" src="http://farm8.staticflickr.com/7199/6926417061_7fdb499725_m.jpg"></a>
    <a href="https://twitter.com/#!/Nathon_Sims"><img width="150" height="150" class="alignnone" src="http://farm8.staticflickr.com/7062/6926417071_b25e8bbb0c_m.jpg"></a>

    The header in Funki doesn’t automatically link back to the home page but that’s a feature we can add to it. In the meantime, you can add a home link to your menu by clicking “View All” on the pages module in the Menus page and adding the “Home” link that appears there to your menu. We have more instructions here:

    http://en.support.wordpress.com/menus/

    And if you add ‘z-index: 9999;’ to the block of styles for .footer-menu in your custom CSS that menu should start working correctly for you.

    I hope that helps!

    in reply to: Feature Images getting truncated #115069 Reply

    Featured Images will indeed get cut off on ThemeMin’s home page if they’re proportioned differently than than the home page featured post area. It’s a feature that keeps things neat and organized. If you’d like the image proportions consistent to the featured post area (172px x 129px) I recommend adding featured images that are 560px by 420px.

    I hope that helps!

    in reply to: Customizing emails to your followers #155862 Reply

    Not right now. The font and color scheme of emails can’t currently be customized.

    in reply to: Return and Refund #155821 Reply

    Unfortunately we won’t be able to make an exception. Was the miscommunication over the removable WordPress.com footer text that Andy from the Theme Foundry cleared up on December 6th? Or was there something else?

    in reply to: iPad #155820 Reply

    Yep. It’s appearing “regular” in an iPad. :)

    in reply to: Site Stats in Wrong Time Zone #155819 Reply

    Hi, you can change that by editing your blog’s time zone from Settings → General.

    in reply to: Refund on Photography theme #155818 Reply

    Not a problem. I’ve refunded and deactivated the Photography theme for you. Hope you find the right theme!

    in reply to: Want to add badge to wordpress.com blog #155817 Reply

    Hi. You can add that code to a Text Widget from Appearance → Widgets in your dashboard.

    in reply to: Return and Refund #155777 Reply

    Unfortunately it looks like you’re outside of the 30-day refund window for your Photography theme purchase (it was purchased 44 days ago). Sorry.

    in reply to: Twitter widget won't show in sidebar, moves to footer #155776 Reply

    Hi there, it looks like you had a stray div element in your first text widget. I deleted it and everything is looking as expected now. Let us know if you run into any other theme wonkiness.

    in reply to: 'top of page' arrow icon moved to middle of first post #155775 Reply

    Hi there, it looks like you had a stray div element in your first text widget. I deleted it and everything is looking as expected now. Let us know if you run into any other theme wonkiness.

    in reply to: Delicious Magazine Refund #155741 Reply

    Hi, I’ve refunded and deactivated Delicious Magazine for you. Good luck with your new blog!

Viewing 20 posts - 21 through 40 (of 60 total)