algorithmbetting
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Read more linkok, got it. it was in index.php but i was looking in the main site index. i didnt know i should be and indeed there was another index file in my themes folder.
thanks.
Forum: Fixing WordPress
In reply to: Read more linkthanks for your reply. it is appreciated as I still cannot fathom this one.
i’m using the ‘more tag’ which is a button on the post edit page (along with ‘code’, ‘lookup’, etc).
ive checked the index and functions files. Is there a way of tracing this back through the files/definitions do you know? my single.php file includes ?php the_content(). but where is the definition the ‘the_content’?
Forum: Themes and Templates
In reply to: CSS file and page templatesthanks for the replies but im so far behind understanding you i cant work out what you mean.
heres my xhtml file below. but ive no idea how to amend it to actually remove the line that the css file is putting in. im sure you dont actually mean me to copy in:<div id=”page” class=”noline”>
but then what do you mean??
<?php
/*
Template Name: Wide body
*/
?><?php get_header(); ?>
<div style=”width:0px; margin:1px; padding:1px; float:left; width:100%; font-size:100%;”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div id=”subhead”>
<h1><?php the_title(); ?></h1>
</div>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<div class=”entry”>
<?php the_content(); ?>
</div>
<div style=”clear:both;”>
</div>
</div>
<?php endwhile; endif; ?>
</div>
</div>
<?php get_footer(); ?>Forum: Fixing WordPress
In reply to: remove styling in certain pagesseriously? im looking with IE, firefox and chrome and i see them. theyre the same vertical lines as appear on the home page. but on the page linked to above they shouldnt be there. they appear “behind” the table.
Forum: Themes and Templates
In reply to: CSS file and page templates“Give the element you want to style a different class in your XHTML then you can style it differently in the style.css”
i think i understand what youre driving at but lack the skills how to achieve it.
this is the section in the css file which controls the vertical lines (element?).
#page {
background:#fff url(images/pagebg.gif) top left repeat-y;
width:940px;
padding: 0px 20px;
margin:0 auto;
border:1px solid #eee;
border-top:0;
}
adding another to reference to my new page template which ive called page2.php doesnt seem to work. See my attempt below. I dont really know what the #page means.
#page2 {
background:#fff url(images/none.gif) top left repeat-y;
width:940px;
padding: 0px 20px;
margin:0 auto;
border:1px solid #eee;
border-top:0;
}
Forum: Themes and Templates
In reply to: Template border image removaland do you know how i now remove the left line as well! ive tried making changes myself but cannot seem to differentiate in the css file between the main page and the page2 i created for the and funds pages.
thanks,
Forum: Themes and Templates
In reply to: changing content width depending on pagenow using wp-table.
width amended by removing sidebar code from page template file.Forum: Themes and Templates
In reply to: Template error just in Firefoxnow looks ok – i update to FF3! once the rest of the world does itll be okay. still not as good looking as in IE though.
Forum: Themes and Templates
In reply to: Template error just in FirefoxHere is the css file. Can anyone spot whats wrong with it?……..
/* WP-Table CSS File v1.50 */
.wptable {
font: Icon;
border: 1px Solid ThreeDShadow;
background: Window;
color: WindowText;
border-collapse: collapse;
}/* header row*/
.wptable th {padding: 2px 5px;
border: 1px solid;
border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
cursor: default;
background: ButtonFace;}
/* normal row*/
.wptable td {padding: 3px;
}/* alternative row */
.wptable tr.alt {background-color: #F4F4EC;
}
Forum: Themes and Templates
In reply to: Template error just in Firefoxive managed to work out the error is coming from the css file used in wp-table plugin. i know this as when i select not to use the wp-table css file the table displays correctly in FF. however, and of course!, i want to use the wp-table css file as i like how it looks.
does anyone know how i go about finding the error in the css file?
PS. the w3c validator is still showing the same errors as before so i know its nothing to do with those errors.
Forum: Themes and Templates
In reply to: Template error just in Firefoxthanks for taking an interest. yes, thanks i understand what you say re difference between IE and FF. personally i like the sound of what IE does. but perhaps thats because it displays my page correctly!
what is very wierd is that each time i refresh the page in FF the cells in the table move around but never in the right place. so i never actually get the same result twice. isnt that strange? i always get the correct table showing in IE.
heres a link to the page again
does anyone else see what i see?
Forum: Themes and Templates
In reply to: Template error just in Firefoxwhy drewactual? what are you seeing that i am not?
i am presuming there is an error in the html code somewhere. i just dont understand where. also i dont understand why IE can display the page and firefox cannot.
sorry if im missing something obvious.
Forum: Themes and Templates
In reply to: Template error just in Firefoxi see the reference to it but i dont know whats wrong with it. i also dont know which file its in. im not very good at this unfortunately so any knowledge you can share is much appreciated.
Forum: Themes and Templates
In reply to: Template border image removalthank you very much for a very straight and perfect answer!!
Forum: Fixing WordPress
In reply to: Visual Editor in 2.5my visual editor error is fixed:
i had tiny mce plugin installed and acitivated after upgrading to 2.5.
in 2.5 its preinstalled so you need to deavtivate the plugin.
now all is fine.