Sofianor
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Twenty Ten – Safari ignores "width"Sorry, I forgot. In Safari, my text-content continues behind the ads. This is my blog:
http://www.coconutsandskylines.seI don´t have Safari but my friend told me and I use this tool to test my page: http://www.webdevlab.com/app/screenshots
Yes, I have tried absolute width if you mean pixels!? No success in Safari.
Forum: Themes and Templates
In reply to: Twenty Ten – Moving "Comments" everywhereThanks for the tip, I have manage to set up a child theme already… heard that could be a good idea:-).
Anyway… I don’t get it. For example, where in the page.php do I need to change?
Maybe I also need more changes in my loop.php (loop-index.php)? I moved the “comments_popup_link()” in this section…
<span class="meta-sep">|<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span>and put it a couple of lines above like this
<div class="entry-meta"> <?php twentyten_posted_on(); ?><span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span>I’m not used to this, trying to understand but I think it’s a bit difficult! Have patient with me please:-).