Forums

WordPress Loop with custom fields and layout (7 posts)

  1. bmorris110
    Member
    Posted 11 months ago #

    current link:
    http://www.erichaviv.com/news/

    PSD layout:
    https://twitter.com/WhatBrandonSays/status/210496263773368320/photo/1

    working similar example:
    http://synchroness.com/?page_id=38

    I'm trying to make my wordpress loop look like the PSD link.
    I can't get my featured image to move to the right of the text.
    I also wanted to be able to add the separator line and share buttons.

    [Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]

  2. JarretC
    Member
    Posted 11 months ago #

    Add

    float: right;

    to your .post_img class

    .post_img {
         width: 409px;
         float: right;
    }
  3. bmorris110
    Member
    Posted 11 months ago #

    I tried that.
    Is the php correct?

  4. bmorris110
    Member
    Posted 11 months ago #

    http://www.erichaviv.com/news/

    Why is my footer not below my feed?
    And why are the images aligned to the wrong posts?
    The 1st post featured image is aligning with the 2nd post instead.

  5. esmi
    Theme Diva & Forum Moderator
    Posted 11 months ago #

    Start by sorting out the markup errors. Then move onto the CSS errors.

  6. bmorris110
    Member
    Posted 11 months ago #

    Line 116, Column 31: The align attribute on the div element is obsolete. Use CSS instead. <div id="body" align="center"
    How am I supposed to center with our using html align tag?
    I tried CSS, but nothing works.

    Line 133, Column 22: Element p not allowed as child of element h4 in this context. (Suppressing further errors from this subtree.)
    <h4 class="entry"><p>excerpt headline goes here. Mauris dictum libero id justo…

    And I have no clue where these <p> tags are coming from, unless wp puts them there.

    and none of this helps me figure out why the footer isn't at the bottom centered and the images aren't aligned.

  7. bmorris110
    Member
    Posted 11 months ago #

    all of the css errors are coming from plugins used on different pages.
    except fancy box.

Reply

You must log in to post.

About this Topic