rolanddeschain
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Displaying posts with a certain tag on a pageWell I still can’t figure it out ?? I see a couple of loops, but have no idea how to edit them so they display one category.
Does anybody have something similar that I can look at?
Hehe now it dances ??
It’s a similar fix, if you change the padding on the hover css it’ll act the same as the new code. If it looks huge just reduce the number. ??
Forum: Themes and Templates
In reply to: My fluid-width single line horizontal navbar problem!@equaldesign: That still gives the one button per line result. I would have posted the URL, but I can’t.
@emg: Think I’ll have to go this way, I was just hoping to avoud rebuilding it ?? Thanks for taking a look at the problem!
That’s a tad more complicated, you’ll have to get it to use these for the selected page:
#navigation_center ul li a.active, #navigation_center ul li a.current_page_item { #navigation_center ul li a.active span {
If I wasn’t trying to get this project up and running I’d give you more of a hand. ??
Easy one ?? Frustrating though I know, it’s great to have a fresh pair of eyes looking at the problem.
By changing the padding inside
#navigation_center ul li a {
Change it to something like this:
padding:0 35px 3px;
Looks more like what you’re after. ?? As for the paypal (my username is [email protected]) we’ll be even if you can solve my css problem!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Cannot upload images (wp 2.51)I tried small images and they worked fine, so I tried the original images and they worked this time.
Perhaps it’s something (inexplicably) to do with fresh installations?
I’m glad it’s working, but it’s puzzling as to why it’s working now and not before.
Thanks for the help Alex. ??
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Cannot upload images (wp 2.51)Is this a problem being worked on? Not to be rude, I just need to know so I can look into using something other than NexGEN if it’s not.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Centering Galleries+1 for a solution to this. ??
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Cannot upload images (wp 2.51)Same problem ??
* Operating System : Linux
* Server : Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6
* Memory usage : 15.93 MByte
* MYSQL Version : 5.0.51a-community
* SQL Mode : Not set
* PHP Version : 5.2.6
* PHP Safe Mode : Off
* PHP Allow URL fopen : On
* PHP Memory Limit : 128M
* PHP Max Upload Size : 32M
* PHP Max Post Size : 8M
* PHP Max Script Execute Time : 30s
* PHP Exif support : Yes ( V1.4 )
* PHP IPTC support : Yes
* PHP XML support : YesGD support
* GD Version : bundled (2.0.34 compatible)
* FreeType Support : Yes
* FreeType Linkage : with freetype
* T1Lib Support : No
* GIF Read Support : Yes
* GIF Create Support : Yes
* JPG Support : Yes
* PNG Support : Yes
* WBMP Support : Yes
* XPM Support : Yes
* XBM Support : Yes
* JIS-mapped Japanese Font Support : NoForum: Fixing WordPress
In reply to: Akismet key validation troubles.Me too, I’ve had the trouble since yesterday but my thread got buried. Hurrah for this thread ??
Forum: Installing WordPress
In reply to: wp-config.php not found when logging in…Same error ??
Forum: Installing WordPress
In reply to: wp-config.php not found when logging in…Even more bizarrely, everything works except for the Dashboard, which gives me the error above. I run another wordpress so I knew the url to use for options and got in through that way.
Still, it’d be nice to be able to see the dashboard – can anybody help?
Forum: Installing WordPress
In reply to: wp-config.php not found when logging in…I just thought I’d add that during install it correctly logged into the sql database and populated it, using the data in wp-config.php. Now it’s choosing to ignore it ??
Forum: Plugins
In reply to: sidebar (widgets) line spacing and bulletsGood to hear. ??
At a guess I’d say you should check style.css for “#sidebar ul” etc etc, and setting your preferred bulleted list that way. That would apply to everything in the sidebar though, so it might be worth looking in widgets.php (in the above-mentioned spot that I fixed my problem) to set it that way. Good luck with it in any case.
Forum: Plugins
In reply to: sidebar (widgets) line spacing and bulletsTo anybody interested, after a day off and a few more hours I found solutions to all three problems. Since they aren’t anywhere else, I’ll list them in case anybody has them in the future:
a) I created the following entry in style.css:
#sidebar li {
list-style: none;
}
b) In widgets.php under “function widget_search” I removed a break.
c) Again in widgets.php, under “function widget_rss” I removed all instances of lists (ul and li), replacing them with a single break in the loop.
No thanks at all to WordPress Support here – I followed the posting guidelines (checked prior posts, explained things in detail) and all I got in reply was a fast-fired general band-aid that only wasted my time and made out that I should have read the forums first. I did, and promptly got ignored after what obviously passed for support.
Keep up the top work.