katiediddesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Page Lists Plus] Bug? Checkbox suddenly unchecked in all pages!I don’t know if anyone’s following this page or not…but I’ve had it happen in the earlier version when two things happen:
1) When autosave is enabled, it autosaves and unchecks the box.
2) When you use Quick Edit, it unchecks the box.I’m about to try this new version, though, and see if it still happens.
Forum: Themes and Templates
In reply to: Can't find MSIE error!Nevermind. Stupid me.
I forgot that I had stuck a commented-out note at the top of header.php, and apparently that’s what was causing all the trouble.
Forum: Themes and Templates
In reply to: Can't find MSIE error!My Mexicali and regular templates aren’t identical. The Mexicali one has this, above the regular code, after the template naming stuff:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes() ?>> <head profile="https://gmpg.org/xfn/11"> <title><?php wp_title( '-', true, 'right' ); echo wp_specialchars( get_bloginfo('name'), 1 ) ?></title> <meta http-equiv="content-type" content="<?php bloginfo('html_type') ?>; charset=<?php bloginfo('charset') ?>" /> <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url') ?>" /> <?php wp_head() // For plugins ?> <link rel="alternate" type="application/rss+xml" href="<?php bloginfo('rss2_url') ?>" title="<?php printf( __( '%s latest posts', 'sandbox' ), wp_specialchars( get_bloginfo('name'), 1 ) ) ?>" /> <link rel="alternate" type="application/rss+xml" href="<?php bloginfo('comments_rss2_url') ?>" title="<?php printf( __( '%s latest comments', 'sandbox' ), wp_specialchars( get_bloginfo('name'), 1 ) ) ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url') ?>" /> </head>
This code is, of course, at the top of the header.php file. Is it supposed to be that way? Or did I somewhere along the line move it there? Now that I think about it, I can see that having it at the top of header.php might cause problems…but I could have sworn that that was how sandbox came…
Forum: Themes and Templates
In reply to: horiztonal scrollbar for 800×600 usersThanks so much! The min-width worked. I thought I’d tried it before, but I must have tried it on something else or something. Thanks for making me try it again!
Forum: Themes and Templates
In reply to: Can't find tag cloud HTMP in sandboxThat’ll work! It only took a few minutes to adjust my other CSS tags, and this will probably help with future widgets as well. Thanks so much!
Forum: Themes and Templates
In reply to: Sidebar jumping (Sandbox)I figured it out with the outline feature of web developer. Don’t know why I didn’t think of that before. It was catching just barely on the bottom of the primary sidebar.
Soo… I added:
clear:right; to make it clear the primary sidebar, and then floated both right, and then adjusted my margins and it works.Forum: Themes and Templates
In reply to: Sidebar jumping (Sandbox)Anyone?