RobertBruce
Forum Replies Created
-
Forum: Installing WordPress
In reply to: What the Hell is UTC time?But we Brits invented GMT. Not the French. Why should we compromise a standard to meet some French-speaking aviation requirement?
We are being oppressed I tell ya! Oppressed we are!
Forum: Plugins
In reply to: WordPress DB/StatraqCool! OK I’ll mail them. Will let you guys know the result. meanwhile – thanks for your help and have a brilliantly nice and happy Christmas!
Forum: Plugins
In reply to: WordPress DB/StatraqOK will ask them.
Here is what I pick up from my admin stats.Current space usage:
Disk Usage Viewer
Directory Space Used
public_html/wp-content 10.42 Meg
mail/iscatterlings.com 6.22 Meg
mail/new 3.20 Meg
tmp/webalizer 3.16 Meg
public_html/wp-includes 1.13 Meg
public_html/wp-admin 1.09 Meg
tmp/webalizerftp 0.61 Meg
public_html/smilies 0.13 Meg
mail/cur 0.08 Meg
public_html/cgi-bin 0.04 Meg
mail/.Sent 0.02 Meg
mail/.Trash 0.02 Meg
mail/.Drafts 0.02 Meg
mail/courierimapkeywords 0.02 Meg
mail/.spam 0.02 Meg
public_html/iscatterlings 0.01 Meg
etc/iscatterlings.com 0.01 Meg
tmp/cpbandwidth 0.01 Meg
mail/tmp 0.00 Meg
public_ftp/incoming 0.00 Meg
tmp/analog 0.00 Meg
tmp/awstats 0.00 Meg
.htpasswds/wp-stattraq 0.00 Meg
.cpaddons/moderation 0.00 Meg
.fantasticodata/temporary 0.00 Meg
.fantasticodata/Joomla 0.00 Meg
.fantasticodata/PerlDesk 0.00 Meg–
Forum: Plugins
In reply to: WordPress DB/StatraqOtto,
Great I’ll try it! Will post here again if it fails.
Err it failed! Nice try.
Forum: Plugins
In reply to: WordPress DB/StatraqJust checked the Page and Main Index templates in the Equix theme folder. In the main index template, the footer and sidebar are being called.
In the page, only the footer is being called.
Forum: Plugins
In reply to: WordPress DB/StatraqI have not hacked anything. Where must I check on which page? Classic or the Equix template?
Forum: Installing WordPress
In reply to: WordPress 2.05 upgrade Stattraq errorRAndy had this posted on the Statraq site:
After several years of valuable service to the WordPress community this plugin has died. I haven’t the time or the desire to maintain it. Multiple people have approached me to maintain it and then disappeared without any further follow-up. If Someone does step up and take the software on I’ll redirect requests to this URL and send them to the new home, wherever that may be. The old code is available for posterity: here. Use this at your own risk (which is minimal at best).
So I guess we need someone to pick up the guntlet!
I’ll take a looksee at the coding and ask a friend (cough, cough) to see if a fix can be coded in.
Forum: Your WordPress
In reply to: Header .png wont print outI use the Equix theme and cannot locate the text you refer to in the style.css file.
Here is the style.css that camewth the theme:
/*
Theme Name: equiX
Theme URI: https://marcoss.com.ar/dsgn/equix/
Description: equiX is a theme made for WordPress 1.5+ | dsgn by m^r(oS.
Author: Marcos Sader
Author URI: https://marcoss.com.ar/
Version: v. 1.0
— About —
equiX is a theme designed to fully intarate with WordPress 1.5+,
all the files you need to make your blog run out-of-the box are
included and styled.
— Credits —
Design: The equix template ia desing by Marcos Sader (https://marcoss.com.ar/).
WordPress: For this amazing state-of-the-art semantic personal publishing platform.
and of course Matt, the wordpress forums and codex team for all the help and
information provided during the development.
— License —
Everything included in the package, the CSS, XHTML and design is released under
the GNU GPL License v.2, June 1991:
https://www.fsf.org/licensing/licenses/gpl.html
https://www.gnu.org/licenses/gpl.html— Made in Córdoba, Argentina | Marcos Sader – 2005 —
*/
/*—————————- Main ——————————-*/
html, body {
margin: 20px auto;
padding: 0px;
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: 8px;
text-align: center;
background-color: #F6F6E8;
cursor: arrow;
color: #313031;
}
/*—————————- Links ——————————-*/
a {
color: #224359;
text-decoration: none;
}
a:visited {
color: #A3BCCC;
text-decoration: none;
}
a:hover {
color: #CC0033;
text-decoration: none;
}
a img {
border: none;
}
/*—————————- Images Structure ——————————-*/img.c { /*Now if you add the class “c” will center the img, “r” will float it to the right and yeah you guessed!… “l” will float it left.*/
display: block;
margin-left: auto;
margin-right: auto;
}
img.r {
float: right;
}
img.l {
float: left;
}
.entry img { /*A nice hover efect when your post-images are linking somewhere*/
border: 2px solid #FFFFFF;
padding: 6px;
max-width: 98%;
border: none;
}
.entry a img {
border: 1px solid #FFFFFF;
padding: 6px;
}
.entry a img:hover {
border: 1px solid #525D5A;
background-color: #F6F6E8;
}
/*—————————- General Html ——————————-*/
hr {
display: none;
}
h2, h3 {
padding: 1px;
font-weight: bold;
text-align: left;
}
.ncol h2{
line-height: 24px;
border-bottom: 2px solid #525d5a;
font-size: 18px;
}
.wcol h2{
line-height: 25px;
font-size: 20px;
}
.sidebar h2{
border-bottom: 2px solid #525d5a;
text-align: right;
line-height: 14px;
font-size: 10px;
}
h2, h3, h2 a, h2 a:visited{
color: #525d5a;
}
h2 a:hover {
color: #CC0033;
}
h3{
font-size: 13px;
}
blockquote {
border-left: 5px solid #525D5A;
background-color: #F6F6E8;
padding: 10px 20px;
}
blockquote:hover {
background: #FDFDFA;
}
code {
font-family: ‘Courier New’, Courier, Fixed, sans-serif;
font-size: 1.1em;
}
small {
font-size: 0.9em;
line-height: 1.5em;
}
acronym, abbr {
letter-spacing: .07em;
border-bottom: 1px dashed #CC0033;
}
/*—————————- Page Navigation ——————————-*/
.navigation {
margin: 40px 30px 20px 30px;
padding: 0 10px;
font-weight: bold;
font-size: 12px;
}
.ncol .navigation {
margin: 14px 0px;
font-size: 11px;
}
.ar { /*This way you can use a simple class=”ar”/”al”/”ac” to get an objet floated or centered.*/
float: right;
}
.al {
float: left
}
.ac {
text-align: center;
margin-left: auto;
margin-right: auto;
}
/*—————————- Content ——————————-*/
#content{
margin: 0px auto;
width: 780px;
font-size: 11px;
text-align: left;
}
/*—————————-Top Bar ——————————-*/
#topbar{
margin: 1px 0px;
padding: 0px;
width: 778px;
height: 25px;
background-color: #FFFFFF;
border:1px solid #D6D3CE;
font-family: Verdana, Geneva, Arial, sans-serif;
line-height: 17px;
font-size: 10px;
}
.navbar{
margin: 0px auto;
padding: 3px 1px 2px 1px;
}
.navbar ul{
display: inline;
list-style-type: none;
}
.navbar li{
display: inline;
list-style-type: none;
}
.navbar a, .navbar a:visited {
cursor: pointer;
float: left;
font-weight: bold;
margin: 0px 10px 3px 10px;
color: #525d5a;
}
.navbar a:hover{
color: #CC0033;
}
/*—————————- Top Search Form ——————————-*/
.topsform {
margin: -1px 2px 3px 0px;
padding: 0px;
width: 220px;
height: 16px;
background-color: #FFFFFF;
border:1px solid #D6D3CE;
float: right;
}
.t-s{
margin: 0px auto;
padding: 0px;
font-family: Verdana, Geneva, Arial, sans-serif;
color: #525d5a;
font-size: 10px;
width: 67%;
height: 100%;
border: none;
background-color: #FFF;
}
.topsformsubmit{
margin: 0px auto;
padding: 0px;
font-family: Verdana, Geneva, Arial, sans-serif;
color: #525d5a;
font-size: 10px;
font-weight: bold;
width: 30%;
height: 100%;
background-color: #FFF;
border: none;
border-left:1px solid #D6D3CE;
cursor: pointer;
}
.topsformsubmit:hover{
background-color: #F6F6E8;
}
/*—————————- Header ——————————-*/
/*–Just drop a 778px*98px image named ‘header.png’ in the theme folder an it will be displayed in your blog header—*/
.header {
margin: 1px 0px;
padding: 0px;
display: block;
width: 778px;
height:98px;
background: url(‘header.png’) no-repeat bottom center;
background-color: #FFFFFF;
border: 1px solid #D6D3CE;
cursor: pointer;
}
/*—————————- Page ——————————-*/
.page {
width: 778px;
margin: 1px 0px;
padding: 0px;
background-color: #FFFFFF;
border:1px solid #D6D3CE;
text-align: left;
float: left;
}
/*—————————- Narrow Column ——————————-*/
.ncol {
padding: 20px 25px 40px 35px;
width: 515px;
background:#FFFFFF;
float:left;
}
/*—————————- Wide Column ——————————-*/
.wcol {
margin: 0px auto;
width: 80%;
padding: 20px 15px 10px 15px;
line-height: 1.5em;
}
/*—————————- Post Structure ——————————-*/
.post {
margin: 0px 10px 55px 2px;
text-align: justify;
}
.archived {
padding: 0px 0px 0px 15px;
}
.archived h2{
font-size: 14px;
}
.postmetadata {
width: 85%;
margin: 25px 0 0 0;
padding: 3px;
border-top: 1px solid #D6D3CE;
color: #313031;
text-align: left;
line-height: 17px;
font-size: 10px;
}
.entry {
font-size: 1em;
line-height: 1.4em;
}
.entry a {
font-weight: bold;
}
.entry ol li {
list-style: decimal outside;
}
.entry ul li {
list-style-type: square;
}
.entry form {
text-align: left;
}
.entry input { /* For password-protected posts */
margin: 2px auto;
font-size: 9px;
padding: 0px;
background-color: #FFFFFF;
border:1px solid #D6D3CE;
}
.entry input[value=”Submit”] {
font-size: 9px;
cursor: pointer;
}
.entry input[value=”Submit”]:hover{
background-color: #F6F6E8;
}
/*—————————- Sidebar ——————————-*/
.sidebar {
width: 190px;
padding: 35px 8px 40px 8px;
float:right;
font-size: 10px;
}
.sidebar h2 {
text-align: right;
font-size: 11px;
}
.sidebar ul {
margin: 0px 2px 30px 18px;
padding: 0px;
list-style-type: none;
list-style-image: none;
}
.sidebarul li {
list-style-type: none;
list-style-image: none;
}
.sidebarul li ul {
margin: 10px 0px 10px 10px;
padding-left: 5px;
}
.sidebar ul li ul li {
margin: 0px 0px 0px 4px;
color: #404040;
list-style-type: square;
list-style-image: none;
}
/*—————————- Search box for error-404 pages ——————————-*/
.searchbox{
margin: 2px auto;
padding: 0px;
display: block;
width: 500px;
height: 50px;
background: #F7F7F7;
border:1px solid #D6D3CE;
}
.searchbox #searchform {
background: #FFFFFF;
margin: 14px auto;
width: 400px;
padding: 0px;
border: 1px solid #D6D3CE;
}
.searchbox #searchform #s{
margin: 0px auto;
padding: 1px;
font-family: Verdana, Geneva, Arial, sans-serif;
color: #404040;
font-size: 10px;
width: 298px;
height: 100%;
border: none;
background-color: #FFFFFF;
}
.searchbox #searchform #searchsubmit{
border: none;
margin: 0px auto;
padding: 2px 0px;
font-family: Verdana, Geneva, Arial, sans-serif;
color: #404040;
font-size: 10px;
font-weight: bold;
width: 96px;
height: 100%;
background-color: #FFFFFF;
border-left:1px solid #D6D3CE;
cursor: pointer;
}
.searchbox #searchform #searchsubmit:hover{
background-color: #F6F6E8;
}
/*—————————- Comments ——————————-*/
.comarea{
font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
line-height: 17px;
color: #313031;
}
.comol{
margin: 20px 0px 40px 0px;
text-align: left;
font-weight: bold;
list-style-type: upper-roman;
}
.comli{
border-left: 1px solid #D6D3CE;
border-bottom: 1px solid #D6D3CE;
text-align: left;
margin: 25px 0px 20px 0px;
padding: 4px;
min-height: 90px;
width: 95%;
}
.comauth{
border-bottom: 1px solid #D6D3CE;
width: 70%;
font-size: 11px;
font-weight: bold;
padding: 0px 0px 2px 2px;
}
.mod {
color: #CC0033;
}
.comli .cmeta {
margin: 1px 0px 5px 2px;
border: none;
font-size: 10px;
font-weight: normal;
}
.comtxt{
margin: 0px 0px 0px 5px;
font-size: 9px;
font-weight: normal;
text-align: left;
}
.preview, .preview ul, .preview ul li {
list-style: none;
margin: 20px 0px 20px -13px;
width: 594px;
}
#TextDisplay { /*Live Preview of Comments */
margin: 5px 0px 0px 5px;
font-size: 9px;
font-weight: normal;
text-align: left;
}
#tbs { /* This will let you asign your trackbacks/pingbacks a direferent style */
padding: 5px;
border: 1px solid #525D5A;
background: #F7F7F7;
}
#tbs:hover {
background-color: #FDFDFA;
}
/*—————————- Comment Form ——————————-*/
#commentform {
margin: 15px 0px 30px 0px;
}
#commentform input {
font: 0.9em ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
border: 1px solid #D6D3CE;
border-right: 3px solid #D6D3CE;
}
#commentform textarea {
font: 0.9em ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
width: 594px;
padding: 2px;
border: 1px solid #D6D3CE;
border-right: 3px solid #D6D3CE;
}
#commentform #submit {
width: 600px;
padding: 2px;
background: #FFFFFF;
text-align: center;
border: 1px solid #D6D3CE;
border-right: 3px solid #D6D3CE;
font-weight: bold;
}
#commentform #submit:hover {
background-color: #F6F6E8;
cursor: pointer;
}
/*—————————- Footer ——————————-*/
.footer {
font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
line-height: 17px;
font-size: 0.8em;
margin: 1px 0px;
padding: 0px;
width: 778px;
height: 55px;
background-color: #FFFFFF;
border:1px solid #D6D3CE;
color: #313031;
clear:both;
}
.powered {
margin: 12px auto;
margin-right: 100px;
padding-left: 30px;
text-align: center;
}
.powered a {
color: #224359;
font-weight: bold;
}
.powered a:hover {
color: #CC0033;
}
/*—————————- Go-up ——————————-*/
/*——An useless bottom line that will let you go up by clicking on it :p—–*/
.go-up {
margin: 1px auto;
padding: 0px;
width: 778px;
height: 15px;
background-color: #FFF;
border:1px solid #D6D3CE;
font-size: 10px;
cursor: pointer;
}
/*—————————- mozilla-styles ——————————-*/
/*– Just a nice touch for mozilla user, will make text selection with a fancy background
Taken from: https://a.proletarium.org/post/11/
If you want to use it just uncomment it, is deactive coz won’t validate.. ??
–*/
/*–
*::-moz-selection {
background-color: #f09;
color: #fff;
}
–*/
/*——————————-End of |X| – One Theme to Rule Them All——————————————————-*/Please advise where I need to change the code or insert a new line to ensure the header.png prints out when a page is sent to a printer.
Thanks
RB
Forum: Themes and Templates
In reply to: Sidebar shifts down in both FF and IEJust to let you know that the problem was the italics tags!
Deleted them and all is once agin back to normal!
Forum: Themes and Templates
In reply to: Sidebar shifts down in both FF and IEMy site: https://theideachair.com/blog/wordpress
Here is the Main Index Template:
<?php get_header(); ?>
<div class=”ncol”><!– Begin of the narrow column –>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”post”><!– Post Div–>
<h2 id=”post-<?php the_ID(); ?>”>
” rel=”bookmark”><?php the_title(); ?>
</h2>
<div class=”entry”>
<?php the_content(__(‘(more…)‘)); ?>
</div>
<p class=”postmetadata”><!– Here goes the metadata of your post–>
<?php edit_post_link(‘#’,”,’| ‘); ?>” rel=”bookmark”><?php the_time(‘m/d/y’) ?> | <?php the_category(‘ – ‘) ?> | “>Trackback | <?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?><br/><?php link_pages(‘Pages: ‘, ”, ‘number’); ?><!–<?php trackback_rdf(); ?>–>
</div><!– End of post div–>
<?php endwhile; ?>
<div class=”navigation”>
<div class=”al”><?php posts_nav_link(”,”,’« Previous Entries’) ?></div>
<div class=”ar”><?php posts_nav_link(”,’Next Entries »’,”) ?></div>
</div>
<?php else : ?>
<h2>Error 404 – Not Found</h2>
<?php include (TEMPLATEPATH . “/searchform.php”); ?>
<?php endif; ?>
</div><!– This closes the narrow column div, leave it where it is! do NOT place it before the php endif –><?php get_sidebar(); ?>
<?php get_footer(); ?>—————-
My site: https://theideachair.com/blog/wordpressForum: Themes and Templates
In reply to: Sidebar shifts down in both FF and IEI have the same poblem.Have edited all posts and inspected all </div> to validate they are appropriate.
My site is at: https://theideachair.com/blog/wordpress
I still cannot see where I have gone wrong.
Here is my sidebar file:
<div class=”sidebar”>- <!– Activity –>
<h2><?php _e(‘Activity’); ?></h2>
- <?php
- ” title=”<?php the_title() ?>”><?php the_title() ?>
$posts = get_posts(‘numberposts=15&offset=0’);
foreach ($posts as $post) :
?><?php
endforeach;
?><!– End of Activity –>
- <!– Categories –>
<h2><?php _e(‘Categories’); ?></h2>
-
<?php list_cats(0, ”, ‘name’, ‘asc’, ”, 1, 0, 1, 1, 1, 1, 0,”,”,”,”,”) ?>
<!– End of Categories –>
- <!– Archives –>
<h2><?php _e(‘Archives’); ?></h2>
-
<?php wp_get_archives(‘type=monthly’); ?>
<!– End of Archives –>
- <h2><?php _e(‘Pages’); ?></h2>
-
<?php wp_list_pages(‘title_li=’); ?>
<?php if ( is_home() || is_page() ) { ?>
<?php if (function_exists(‘wp_theme_switcher’)) { ?>- <!– Theme switcher –>
<h2><?php _e(‘Themes’); ?></h2>
<?php wp_theme_switcher(); ?> - <!– Links –>
<h2><?php _e(‘Blogroll’); ?></h2>
<!– End of Theme switcher –>
<?php } ?>-
<?php get_links(-1, ‘
- ‘, ‘
‘, ”, TRUE, ‘url’, FALSE); ?>
<!– End of Links –>
- <!– Feeds –>
<h2><?php _e(‘Feeds’); ?></h2>
- ” title=”RDF/RSS 1.0 Feed”>RDF/RSS 1.0
- ” title=”RSS 0.92 Feed”>RSS 0.92
- ” title=”RSS 2.0 feed”>RSS 2.0
- ” title=”Atom feed”>Atom
- ” title=”Comments RSS 2.0 Feed”>Comments [RSS 2.0]
<!– End of Feeds–>
- <!– Meta –>
<h2><?php _e(‘Meta’); ?></h2>
-
<?php wp_register(); ?>
- <?php wp_loginout(); ?>
- Valid XHTML
- XFN
- WordPress
- <img alt=”Creative Commons License” border=”0″ src=”https://creativecommons.org/images/public/somerights20.png”/>
<?php wp_meta(); ?>
<!– End of Meta –>
<?php } ?></div>
My site is at: https://theideachair.com/blog/wordpress
Forum: Everything else WordPress
In reply to: Page/Sidebar offset!Here is the main page template script. From where I stand, I think there is a </div> missing somewhere?! Heck, how would I know anyway!!
Plpease check this for any error:
<?php get_header(); ?>
<div class=”ncol”><!– Begin of the narrow column –>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”post”><!– Post Div–>
<h2 id=”post-<?php the_ID(); ?>”>
” rel=”bookmark”><?php the_title(); ?>
</h2>
<div class=”entry”>
<?php the_content(__(‘(more…)‘)); ?>
</div>
<p class=”postmetadata”><!– Here goes the metadata of your post–>
<?php edit_post_link(‘#’,”,’| ‘); ?>” rel=”bookmark”><?php the_time(‘m/d/y’) ?> | <?php the_category(‘ – ‘) ?> | “>Trackback | <?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?><br/><?php link_pages(‘Pages: ‘, ”, ‘number’); ?><!–<?php trackback_rdf(); ?>–>
</div><!– End of post div–>
<?php endwhile; ?>
<div class=”navigation”>
<div class=”al”><?php posts_nav_link(”,”,’« Previous Entries’) ?></div>
<div class=”ar”><?php posts_nav_link(”,’Next Entries »’,”) ?></div>
</div>
<?php else : ?>
<h2>Error 404 – Not Found</h2>
<?php include (TEMPLATEPATH . “/searchform.php”); ?>
<?php endif; ?>
</div><!– This closes the narrow column div, leave it where it is! do NOT place it before the php endif –><?php get_sidebar(); ?>
<?php get_footer(); ?>Forum: Everything else WordPress
In reply to: Page/Sidebar offset!I am now on a different PC using IE v6 and the same problem exists. The sidebar has slipped down the page.
I have edited all commented out text in scripts, shortened post contents and titles. So it can in my opinion only be an error in index.php or sidebar.php or even styles.php
What is the difference between styles.php and styles_IE.php?
There is no problem when you click to ‘previous’ posts. The scripting is fine. Should I copy & paste the page contents to main index file?
Forum: Everything else WordPress
In reply to: Page/Sidebar offset!Result of validation:
The document located at <https://theideachair.com/blog/wordpress/> was checked and found to be valid XHTML 1.0 Transitional. This means that the resource in question identified itself as “XHTML 1.0 Transitional” and that we successfully performed a formal validation using an SGML or XML Parser (depending on the markup language used).Forum: Everything else WordPress
In reply to: Page/Sidebar offset!Moshu,
Thanks. OK will do. I think it was the Syndication script that broke the camel’s back! I will get rid of it and see what happens.
Cheerio!
RB
- <!– Activity –>