Matt Rude
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: site turns minisizeIt sounds like you may have just zoomed out in your web browser, try pressing CTRL-0 (zero). That should bring the zoom back to 100%.
Try the development version again, this should now be fixed.
-Matt
The development version now has this support. You may download the update at http://downloads.wordpress.org/plugin/top-posts-pages-widget.zip, or wait until the release of version 0.4.
Thanks
-MattPoint taken, ‘home page’ wasn’t on the top of my test so I really didn’t think much about it. I will look into adding this option to the next release or so.
Added as issue #1
-Matt
Forum: Fixing WordPress
In reply to: Adding Background to textTry:
<span style="background-color: #000000;">text</span>Forum: Networking WordPress
In reply to: Automatic site creationWith the above plugin, you can enable the “Auto-Create WPMU Blogs” setting. When you add the users, or they log in and it creates them, it will create a blog/site for them also.
Forum: Networking WordPress
In reply to: Automatic site creationI don’t know how your authenticating with your e-directory server, but the plugin LDAP Authentication Plug-in allows you to by pasting the user LDAP/WordPress ID’s while adding the users.
Works slick, if your using LDAP.
Forum: Fixing WordPress
In reply to: i REALLY like the layout of this site.If you look at the source of the site, you will see that it’s running the theme Grid by suprb.com seems the theme’s page has moved to http://suprb.com/#gridalicious.
Forum: Installing WordPress
In reply to: Blank screen ufter upgrading to 2.9You *should* be able to just add
remove_filter('template_redirect', 'redirect_canonical');
to your themes “function.php” file with out needing to downgrade to 2.8.6 in order to activate the new plugin, just to reupgrade to 2.9.Forum: Fixing WordPress
In reply to: space for breadcrumb trail larger on Blog Page than other pagesIn your home.css file, look for
#upper {
You will want to look at the padding part. try something like
padding: 0 19px 15px 0;Forum: Fixing WordPress
In reply to: WordPress [Gallery]Slap in [gallery id=1] then your paragraph of text then [gallery id=2].
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] 1.5.1 changes?Same here, I receive a blank dashboard status graph with version 1.5.1, but the “Blog Status” page’s graphs seem to work fine.
Forum: Fixing WordPress
In reply to: Page created successfuly but show 404 errorOpen two tab/windows in your web browser, go to the page in question from the admin table on one tab/window. Open a new page on the other tab/window. Copy the content from the page in question to the new page (make sure you add a title, I don’t know if this is the problem, but it’s good practice). Delete the bad page, and save the new one (with a new name, you may change it later if you would like).
Forum: Fixing WordPress
In reply to: How do I change the width of my entire site?Most likely, but you need to play with it to find out. Just make sure you save the files in a safe place before you get to carried away.
Forum: Fixing WordPress
In reply to: Meta Tags in wordpress postsGo to the “Plugins” section on your right hand admin panel, choose “Add New” then choose “upload” from the top of the page. A box should display that will let you browse to your plugin and upload it. after it’s been uploaded, you will need to Active it before it will work.