Not signed in (Sign In)
  • Support Us

    You want to support Sadish?
    You can
    Donate Now

  • Buy our Theme : NigaRila

    NigaRila
    NigaRila is a 3-column theme
    with a lot of features, created and supported by Sadish.
    NigaRila - Buy it now !


    Buy our Theme : Pal Nila

    PalNila
    PalNila is a 3-column theme
    with a lot of features, created and supported by Sadish.
    Pal Nila - Buy it now !








Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome guest!
Want to take part in these discussions? Please Sign In or Apply for membership now!
    • CommentAuthorbfeather
    • CommentTimeJul 17th 2008 edited
     permalink
    With clean install of WordPress 2.6, images do not center in MistyLook using the built-in image routines of the WP admin.
    Images will not center or float right with GreenFlower.
    However, with the default WP theme, images will float left, right and center as expected.
    Using PHP5, if it matters.
    Only 2 plugins installed: drop-down admin menus and reveal post id's.
    Can be seen at http://www.stirredspirit.com .
    Any idea what I can modify to make image placement work?
    Thanks.
    •  
      CommentAuthorSadish
    • CommentTimeJul 17th 2008 edited
     permalink
    update : Read this post on floating images within the post for a complete instruction on this topic.

    Look for

    img.left

    and

    img.right

    in style.css and
    change them to

    img.left img.alignleft

    and

    img.right img.alignright

    respectively.
    This should solve the aligning issue with WordPress 2.6.

    Sadish
    • CommentAuthorbfeather
    • CommentTimeJul 17th 2008
     permalink
    Sadish,
    Thanks for helping.
    Your changes solve the left and right placement in MistyLook, and now the text wraps around the image.
    But in GreenFlower I don't see any difference in placement; and text doesn't wrap.
    And I notice that image centering doesn't work in either theme.
    We're almost there...

    Bob
    •  
      CommentAuthorSadish
    • CommentTimeJul 18th 2008
     permalink
    sorry there was a typo in the code.
    it should read as

    img.left, img.alignleft

    and

    img.right, img.alignright
    •  
      CommentAuthorSadish
    • CommentTimeJul 18th 2008
     permalink
    and for images to be centered, add this code to the end of style.css

    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }


    Thanks
    Sadish
    • CommentAuthorbfeather
    • CommentTimeJul 18th 2008
     permalink
    Sadish,
    Thanks for sticking with me here.
    In the WP-admin post editor, everything looks good.
    But I'm still experiencing the same display problems in GreenFlower and MistyLook. No alignment, no text wrap in GreenFlower; no centering in MistyLook.
    (This is a sandbox installation for me; if you'd like admin privileges let me know.)

    Bob
    • CommentAuthorbfeather
    • CommentTimeJul 18th 2008
     permalink
    Sadish,

    I added a ThemeSwitcher plugin to http://www.stirredspirit.com so that you can compare the different results.
    Thanks again.

    Bob
    •  
      CommentAuthorSadish
    • CommentTimeJul 18th 2008
     permalink
    Try this code instead.

    img.left, .alignleft

    and

    img.right, .alignright

    and

    img.centered, .centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }


    Thanks
    Sadish
    • CommentAuthorbfeather
    • CommentTimeJul 18th 2008
     permalink
    Sadish,

    Left and right are aligned and wrapped perfectly now! THANKS.
    Centering is still broken, however.

    Thanks for your perseverance.

    Bob
    •  
      CommentAuthorSadish
    • CommentTimeJul 18th 2008
     permalink
    ok. just replace ".centered" with ".aligncenter" in the previous code I mentioned.

    I am trying to do this fix, so everyone in the community gets benefited. so indirectly you are helping a ton of other individuals who are going to read this thread.

    Sadish
    • CommentAuthorbfeather
    • CommentTimeJul 18th 2008
     permalink
    Sadish,

    Everything is perfect.
    I tested in GreenFlower, MistyLook, and FallSeason.
    Thanks!

    Bob
    http://www.actsseventeen.com
    •  
      CommentAuthorSadish
    • CommentTimeJul 18th 2008
     permalink
    Thanks Bob, Thanks for the donation too.
    •  
      CommentAuthorSadish
    • CommentTimeJul 29th 2008
     permalink