Forum Replies Created

Viewing 12 replies - 16 through 27 (of 27 total)
  • me too!

    Thread Starter samueldiener

    (@samueldiener)

    ESMI – AWESOME. THANKS!!!

    Thread Starter samueldiener

    (@samueldiener)

    Its being overuled and not appearing…. I have added the code but not working. Any thoughts?

    Sam

    Thread Starter samueldiener

    (@samueldiener)

    esmi – okay – let me try

    hmmmm….

    Thread Starter samueldiener

    (@samueldiener)

    thanks!!!!!!

    I am getting these same errors when I add my feed to the sitemap list on google webmaster tools.

    Not really sure what it means…. .should I just not add my feed?

    nvalid URL
    This is not a valid URL. Please correct it and resubmit.
    URL:
    https://
    Parent tag: channel
    Tag: link
    Problem detected on: Aug 23, 2009
    13
    Incorrect namespace
    Your Sitemap or Sitemap index file doesn’t properly declare the namespace.
    Parent tag: channel
    Tag: link
    Problem detected on: Aug 23, 2009
    13
    Invalid XML attribute
    The XML attribute of this tag was not recognized. Please fix it and resubmit.
    Tag: link
    Attribute: href
    Problem detected on: Aug 23, 2009
    13
    Invalid XML attribute
    The XML attribute of this tag was not recognized. Please fix it and resubmit.
    Tag: link
    Attribute: rel
    Problem detected on: Aug 23, 2009
    13
    Invalid XML attribute
    The XML attribute of this tag was not recognized. Please fix it and resubmit.
    Tag: link
    Attribute: type
    Problem detected on: Aug 23, 2009
    14
    Invalid XML: too many tags
    Too many tags describing this tag. Please fix it and resubmit.
    Parent tag: channel
    Tag: link
    Problem detected on: Aug 23, 2009
    38
    Invalid XML: too many tags
    Too many tags describing this tag. Please fix it and resubmit.
    Parent tag: item
    Tag: comments
    Problem detected on: Aug 23, 2009
    62
    Invalid XML: too many tags
    Too many tags describing this tag. Please fix it and resubmit.
    Parent tag: item
    Tag: comments
    Problem detected on: Aug 23, 2009
    75
    Invalid XML: too many tags
    Too many tags describing this tag. Please fix it and resubmit.

    Thread Starter samueldiener

    (@samueldiener)

    Okay – actually – fixed the markup errors. Now back to the original problem…. So I need to move the placement of the elements?

    Thread Starter samueldiener

    (@samueldiener)

    hmmmm

    Okay – so I fixed most of them,
    I am having a lot of trouble figuring out the rest of these markup errors…. There are 3. Is it possible that they are not in the actual code for the page.

    https://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.samdiener.com.%2F

    Code for the page producing the content is:

    <?php /* Fusion/digitalnature

    Template Name: first page
    */
    ?>
    <?php /* Fusion/digitalnature */ ?>
    <?php get_header(); ?>

    <!– mid content –>
    <div id=”mid-content”>
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div id=”post-<?php the_ID(); ?>” <?php if (function_exists(“post_class”)) post_class(); else print ‘class=”post”‘; ?>>
    <?php if (!get_post_meta($post->ID, ‘hide_title’, true)): ?><h2 class=”title left”><?php the_title(); ?></h2><?php endif; ?>
    <p class=”right edit-post”><?php edit_post_link(__(‘Edit’,’fusion’)); ?></p>
    <div class=”clear”></div>
    <div class=”entry clearfix”>
    <?php the_content(__(‘Read the rest of this page »’, ‘fusion’)); ?>
    <?php wp_link_pages(array(‘before’ => ‘<p class=”postpages”>‘.__(“Pages:”,”fusion”).’ ‘, ‘after’ => ‘</p>’, ‘next_or_number’ => ‘number’)); ?>
    </div>
    </div>
    <?php endwhile; endif; ?>
    </div>
    <!– mid content –>
    </div>
    <!– /mid –>
    <?php get_sidebar(); ?>

    <?php $temp_query = $wp_query; ?>
    <?php query_posts(‘showposts=3’); ?>

    <h2 style=”color:white; font-weight:bold; font-size:10pt”>Latest Content</h2>
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div id=”post-<?php the_ID(); ?>” <?php if (function_exists(“post_class”)) post_class(); else print ‘class=”post”‘; ?>>
    <?php if (!get_post_meta($post->ID, ‘hide_title’, true)): ?><h2 class=”title left”><?php the_title(); ?></h2><?php endif; ?>
    <p class=”right edit-post”><?php edit_post_link(__(‘Edit’,’fusion’)); ?></p>
    <div class=”clear”></div>
    <div class=”entry clearfix”>
    <?php the_content(__(‘Read the rest of this page »’, ‘fusion’)); ?>
    <?php wp_link_pages(array(‘before’ => ‘<p class=”postpages”>‘.__(“Pages:”,”fusion”).’ ‘, ‘after’ => ‘</p>’, ‘next_or_number’ => ‘number’)); ?>
    </div>
    </div>
    <?php endwhile; endif; ?>
    </div>
    <!– mid content –>

    <!– /mid –>

    <?php get_footer(); ?>

    Thread Starter samueldiener

    (@samueldiener)

    Removed the “digg” plugin, and 26 of the errors went away.
    Let me see what is causing the rest of them.

    Sam

    Forum: Themes and Templates
    In reply to: CSS help
    Thread Starter samueldiener

    (@samueldiener)

    So in style.css, I add:

    .topPost .single p {font-size:11px}

    If so, this does not work. However, I am pretty sure this is not correct. Also,

    just for my reference, what does the “.” before the single mean vs no “.” vs. # in css

    Thanks!

    Sam

    Thread Starter samueldiener

    (@samueldiener)

    Thank you so much for your help.
    I actually went back to the original, and chose to change the sizes. I have a question about that in a newer post.

    But I learned a lot from your response!

    Sam

Viewing 12 replies - 16 through 27 (of 27 total)