ZJL
Forum Replies Created
-
Forum: Plugins
In reply to: Anyone Know Good Plugin for leaving comments on posts?Gangleri, thanks. Thin is I do not know code at ALL and I’m nervous about editing my index php. I looked at it and see there is stuff about comments, but I do not know what to change so that my comments look like yours (I went to your page and saw how is says “Comment” at the very bottom of each post. That is what I want! Following is my index php file:
<?php get_header(); ?>
<div id=”content”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div id=”main-<?php the_ID(); ?>” class=”postMain”>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<div class=”postMeta”><span class=”date”><?php the_time(‘M’, “, “); ?> <?php the_time(‘d’, “, “); ?>, <?php the_time(‘Y’, “, “); ?></span><span class=”comments”><?php comments_popup_link(__(‘ 0 ‘), __(‘ 1 ‘), __(‘ % ‘)); ?> </span></div>
<h2 class=”post-title”>” href=”<?php the_permalink() ?>” rel=”bookmark”><?php the_title(); ?></h2>
<h5> Categories: <?php the_category(‘, ‘) ?></h5>
<?php the_tags(‘<h5>Tags: ‘, ‘, ‘, ‘</h5>’); ?>
<div class=”entry”><?php the_content(__(‘Read the rest of this entry »’)); ?></div>
<?php edit_post_link(‘Edit’, ”, ”); ?>
</div>
</div>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p><?php _e(‘Sorry, no posts matched your criteria.’); ?></p>
<?php include (TEMPLATEPATH . “/searchform.php”); ?>
<?php endif;
if ((!is_single()) && ($wp_query->max_num_pages > 1)) {
__(‘<div id=”more”>continue: ‘);
posts_nav_link(__(‘ BROWSE ‘), __(‘<img src=”‘.get_bloginfo(‘template_directory’).’/images/arrow_prev.gif” />’), __(‘<img src=”‘.get_bloginfo(‘template_directory’).’/images/arrow_next.gif” />’));
__(‘</div>’);
}
?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>Forum: Fixing WordPress
In reply to: Version 2.9 image editor not workingThanks HarryJerry!!
BergyOnWPI hear you. I was using scissors too, and it was working fine. Now 2.9 gives us an image cropping tool that prevents us from using scissors but isn’t as good as scissors. I applaud WP for putting in an image editing tool, but I’m surprisd/confused to see it not as good and as simple as a plug-in that we were all using. I hope this is fixed soon.Forum: Themes and Templates
In reply to: Blog title alignment is screwed upalchymyth,
THANK YOU SO MUCH. After days and days and several posts, you have finally given me an answer.
I tried the solution you gave me which did help with how the blog title looks horizontally (got the blog title to be all in one line) but still the blog title and subtitle are pushed down vertically towards the bottom of the header field.
Understanding that things look different in different browser. But the frustrating thing is that this still isn’t explaining why this theme’s header was once fine in my browser and now is messed up in my browser (the same browser, same computer). Also, the mirror website I just created with the same theme, as seen in my same browser, looks fine. (that’s why I put in the link to show how the two sites are looking different on my same computer/browser) https://frugalista.betterinboots.com
The only thing I can think of is that something I have posted somewhere in my site seems to have messed up the header, as it was fine one day and not the next. I just can’t remember when/what it was.
Any clues what it might be or how I can figure out what it might be?
ZJL
Forum: Themes and Templates
In reply to: a tip: how to limit the maximum size of pictures in a themeI am new to blogging and too-large files have F-d up my entire theme more than once and I had no idea why. My theme which is currently offered in WordPress, did NOT have a max-width rule. So that first guy who slammed you for posting on this was just WRONG and a hater.
Thanks to you Talgalili and to xinfo for the very simple but critical rule which I had NO idea about.
Forum: Themes and Templates
In reply to: Blog title alignment is screwed upIs my problem seeming impossible to solve? Anyone?
Forum: Themes and Templates
In reply to: Blog title alignment is screwed upThanks for responding! Yes I am still having probs. I’m so confused. I mean it’s one thing if it looked different in IE an Firefox or different versions of IE or something, right? But for it to have looked one way one day, and then differently the next on my same computer/browser, and for the two sites to look different confounds me.
OK, now I’ve just taken screen shots of the headers of the two sites so you can see what I’m seeing. I put them in the top post on the second site.
https://frugalista.betterinboots.com/
What do you think?
Forum: Plugins
In reply to: Single Bookmark Category List problemYes I am using that one. THANKS. Will look around for a replacement. Much appreciated.
Forum: Themes and Templates
In reply to: MaiQ Theme: Blog title is suddenly indentedBump again. Can somebody please respond. This is a theme that was one of the few offered by WordPress when I set up my site (I didn’t go find it some random place) and so I’d really appreciate if someone could help me to understand how to fix the alignment of the text in the header of this theme.
TIA
Forum: Themes and Templates
In reply to: MaiQ Theme: Blog title is suddenly indentedBump
Forum: Plugins
In reply to: Editing the NAME of a plugin fileMike,
As per your advice, I went to my hosting provider (blue host) and they walked me through changing the file name. This is resolved. THANK YOU so much for your help!Zita
Forum: Themes and Templates
In reply to: MaiQ Theme: Blog title is suddenly indentedplease advise on the above.
Forum: Themes and Templates
In reply to: MaiQ Theme: Blog title is suddenly indentedI have de-activated and re-activated each plugin one at a time, refreshing and viewing my home page each time, and this has verified that none of the plug-ins are causing the problem.
I viewed the site on another computer and saw that the blog title and sub-title appears on one line, but the text which, by default of the theme, used to be right-hand justified, is now centered. IT still appears on two lines in my own browser.
Bottom line is that if you check this theme (which is one of the standard offered 3-column themes when I created the site in wordpress) it shows that the blog title is right justified. It appeared that way on my browser for almost 3 weeks until all of a sudden it changed. I want to fix it so that it appears how it did in the original theme, as I do not like the appearance as it is now. Also, there is obviously something that changed here and I want to get to the bottom of it.
Please advise. Any other suggestions?
Thanks.Forum: Themes and Templates
In reply to: MaiQ Theme: Blog title is suddenly indentedEsmi,
Thank you for your response. I use internet explorer and all I know is that the blog title “Better in Boots” in my header was fine, all on one line, until a few days ago when it split in two and I still need to figure out how to fix it.Regarding the text above in your post, which you said needs removing. Do you mean in my header.php file? Because I have looked very closely and the text you said needs removing does not exist anywhere in that file.
Am I looking in the wrong file?
Google directions were to put the verification code between the header and the body, which is where I placed it. In any event, I removed it just to see, and it did not effect the header problem.
I’m still confused, please advise.