Peter Boosten
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Problem in cssMy site worck’s in firefox but in internet explorer it shows bottom ( mai multe stiri )
These kind of errors often come from validation errors (see link).
If you correct the errors, 99% chance that the site displays correctly in IE as well….
Peter
Forum: Themes and Templates
In reply to: Problem in csshmmm.
Fatal error: Image: Outputwidth and -height must be integers greater zero. in /home/divizia/public_html/trailer-youtube.com/wp-content/plugins/related-post-thumbnail/class.ImageToolbox.php on line 898
And lots of validation errors.
Try correcting these first.
Peter
Forum: Themes and Templates
In reply to: img src not workingHow about posting the URL to the site?
Makes analyzing the problem a bit easier for all of us.Peter
Forum: Themes and Templates
In reply to: MAC vs PC viewingNot all that strange: your widths don’t line up.
For instance: you’re trying to squeeze a 240px image in a div of 160px (sidebar_right), and there are lots of other examples, like #contentwrapper 300px width, which surrounds topContent 502px width.
The fact that this site actually seems to align somewhere is based on pure luck, I guess.
Peter
Forum: Themes and Templates
In reply to: Static Pages are gone…(?!)can you post the contents of page.php in pastebin?
My guess is that you used a php function incorrectly (like a missing closing parenthesis, or something like that).
Peter
Forum: Themes and Templates
In reply to: Just opgarded to Version 2.8.6 – and lost my styling!!!Just watched a series with a Danish actress, and this then I have special feelings for Danish girls 🙂
Peter
Forum: Themes and Templates
In reply to: Just opgarded to Version 2.8.6 – and lost my styling!!!yes, create a new theme directory, in /wp-content/theme
and give it a name of your likings (‘custom’, or ‘myown’ will do).
Copy the entire contents of default/ to custom/ (or myown/), and modify the style.css and change the name of the theme (somewhere at the top of that file).
Then choose this theme in the admin backend. All done! The theme will not ever get overwritten ever…
Peter
Forum: Themes and Templates
In reply to: Just opgarded to Version 2.8.6 – and lost my styling!!!You probably modified one of the default templates, without copying that theme to a new directory.
There’s no way you can undo that, unless you have a good backup.
Peter
Forum: Themes and Templates
In reply to: Changing blog description color.I assume you mean this one:
#pagetitle h4Peter
Forum: Themes and Templates
In reply to: Using a static, non-WP page as Front PageI think you might have a wrong picture about page templates: there’s really nothing you can’t do with page templates, even write your own code in it (except making coffee perhaps).
Peter
Forum: Themes and Templates
In reply to: Using a static, non-WP page as Front PageYou would have to restore your original index.php when using home.php
Peter
Forum: Themes and Templates
In reply to: Using a static, non-WP page as Front PageTry home.php
if that doesn’t work, modify your page to be a page template, assign it to a page and let this page be your static home page (settings).
Peter
Forum: Themes and Templates
In reply to: know the login user level: admin, etc..Have a look at this function…
Peter
Forum: Themes and Templates
In reply to: One tiny change I need to make – but don’t know where to look!url?
Peter
Forum: Themes and Templates
In reply to: Remove sidebar DIFFERENT issueThat’s why I use Coda 😉
Peter