lise
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Display number of post in each categoryBeel, you are wonderful ?? and it now works!
Thanks and sorry I was reading what your wrote wrong, I was focusing only on the part after the ( ). It’s been a long day of juggling CSS and trying to not go beserk.
I will now leave you alone because my husband is asking if we’re going to eat soon LOL – it’s 6:15pm and I’m still on the computer.
Thanks so much.
LiseForum: Themes and Templates
In reply to: Display number of post in each categoryThanks Beel for your fast response, but it’s still not working.
I found what I had on the copy I made of the index.php and wrote it here like this:
-
<?php wp_list_cats(0, 'All', 'name', 'asc','',1,0,1,1
); ?>
then uploaded it and it’s not working. Anything else I was supposed to do?
thanks
ANOTHER QUESTION please ??
Where do I change the color of the author’s link in my comments popup. Where is the CSS controlling that anchor?
Thanks
LiseForum: Themes and Templates
In reply to: Meta and comments on same lineThanks Beel, but that did not do it and Moshu, you’re right ?? – who cares…LOL
Thanks guys
LiseForum: Themes and Templates
In reply to: Right column too longRoot,
You’re the MAN ?? it does clear now but it is also below the post and I tried everything I could think of: change the CSS of menu to top: 0px or adding a</div>
at the end of the menu on the index, Nothing works.
Pleeeese, why won’t it go up beside the content? there is room?
Thanks a whole bunch
LiseForum: Themes and Templates
In reply to: Right column too longElasticDog,
Thanks but I did try that, I put clear: both; in my CSS for credit section but it still not ok.
Maybe if I go to bed now and look at it again tomorrow morning ??
Thanks anyway
LiseForum: Fixing WordPress
In reply to: Comments author’s urlMoshu, you’re the best ??
Yes the answer was very helpful.
And I must have had a ‘senior’ moment because I do see the note saying to put in backsticks. So sorry.
Now for the edit, I did look there where you say, but there was only the sign # which I clicked on but it was the permalink to my post. Maybe I was not logged in when I did write the post, because the one I wrote on Oct 30 has that little Edit.
Thanks again for showing me the way ??
LiseForum: Fixing WordPress
In reply to: Comments author’s urlSo sorry Moshu about the missing backsticks…I have no idea what they are and I have no idea how to go and edit my post?
And thanks for the answer to my question ??
LiseForum: Fixing WordPress
In reply to: Comments author’s urlWell, jerm, I learned something new today thanks to you ??
Cypher, I did find the function but I don’t know where to put it?
function comment_author_link() {
global $comment;
$url = apply_filters('comment_url', $comment->comment_author_url);
$author = apply_filters('comment_author', $comment->comment_author);
if (!$author) $author = 'Anonymous';
if (empty($url)) :
echo $author;
else:
echo "$author";
endif;
}
Could you please let me know? Thanks a lot
LiseForum: Themes and Templates
In reply to: how to set different properties of links in menuRoot, I know that’s what I did because that’s what I want: I want to move the links that are in the menu now to that new horizontal navbar, and of course I did not have a chance yet to change them. Before I do, I want to fix the menu.
Podz, I will go over to that site and see if that answers my question. Thanks
If not, maybe I will come back and include my css
Bye
LiseForum: Fixing WordPress
In reply to: comments popup problemOK I fixed the problem, which was me of course ??
Actually what I had done is follow the instructions for different directories for the wordpress files and the index file, but I’m must have done something wrong.
So anyway, I just redirected my https://over-50-and-kicking.com/index.php page to https://over-50-and-kicking.com/wordpress on my server and voila, done.
Thanks a lot all of you for your help and Podz said it was BigJibber who found what was wrong…so thanks a million.
Now I can go and ‘play’ around with the CSS LOL
LiseForum: Fixing WordPress
In reply to: comments popup problemPodz,
I’m sending you the info through your site and I sure hope you can help me.
Thanks LiseForum: Fixing WordPress
In reply to: comments popup problemThanks Oriecat, and BTW, love the look of your blog ??
Now that does not fix my problem.
ANYONE Pleeeeese, how come the javascript does not show?
How come the popup link points to my index page?
How come it’s now working?
I’m sooo frustrated by this. I just want to blog.
Please Podz, anyone?
LiseForum: Fixing WordPress
In reply to: comments popup problemHere is what it says:
<div class="feedback">
<?php wp_link_pages(); ?>
<?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
</div>
How come it’s not the same as yours? Do you have 1.2mingus? I do but since I don’t know php, I did not touch it.
LiseForum: Fixing WordPress
In reply to: comments popup problemHi Podz
Yes it is, see<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php comments_popup_script(); // off by default ?>
<?php wp_head(); ?>
</head>
I copied it directly from just above the</head>
on my index.php page
LiseForum: Fixing WordPress
In reply to: comments popup problemMerci Romain, but if you read my post, I said that I did that and it still does not work and I have read everything in the forum and the wiki. And it still is not working…I have now maybe figure out what the problem is but don’t know how to fix it.
If you click on my comments link under the post, it points to https://over-50-and-kicking.com/index.php?p=13#comments and on other sites, I saw that it would point to .com/wp-comments-popup.php?p=13#comments and that’s why I don’t have a popup window, it opens up in the style of the index page.
Where and how can I change that?
Thanks
Lise