newflesh
Forum Replies Created
-
Forum: Themes and Templates
In reply to: change the size of the header?That requires changes to your stylesheet, and would be much easier for people to answer if they could take a look at the site. ??
Forum: Fixing WordPress
In reply to: Someone seems to be hacking my blog…The page is created by WordPress if the file is “linked to page” (as described here), and the comment may just have been a spam comment.
You will probably get rid of it if you edit the post and set it to “linked to file” instead.
Forum: Fixing WordPress
In reply to: ImagesI believe the Filosofo Old-Style Upload plugin does that (among other things): https://www.ilfilosofo.com/blog/old-style-upload/
Forum: Themes and Templates
In reply to: Qwilm! sidebars not aligning properlyNo need to go into the WordPress files, the errors come from faulty markup in the actual posts. Just edit the posts, using the html editor in the write panel to remove the tags.
These problems usually happen when you try to insert code into posts from the visual rich editor and it tries to correct things.
Forum: Installing WordPress
In reply to: moving my blogNo, there’s a few more things to do, most importantly moving the databases.
General information on moving to a new host:
https://www.tamba2.org.uk/wordpress/move2/
Database specific information: https://www.tamba2.org.uk/wordpress/backup/ (backup)
https://www.tamba2.org.uk/wordpress/restore/ (restore)Read those, and if some things seem complicated just return here with any further questions. ??
Forum: Themes and Templates
In reply to: Qwilm! sidebars not aligning properlyDid you notice that the problem only occurs on the index and the first post, and not when you look at other posts? I took a look at the page source… and the most likely cause would be that you have a
</div>
at the end of that post. Get rid of that by editing the html of the post, and it should unbreak the whole page. ??Edit: The bottom post seems fishy as well, but all the other first page posts had sidebars in the right place, including the one with the wide image.
Forum: Fixing WordPress
In reply to: Image Padding ProblemTry adding padding to this definition:
p img {
padding: 0;
max-width: 100%;
}Forum: Fixing WordPress
In reply to: Can someone help me pinpoint template problem?There seems to be a lot of redundant
<div align="left"></div>
stuff in your most recent post. Cleaning up the html source of that post should fix the problems.Forum: Installing WordPress
In reply to: Changing name of folderYou have to change the URI in Options/General before moving. Documentation on moving WordPress here: https://codex.www.ads-software.com/Moving_WordPress
Forum: Installing WordPress
In reply to: Update Trouble/SQLJust one more thought before I say I’m sorry that I couldn’t help: did you run a localized version, and did you make sure to upload the language file after upgrade?
Not sure how large the effect of a missing language file would be, but maybe it could explain the dashboard problems.
Forum: Installing WordPress
In reply to: Update Trouble/SQLMaybe should wait for the real experts on this, but here’s what I can think of:
If you have a backup, get the old theme files from there. Also, remove all non-standard plugins from the plugins folder, see if you can log in and then upload the plugins and activate them one by one to see where the problems start.
Forum: Installing WordPress
In reply to: Update Trouble/SQLDid you have any category related plugins or theme modifications before you upgraded? Could be that something got overwritten during the upgrade.
Forum: Fixing WordPress
In reply to: Horizontal scrollbar in FF not IEA quick guess: Firefox renders #maintable at 100% of page width, and not the width of the div that contains it. Or maybe because the first td has a set width and not the other. Or maybe a combination of both… it’s in that area I’d look, anyway.
I’d try to get rid of those tables completely…
Forum: Installing WordPress
In reply to: Upgrade! WP 2.0.4 is outbdsays: you can update directly to 2.0.4. As far as I know, the upgrade works with all version from 1.5.x and up (in case someone else wonders). ??
Forum: Fixing WordPress
In reply to: Running a “network” on WordPressWordPressMU is intended as a solution to host blog sites like wordpress.com – to run your own blogging “community”, so to speak. You would still have to manage eight individual blogs, and due to the scale it is less flexible than the regular version.
Maybe you should look into blog clients to handle your posting: https://codex.www.ads-software.com/Weblog_Client