cwhoss
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Header image won’t showSorry for the long delay. No, this is on an internal site, until I can get all the bugs ironed out. Having said that, I can’t see it being a css issue – one thing I tried was just renaming my new image misty.jpg (so all else stayed the same). So I resorted to following that sage advice – if it doesn’t work the 1st time, do it the exact same way until it does work. And believe it or not, on the 20th
cp family.jpg misty.jpg
(debugging), the new image appeared. But – view source showed this, which might be relevant:
#headerimage {
background: url(https://www.wicagre.com/wp-content/uploads/2007/05/The GD image library is not installed.) no-repeat;
}
There is, by the way, nothing in that directory.Forum: Installing WordPress
In reply to: Good Grief Charlie Brown!I appreciate all the comments, and my apologies for waiting so long to respond, but I was out-of-pocket… solved the problem, sort of. The first time I downloaded the themes to my Windows XP laptop, unzipped them there, and used putty to copy the folder to my linux box/themes directory. This time I used the links browser (no GUI on my Linux box – running pretty barebones)to download the themes directly, unzipped them (unzip themename.zip) in the themes directory, refreshed and they showed up under site admin just fine. An interesting side note is that before I unzipped the theme I renamed the other so I could run a diff -a afterwords. Nothing.
Forum: Installing WordPress
In reply to: Good Grief Charlie Brown!Same problem as ODB (FYI- site is on a private network). Classic and default show up fine, and I can switch between those 2 themes even if I rename one of them (ex. mv default test), and clear my browser cache. That tells me those themes are probably hard-coded somewhere. Where is that information coming from, and what is my next debug step?
[root@arthritix themes]# ls -la
total 56
drwxr-xr-x 7 root root 4096 Apr 25 21:31 .
drwxr-xr-x 4 root root 4096 Apr 25 21:27 ..
drwxr-xr-x 3 root root 4096 Apr 25 20:37 abacus-10
drwxr-xr-x 2 root root 4096 Apr 2 19:34 classic
drwxr-xr-x 3 root root 4096 Apr 2 19:34 default
[root@arthritix classic]# ls -la
total 96
drwxr-xr-x 2 root root 4096 Apr 2 19:34 .
drwxr-xr-x 7 root root 4096 Apr 25 21:31 ..
-rw-r–r– 1 root root 3305 Nov 19 01:56 comments.php
-rw-r–r– 1 root root 4721 Dec 21 04:10 comments-popup.php
-rw-r–r– 1 root root 419 Nov 16 2005 footer.php
-rw-r–r– 1 root root 1312 Jan 16 18:01 header.php
-rw-r–r– 1 root root 980 Nov 19 01:56 index.php
-rw-r–r– 1 root root 8412 Aug 7 2005 screenshot.png
-rw-r–r– 1 root root 1670 Jan 17 21:40 sidebar.php
-rw-r–r– 1 root root 4851 Jan 24 2005 style.css
[root@arthritix ocadia]# ls -la
total 164
drwxr-xr-x 3 root root 4096 Apr 25 21:29 .
drwxr-xr-x 7 root root 4096 Apr 25 21:31 ..
-rw-r–r– 1 root root 236 Apr 25 21:29 404.php
-rw-r–r– 1 root root 3933 Apr 25 21:29 comments.php
-rw-r–r– 1 root root 722 Apr 25 21:29 footer.php
-rw-r–r– 1 root root 1379 Apr 25 21:29 functions.php
-rw-r–r– 1 root root 1354 Apr 25 21:29 header.php
drwxr-xr-x 2 root root 4096 Apr 25 21:29 images
-rw-r–r– 1 root root 1637 Apr 25 21:29 index.php
-rw-r–r– 1 root root 387 Apr 25 21:29 page.php
-rw-r–r– 1 root root 21862 Apr 25 21:29 screenshot.png
-rw-r–r– 1 root root 260 Apr 25 21:29 searchform.php
-rw-r–r– 1 root root 1551 Apr 25 21:29 sidebar.php
-rw-r–r– 1 root root 1207 Apr 25 21:29 single.php
-rw-r–r– 1 root root 6192 Apr 25 21:29 style.css
-rw-r–r– 1 root root 15728 Apr 25 21:29 themetoolkit.php