Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter robrogan

    (@robrogan)

    Yes, a simple solution going forward would be to create categories called aside, quote, photo etc, but I’m not sure that’s sustainable and I would have to re-categorize all existing posts.

    This thread is marked as resolved, but I do not see any response or solution. I currently have the same issue and was curious how to fix it, or how to use it properly if I’m not.

    Thread Starter robrogan

    (@robrogan)

    Well, so far I have skimmed through the printout from the
    W3C Markup Validation Service and it looks like the majority of the errors relate to either the theme or wordpress. I did catch quite a few problems with the most recent post on my home page. I fixed the code with the post editor, and funny enough, this was one I had no problems with. The post that doesn’t display correctly – third post on home page – didn’t appear in the markup validation.

    Using the Chrome browser’s Inspect Element I noticed that my regular html links (only using <a href="URL.com">Link Name</a> and no additional style tag, are receiving this div style:

    `div.tag-links a {
    background-color: #efefef;
    padding: 0px 10px;
    float: left;
    margin: 10px 10px 0 0;
    font-size: 14px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    color: #515151;
    }`

    … which is the style meant only for tags.

    The beginning of said post, has

    <div id="content">

    and within that, the post is described as

    <div id="post" class="post-355 post type-post status-publish format-standard hentry category-musings tag-cognition tag-color tag-links tag-medium tag-swatch">

    >.<
    Oh. My. God.

    I just realized in the middle of writing this post, the text from the tag names that belong to the post are included in the DIV CLASS for the post. Which means that because my post is about recommended links, and one of the tags is “links,” this is being read by the CSS as <div id="post" class="blah blah tag-links blah blah">.

    tl;dr
    You cannot tag a post with the word “links” in this theme, or every link style in the post will inherit the tag style.
    Very weird, but at least it’s an easy fix. I killed all tags “links.”

    Thread Starter robrogan

    (@robrogan)

    Thanks, I’ll try that now.

    I’ve been hoping around to other posts about HD wordpress video player on our own servers… this one seems very relevant! It’s been four months since the last post, I see. Has anyone got around to developing it into a plugin for .org users?

    I have this same general question. However, to be more specific, is there any way to utilize the WordPress video player (which allows for HD playback) if we’re privately hosted. So far, from everything I’ve read, this player is only there for people who have a paid wordpress.com account.

    Embedding from other sites hasn’t worked for me. YouTube hardly ever encodes my 1280×760 HD videos as “HD” and Vimeo will only let you do one HD video a week unless you want to pay $60. My best solution for now has been flickr, as long as it’s no longer than 90 seconds. So, if that works for anyone, I recommend looking there.

    Since I have unlimited space on my hosting (dreamhost), I would love to put up HD clips (longer than 90 seconds) for FREE. All of the open source FLV players I’ve come across are just standard definition. I hope this elaboration helps… but really the question still stands:

    how can I put HD video on my wordpress?

Viewing 6 replies - 1 through 6 (of 6 total)