Keep2theCode
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Help with theme Glossy StyloHi, love the theme, but the navigation links don’t work when trying to go prev/next. It may be a browser issue, but this is the latest version of Firefox. I tried adding z-index to the nav class links but no improvement.Thanks for any help.
Forum: Fixing WordPress
In reply to: Jetpack site stats?Working now at my blog, thanks. 🙂
Forum: Fixing WordPress
In reply to: Jetpack site stats?Jetpack is a plugin for WP.org, and I already checked the other thread where they told someone that because their blog was WP.com that they had to come here for help.
And around and around we go…
Forum: Fixing WordPress
In reply to: Jetpack site stats?Me too. It has to be some glitch with the stats database, because I didn’t upgrade or install anything recently.
Forum: Fixing WordPress
In reply to: After 2.6 upgrade can’t load TinyMCE editor in IEI can’t get it to work on either IEv6 or 7, but works on Safari, Firefox, and Google Chrome. The visual editor works in the admin area, but not if I use tinyMCE for comments.
Forum: Fixing WordPress
In reply to: session error message after server upgrade to php5Thanks.
Forum: Your WordPress
In reply to: personal blog, opinion on graphicsThanks RoseCitySister!And I’ll see what I can do with the mono.
Forum: Your WordPress
In reply to: personal blog, opinion on graphicsThanks for your input, Novellus…
I have the latest Firefox and IE6, and the menus look identical to me. It rides a pixel or two lower in Safari but it’s really hard to hack for that. What version of IE are you using? Maybe it’s just v7, which I don’t have.
Yes, some things need centered and the “content” google ad colors haven’t been changed yet. But I was really going more for the graphics / art critique, not the content. Good to know that the Snapshots are annoying though, I’ll consider dropping them.
Forum: Fixing WordPress
In reply to: 2.5 dashboard stats widgetAh, it’s a browser problem. Works in Firefox, Safari, and IE, but not Camino. Yet Camino is supposed to be like Firefox only faster (is definitely faster, which is why I use it, but it doesn’t make sense for it not to work if Firefox does).
Forum: Your WordPress
In reply to: first WP themeI’ve since set up a theme-selling site at [Link moderated: See forum rules Section F] . The Words of a Fether site will probably change, once I make a new theme for it.
Forum: Installing WordPress
In reply to: new install won’t create tablesIs FINALLY running! Hope I haven’t gone over my FTP quota.
Forum: Installing WordPress
In reply to: new install won’t create tablesOkay, that’s why there were no tables. The host had to update something and now we have tables. I ran install but now that gives me a blank page. Please tell me I don’t have to start from scratch again.
EDIT: I ran install again and it give me the “already installed” thing again, but the blog is still blank.
::sigh:: starting over
Forum: Installing WordPress
In reply to: new install won’t create tablesYes, it makes no sense. But I’m suspecting it’s an issue with my account being migrated recently to a new server, so I’m trying to get tech support there to help me check it.
Forum: Installing WordPress
In reply to: new install won’t create tablesmoshu, tried deleting everything twice. No tables to drop.
actorjiml, that’s what I’m wondering too. How can it even display the Admin stuff and the generic comment without tables? I checked phpMyAdmin and there’s no tables. Config looks fine, far as I can tell.
<?php // ** MySQL settings ** // define('DB_NAME', 'mydbname'); // The name of the database define('DB_USER', 'mydbuser'); // Your MySQL username define('DB_PASSWORD', 'mydbpass'); // ...and password define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value define('DB_CHARSET', 'utf8'); define('DB_COLLATE', ''); // You can have multiple installations in one database if you give each a unique prefix $table_prefix = 'wp_'; // Only numbers, letters, and underscores please! // Change this to localize WordPress. A corresponding MO file for the // chosen language must be installed to wp-content/languages. // For example, install de.mo to wp-content/languages and set WPLANG to 'de' // to enable German language support. define ('WPLANG', ''); /* That's all, stop editing! Happy blogging. */ define('ABSPATH', dirname(__FILE__).'/'); require_once(ABSPATH.'wp-settings.php'); ?>Forum: Installing WordPress
In reply to: new install won’t create tablesOops… can’t go to the wp_options table because it doesn’t exist. How do I do this when there are no tables?