ehjay
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: The “Published By” line appears different in IE and FFHmm, changed what needed to be changed, but I don’t seem to see any change in IE.
I wish people would stop using that browser.
Forum: Fixing WordPress
In reply to: The “Published By” line appears different in IE and FF<?php /* Start the loop */ while ( have_posts() ) { the_post(); ?>
<?php /* Permalink nav has to be inside loop */ if (is_single()) include (TEMPLATEPATH . ‘/navigation.php’); ?>
<div id=”post-<?php the_ID(); ?>” class=”<?php echo attribute_escape(k2_post_class($post_index++, in_category($k2asidescategory), false)); ?>”>
<div class=”entry-head”>
<h3 class=”entry-title”>” rel=”bookmark” title='<?php printf( __(‘Permanent Link to “%s”‘,’k2_domain’), wp_specialchars(strip_tags(the_title(”, ”, false)),1) ); ?>’><?php the_title(); ?></h3><div class=”entry-meta”>
<?php
printf( __(‘<span class=”meta-start”>Published</span> %1$s %2$s %3$s<span class=”meta-end”>.</span>’,’k2_domain’),‘<div class=”entry-author”>’ .
sprintf( __(‘<span class=”meta-prep”>by </span> %s’,’k2_domain’),
‘<address class=”vcard author”>‘ . get_the_author() . ‘</address>’
) . ‘</div>’,‘<div class=”entry-date”>’ .
( function_exists(‘time_since’) ?
sprintf(__(‘%s ago’,’k2_domain’),
‘<abbr class=”published” title=”‘ . get_the_time(‘Y-m-d\TH:i:sO’) . ‘”>’ . time_since(abs(strtotime($post->post_date_gmt . ” GMT”)), time()) . ‘</abbr>’) :
sprintf(__(‘<span class=”meta-prep”>on</span> %s’,’k2_domain’),
‘<abbr class=”published” title=”‘ . get_the_time(‘Y-m-d\TH:i:sO’) . ‘”>’. get_the_time($dateformat) . ‘</abbr>’)
) . ‘</div>’,‘<div class=”entry-categories”>’ .
sprintf( __(‘<span class=”meta-prep”>in</span> %s’,’k2_domain’),
k2_nice_category(‘, ‘, __(‘ and ‘,’k2_domain’))
) . ‘</div>’
);
?><?php /* Comments */ comments_popup_link(‘0 <span>’.__(‘Comments’,’k2_domain’).'</span>’, ‘1 <span>’.__(‘Comment’,’k2_domain’).'</span>’, ‘% <span>’.__(‘Comments’,’k2_domain’).'</span>’, ‘commentslink’, ‘<span>’.__(‘Closed’,’k2_domain’).'</span>’); ?>
<?php /* Edit Link */ edit_post_link(__(‘Edit’,’k2_domain’), ‘<span class=”entry-edit”>’,'</span>’); ?>
<?php /* Tags */ if (is_single() and function_exists(‘UTW_ShowTagsForCurrentPost’)) { ?>
<span class=”entry-tags”><?php _e(‘Tags: ‘,’k2_domain’); ?><?php UTW_ShowTagsForCurrentPost(“commalist”); ?>.</span>
<?php } elseif (is_single() and function_exists(‘the_tags’)) { ?>
<span class=”entry-tags”><?php the_tags(__(‘Tags: ‘,’k2_domain’), ‘, ‘, ‘.’); ?></span>
<?php } ?>
</div> <!– .entry-meta –>
</div> <!– .entry-head –><div class=”entry-content”>
<?php the_content(sprintf(__(‘Continue reading \’%s\”, ‘k2_domain’), the_title(”, ”, false))); ?><?php wp_link_pages(‘before=<p class=”page-links”>‘ . __(‘Pages:’,’k2_domain’) . ‘&after=</p>’); ?>
</div> <!– .entry-content –></div> <!– #post-ID –>
<?php } /* End The Loop */ ?>
That’s the section inside “theloop” that I think I need to edit to make things work. I hope.
Forum: Fixing WordPress
In reply to: The “Published By” line appears different in IE and FFI found something similar in “theloop.php”
Would that be the right file?
Forum: Fixing WordPress
In reply to: The “Published By” line appears different in IE and FFHmm, I can’t seem to find those lines in my index.php…
Forum: Fixing WordPress
In reply to: The “Published By” line appears different in IE and FFI don’t get what you’re telling me to do, sorry.
Forum: Fixing WordPress
In reply to: The “Published By” line appears different in IE and FFHas anyone been able to get this resolved yet?
Forum: Fixing WordPress
In reply to: Add Media (upload_max_filesize)After talking with my host, they found an issue within the php.ini and things are now working!
Forum: Fixing WordPress
In reply to: Embeded Gallery Appears IncorrectIt appears that deactivating the WordPress Google Calendar did the trick.
Forum: Fixing WordPress
In reply to: Embeded Gallery Appears IncorrectAnyone have any ideas for me?
Forum: Fixing WordPress
In reply to: Add Media (upload_max_filesize)I’ve changed it, copied it to other folders and still no luck. I am able to change it through my host’s editing tools and I tried changing it through notepad.
Forum: Fixing WordPress
In reply to: Add Media (upload_max_filesize)Anyone have any ideas?
Forum: Themes and Templates
In reply to: Can’t seem to get my sidebar border to appear in IEHmm, if I did it correctly, the only thing I was able to do was increase that extra portion of the border.
Forum: Themes and Templates
In reply to: Can’t seem to get my sidebar border to appear in IEActually, if you take a look at this page for example, http://www.beleafer.ca/archivepage, everything seems to work, but if you scroll to the bottom, you see that that border has a little bit extra that has slid over to the left side of the page.
Any thoughts?
Thanks,
Andrew.Forum: Themes and Templates
In reply to: Can’t seem to get my sidebar border to appear in IEThat seems to have done it!
Thanks a bunch.
Andrew.
Forum: Fixing WordPress
In reply to: The “Published By” line appears different in IE and FFSo I guess there’s no resolution so far.
A little bit of a fan…