jmsearcy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dynamic Menu Highlighting on a dynamic menuYou can probably use the
.current_page_parent { … } /* parent of the current Page */
css selector to get the desired effect. See this page for more info.
-Joe
Forum: Fixing WordPress
In reply to: Dynamic Sidebar ProblemI’d need to see your page and sidebar code to help you…
-Joe
Forum: Fixing WordPress
In reply to: Dynamic Sidebar ProblemIf I had to guess, it sounds like you have some PHP in your sidebar listing categories. Look for something similar to this in your sidebars source code:
<?php wp_list_categories( $args ); ?>
If you can’t find anything like this, seeing your code would help track down where the problem is coming from, also a URL to your site.
-Joe
Forum: Plugins
In reply to: [Plugin: Elastic Theme Editor] any documentation available?I am getting the “Saved!” confirmation message. I have had mixed results with the auto upgrade/plugin install since WP 2.7 (sadly)! I’ve adjusted permissions to try and resolve the issues, but nothing has worked. If you have any recommendations for permission settings (to fix the Elastic or auto-upgrade issues) I will gladly lend an open ear!
-Joe
P.S. My sites are hosted on my own server, so I can make virtually any modification necessary!
Forum: Requests and Feedback
In reply to: Database error after upgradeI’ve not come across this problem specifically, but I will offer a word of advice:
Sometimes it’s easier and less time consuming to backup your entire WP directory locally, do a new install, and copy over your wp-config.php, themes, plugins, and uploads folders to your new install than trying to search for the needle in the haystack!
Forum: Plugins
In reply to: [Plugin: Elastic Theme Editor] any documentation available?I am having some similar issues. I’ve installed the latest release of Elastic (0.0.2.7) on a WP 2.8.4 install, running on PHP 5.2.8. The Theme seems to save fine within the UI, but I see nothing generated within the themes directory or elsewhere. Seems like this will be a great addition to WP if it would actually work :(.
-Joe
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Email failing to send with certain From settings.I was having the same problem on a WP install served on my Mac with Apache, so it’s not limited to just Windows. This fix worked for me as well…..seems like something easy the developer should take care of though!
-Joe
The PhenixbluEForum: Themes and Templates
In reply to: Will an MU Theme work on a 2.7.1 installation?What is the theme (a link to it would really help)? Most themes can be used universally with a regular WP install, or a WPMU install. The one catch is a regular theme normally will not have Links and such setup for “Blog Registration” or a list of blogs available from the WPMU site. Since a regular WP install doesn’t need those links, a WPMU theme should work, and just not display that information. As I said, a link to the theme would help to better answer your question. Hope this helps,
-Phenix
[sig link moderated]Forum: Themes and Templates
In reply to: Background image not centered in IENot sure I read everything, so I may be repeating what someone already said, or missing the point altogether, but what it sounds like you need is the following:
#wrapper { width: 900px; height: 900px; margin-top: 0; margin-left: auto; margin-right: auto; background: url(images/bg.jpg); }
Basically use a wrapper and auto align the “margin” left and right. Make sure you specify the image height and width.
Hope this helps,
-Joe
Forum: Fixing WordPress
In reply to: google analyticsThe easiest way I’ve found is to just install WP-Google Analytics plugin and let it do the dirty work for you. It’s fast, and super easy.
-Phenix
Forum: Fixing WordPress
In reply to: Login Problems w/ Custom TemplateI’m running WP version 2.6.2 btw