dewaun
Forum Replies Created
-
Forum: Themes and Templates
In reply to: new theme install. error messageThanks. But it worked on my domain as a sandbox/test file. Wonder why it wouldn’t work on the client’s server — same hosting company.
Forum: Installing WordPress
In reply to: Cannot log-in to AdminTrue, mrmist… true. My issues weren’t plugins.
Forum: Installing WordPress
In reply to: Cannot log-in to AdminOKAY… problem is SOLVED:
The SECRET KEY section of code was missing in my previously used
wp-config.php
.Apparently, the
wp-config.php
file did not have this in WP 2.5+.So, from the
wp-config-sample.php
I replaced this:<em>define('AUTH_KEY', 'put your unique phrase here'); // Change this to a unique phrase. define('SECURE_AUTH_KEY', 'put your unique phrase here'); // Change this to a unique phrase. define('LOGGED_IN_KEY', 'put your unique phrase here'); // Change this to a unique phrase.</em>
with a new key generated from:
https://api.www.ads-software.com/secret-key/1.1/
…renamed the file to
wp-config.php
, uploaded and replaced the “Old” one…and now it all works.So you have to create a new wp-config.php using the sample one provided in the install package.
Forum: Installing WordPress
In reply to: Cannot log-in to Adminokay…renamed plugins to “plugs”. Tried to log-in, just sends me to the same page:
Logging in from this page:
https://www.flakepublishing.com/blog/wp-login.php
redirects me to this:
https://www.flakepublishing.com/blog/wp-login.php?redirect_to=http%3A%2F%2Fwww.flakepublishing.com%2Fblog%2Fwp-admin%2F
Seems like it’s trying to send me to the Admin page…but keeps me on the login page… weird. What could be causing this?
Forum: Installing WordPress
In reply to: Cannot log-in to AdminI have searched for solutions and found basically only password resets. So I’ve tried that — the phpMyAdmin password reset method is not working. I have two other WP blogs and they updated to WP 2.6.3 just fine.
I’m stuck at the log-in screen.
Forum: Fixing WordPress
In reply to: pluggable.php errorswhat was the solution? I have this problem, too. but with a different theme.
Forum: Plugins
In reply to: Help – Lightbox not working.@jabecker: thank you, I may need to try this.
@breakingball: no, I didn’t do any of that…the readme didn’t include any of that info. Thanks…well, that seems to be my problem.
Thanks!
Forum: Fixing WordPress
In reply to: Custom Query String and Show Category Not workingThree things: Taly was fabulous and pointed me to the fix, right away! Also, to complete the Q&A cyle — and for the record, the above CQS condition is and was correct.
Lastly, Taly’s photoblog WP themes require you to post the thumbnail URL of the image into the excerpt field.
such as:<img src="url" />
They work marvellously with WP 2.0.2. Case closed. ??
Forum: Fixing WordPress
In reply to: Press This Links are dumbed down…anyone?
Forum: Fixing WordPress
In reply to: 1.5 Help: Logout gives me blank pageI just upgraded and now I can’t log out (in Firefox) either. No blank page here…just the same Dashboard page over and over again.
Also, in the top left of the Admin, where the small WordPress logo shows, the text-based name of my blog is overprinting that logo with a set of parenthesis so it’s: blogname() on top of the logo.
What gives?
Forum: Fixing WordPress
In reply to: RSS and 1.5 Problemmacmanx your “wp-blog-header.php” file fixed the feed problem for me, now NetNewsWireLite and Firefox both pick up the feeds okay.
One question though… it seems that if I use firefox to subscribe to the site feed from a particular “post”, the feed is to that particular post only…not the whole site feed.
Odd. Is that supposed to happen?
I have to go to the homepage and then click the Subscribe button to the the generic feed.
It’s not a bad thing, necessarily…just curious.
Forum: Fixing WordPress
In reply to: Best Weblog Editor for WordPress 1.2Great…so the consensus is — Ecto!
Thanks ladies & gentlefolk!
Forum: Fixing WordPress
In reply to: Best Weblog Editor for WordPress 1.2Long-live-Firefox!!!
I prefer WP’s admin panel in Firefox, too, but in the instance that I’m just using NetNewsWireLite I can opt to “Post to Weblog editor” and not have to launch a browser.
I had some confusion and/or problems with Ecto because when I posted to my blog, it wouldn’t show up…it was in the database but didn’t show up on the blog page.
I’m not sure what was the problem. I can try Ectro again…perhaps they’ve fixed that anomaly.
Forum: Fixing WordPress
In reply to: Trackbacks aren’t working on my blogKafkaesqui, DANG! DANG! Now that you showed me that, I should have noticed that, myself!
I was so far into this, getting so frustrated, I couldn’t see the forest for the trees, so to speak.
As 7milesdown said…you have done a good thing, my friend! This needs to go in the WIKI.
Many thanks! Off I go to fix this now.Forum: Fixing WordPress
In reply to: Blockquotes are different sizesMYSTERY SOLVED:
When kept inline with the paragraph text, the larger size blockquotes are made. When hard breaking to the next line, the smaller ones are made.
I have two different font sizes, one forblockquotes
and one forcontent
in my CSS.
And…since I want myblockquotes
to be larger, I now know how to assure that works.
okay…chalk that one up to OPERATOR ERROR.
??