Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Superdaantje

    (@superdaantje)

    Does any one know where to find this HTML output in the php files ? Here are the H1 placed. But I don’t see why there has to be an h1 in this code
    <h1 style="text-align: center;"><span style="color: #888888; font-size: small;"><span style="font-size: 13px;"> </span></span></h1>

    I’m seem not to be finding where this HTML output is defined. Hope some one can help me out 😉

    <h1 style="text-align: center;"><span style="color: #888888; font-size: small;"><span style="font-size: 13px;"> </span></span></h1>
    </div>
    </div>
    <h1><span style="color: #ffffff;"> </span></h1></div><div id="post-2793" class="post-2793 post type-post status-publish format-standard hentry category-fotografie tag-17-55 tag-camera tag-cameranu tag-canon tag-ervaring tag-service">
        <div class="entry_header">
            <p class="entry-date">aug 11<br /><span class="date">13</span></p>
    
                    <div class="recover"></div>
        </div>
    <div class='customhtml'><h1 style="text-align: center;"><span style="color: #888888; font-size: x-small;">
    </span></h1></div><div id="post-2924" class="post-2924 post type-post status-publish format-standard hentry category-apple tag-10-7-1 tag-apple tag-lion tag-os-x tag-update">
        <div class="entry_header">
            <p class="entry-date">aug 11<span class="date">17</span></p>

    Many thanks

    Thread Starter Superdaantje

    (@superdaantje)

    Thanks Rachel…

    Also changed the h1 tags. This is what was the problem for the validation error. Now also the Permalink is shown in the h1 tag and not only the tittle ?

    <h1> <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h1> <?php edit_post_link('Edit', '<span class="editpost">', '</span>'); ?>

    Thread Starter Superdaantje

    (@superdaantje)

    Now I use this code in the Post.php. Is this a good place to put the H1 tag

    <a href="<?php the_permalink() ?>"><h1><?php the_title(); ?></h1></a> <?php edit_post_link('Edit', '<span class="editpost">', '</span>'); ?>

    This one places the tittle between the H1 tags. But gives an validation error. How to solve this ?

    The W3C error;
    element “H1” undefined

    Thread Starter Superdaantje

    (@superdaantje)

    Seems this will fix the validation errors for the Google +1

    <g:plusone size="'.$option_layout.'" href="'.$link.'" '.$data_count.'></g:plusone>

    To
    <div class="g-plusone" data-size="medium" href="'.$link.'" '.$data_count.'></div>

    In the above code I used an fixed size instead of the variable. I do not use the variable in my template 😉

    Thread Starter Superdaantje

    (@superdaantje)

    Topic can be closed fount the problem. So far no validation errors on the <body> and <Head> and class=”home ….

    Stil a few to resolve like;
    there is no attribute “share_url”
    there is no attribute “data-counter”
    there is no attribute “data-url”
    element “g:plusone” undefined

    Thread Starter Superdaantje

    (@superdaantje)

    thanks for your reaction.

    Yes I know that this is wrong. This is what the w3c validator all ready told me 😉 But I’m struggling where to put this in the template.

    Also found this in the main page at the top _ class=”home blog” style=”font-size:12px;”> – I searching for quit a while now and can’t find it in the template

    If any one can help me out. I will be very thank full 😉

    Thread Starter Superdaantje

    (@superdaantje)

    Can any one please help me out 😉

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