Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)
  • Forum: Fixing WordPress
    In reply to: Read more link
    Thread Starter algorithmbetting

    (@algorithmbetting)

    ok, 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 link
    Thread Starter algorithmbetting

    (@algorithmbetting)

    thanks 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’?

    Thread Starter algorithmbetting

    (@algorithmbetting)

    thanks 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(); ?>

    Thread Starter algorithmbetting

    (@algorithmbetting)

    seriously? 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.

    Thread Starter algorithmbetting

    (@algorithmbetting)

    “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;
    }

    Thread Starter algorithmbetting

    (@algorithmbetting)

    and 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,

    Thread Starter algorithmbetting

    (@algorithmbetting)

    now using wp-table.
    width amended by removing sidebar code from page template file.

    Thread Starter algorithmbetting

    (@algorithmbetting)

    now 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.

    Thread Starter algorithmbetting

    (@algorithmbetting)

    Here 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;

    }

    Thread Starter algorithmbetting

    (@algorithmbetting)

    ive 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.

    Thread Starter algorithmbetting

    (@algorithmbetting)

    thanks 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?

    Thread Starter algorithmbetting

    (@algorithmbetting)

    why 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.

    Thread Starter algorithmbetting

    (@algorithmbetting)

    i 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.

    Thread Starter algorithmbetting

    (@algorithmbetting)

    thank you very much for a very straight and perfect answer!!

    my 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.

Viewing 15 replies - 1 through 15 (of 20 total)