Tim Griffin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to add quicktag buttons to comment form?Here’s the Kubrick css fix:
/* fix for kubrick quicktags*/
div#ed_toolbar input.ed_button {width:auto;}This fixed the contact plugin to have no quicktags:
/* fix to remove quicktags from comment form*/
.contactform div#ed_toolbar input.ed_button {
display: none;
}
tGriffForum: Plugins
In reply to: Fancy excerpt pluginI have been searching for a plugin such as this. Now that I have it, and am trying to run it in conjunction with the recent posts plugin I am not quite sure how to make the excerpts show up on the blog sidebar where I wish them to appear:
Recent Posts List
Title
Excerpt—
any suggestions for how to get this to display as such?Thanks ??
tGriff
Forum: Plugins
In reply to: Trying to integrated quicktags.js in comment formHow does one change the width of the tags showing up on the comments form? The tags appear when I aply the quicktags plugin, but in two columns and quite wide!
Forum: Fixing WordPress
In reply to: How to add quicktag buttons to comment form?I have installed this plugin.
I get a two column layout with rather wide buttons… how do you setup the button width of this plugin?Forum: Fixing WordPress
In reply to: RSS and 1.5 ProblemUploaded the latest wp-comments-post.php…
get it here:
https://cvs.sourceforge.net/viewcvs.py/cafelog/wordpress/wp-comments-post.php?rev=1.30&view=log
Seems to be working just fine…
got the tip here:
https://www.ads-software.com/support/topic.php?id=8695#post-52022??
took me a little to find this ??Forum: Fixing WordPress
In reply to: RSS and 1.5 ProblemOk,
tried the wp-blog-header.php… no change. My page gives the post rss just fine – but NO comment rss…
I have the same error I started with…
~permalinks on
~wp 1.5
~installed entity2NCR plugin
~tried the .htaccess stuff…
~looked for ‘white space’ in the rss files
~googled for too long and got this: https://mosquito.www.ads-software.com/view.php?id=903
~tried to apply the &ersand quick fix: https://priyadi.net/archives/2005/02/25/wordpress-15-bugs/
~reverted to the original files and have the original problem…
…
…
…HELP?
anyone?https://www.griffhome.com/comments/feed/
I see that others have found a fix… not sure what to do
tGriff ??
Forum: Installing WordPress
In reply to: Comments RSS Not WorkingOk,
I have tried several things to get this feed thing to work.
https://www.griffhome.com/comments/feed/
returns this parsing error:
This feed does not validate.
*
line 299, column 22: XML parsing error: <unknown>:299:22: not well-formed (invalid token) [help]
<title>by: Cynthia & Terry Toland</title>(as checked on https://www.feedvalidator.org)
I just installed the “entitytoNCR” plugin – and nothing changed…
From the browser I go to wp-commentsrss2.php or to comments/feed/ and I get the same error…
I have not found a solotion… I am using permalinks, the feed for the posts appears to be working just great…
a little perplexed… :-
thoughts?
solutions?tGriff
PS – when will 1.5.1 be available…? I have two more upgrades to go – but might wait…
Forum: Themes and Templates
In reply to: Tried to Fix BlockquoteHmmm,
I just installed live comment preview:
https://dev.wp-plugins.org/wiki/LiveCommentPreview
and I do not understand the blockquote thing.
I place<blockqoute>
on a seperate line, insert text below and finally close the<blockquote>
but the rest of the text I enter all stays withing the block! I know there must be something I am missing… ??
griffhome.comForum: Themes and Templates
In reply to: Numbered comments, please?More for reference:
When used with items within an unordered list, the list-style-type property accepts one of four values: disc, circle, square, or none. The browser marks the unordered list items with the corresponding specified dingbat. The default value is disc; browsers change that default depending on the nesting level of the list.
When used with items within an ordered list, the list-style-type property accepts one of six values: decimal, lower-roman, upper-roman, lower-alpha, upper-alpha, or none. These values format the item numbers as decimal values, lowercase Roman numerals, uppercase Roman numerals, lowercase letters, or uppercase letters, respectively. Most browsers will use decimal numbering schemes if you don’t set this property.
…The list-style propertyThe list-style property is the shorthand version for all the other list-style properties. It accepts any or all of the values allowed for the list-style-type, list-style-position, and list-style-image properties, in any order and with values appropriate for the type of list it is to affect. These are valid list-style properties:
LI {list-style: disc}
LI {list-style: lower-roman inside}
LI {list-style: url(https://www.kumquat.com/images/tiny-quat.gif)
square}The first example creates list items that use a disc as the bullet image. The second causes numbered list items to use lowercase Roman numerals, drawn inside the list item’s block. In the last example, a square will be used as the bullet image if the referenced image is unavailable.
This can be found on the HTML Definitive Guide
https://www.web-developer-india.com/web/html/ch09_03.htmlForum: Fixing WordPress
In reply to: White space below postwhat would cause a 3-5″ white space on the main index of my site after all content and then finally the footer?
It doesn’t seem to be there in any other form… on other pages…Browser – Moz. Firefox
griffhome.comSuggestions?
Thanks!
tGriffForum: Fixing WordPress
In reply to: Descending comments?Cool – thanks for Coffee2code.com for e-mailing the instructions for this.
1. Open wp-includes/comment-functions.php
2. locate the comments_template section near the top
3. indentify both strings containing the following:$wpdb->get_results("SELECT * FROM $wpdb->comments WHERE comment_post_ID = '$post->ID' AND comment_approved = '1' ORDER BY comment_date"
4.Change the last part of both lines to:
comment_date DESC"
Thanks Kafkaesqui and Scott Reilly!
Forum: Fixing WordPress
In reply to: Descending comments?And where is wp-comments in 1.5?
Forum: Fixing WordPress
In reply to: ErrorDocument problemOk,
several attempts have resulted in success.
.htacces required this:ErrorDocument 404 /index.php?error=404
Now – no errors in the 404.php document!
Yeah!How many hours can it take to work something so simple out?
Well, it was fun anyway ??Forum: Fixing WordPress
In reply to: ErrorDocument problemok,
there has to be a simple thing I am missing.
in .htaccess I have:
ErrorDocument 404 /wp-content/themes/default/404.phpthe error I continur to get is:
Fatal error: Call to undefined function: get_header() in ../../../../../../……default/404.php on line 1
Help?
Thanks!
TForum: Fixing WordPress
In reply to: Log full of undefined function error in 404and what did you find out? Same errors here… for the same simple reasons no doubt ??