transom
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Link to user profile in sidebar – admin control?Take a look at the plugin “Peters Login Redirect”
Forum: Fixing WordPress
In reply to: Add text to header 2010 WeaverTry adding this to your Site Name
<small>at the Southrn California Counseling Center</small>
Forum: Fixing WordPress
In reply to: How to call drop down menu in custom themeWordPress is wrapping the menu code with this:
<div class=”menu-main-nav-menu-container”>
<ul id=”menu-main-nav-menu” class=”menu”>Target those ID’s rather than your custom id’s
Check the shortcode examples here to find the effect you desire.
Forum: Fixing WordPress
In reply to: Adding Page Title wrapped in h1 tagsUsing the widget area for this feature is a bit counter-intuitive. If you replaced the widget area with an <h1><?php the_title(); ?></h1> you’d be set.
Widgets tend to be areas with site-wide content. For vast overkill, it is feasible to add a new plugin PHP Text Widget, insert a PHP Text Widget in this area, and insert the code to check the WP_Query variable to get the Title of the current page. But see above for much easier solution.
Forum: Fixing WordPress
In reply to: Short fiction site: posts vs pagesAn alternate way to proceed would be to have your blog and stories both be posts. For your blog, just put them in a dedicated category (and any sub-categories you desire). For your stores, create a separate set of categories.
There are plugins that let you “tag” pages.
And the modern solution to your question would be to create Custom Post Type for stories (completely separating your blogs posts from the stories). There is a good plugin called Custom Post UI to make creating a custom post type easy.
Forum: Fixing WordPress
In reply to: Translating TEXT Widget contents ..for fr_ca.po – your best option is to grab the fr_FR version and make changes.
The translate plugin would have to know how to handle the text widget. You might look at WPML (which seems to have have gone the paid route) or qTranslate to see if they offer the functionality you need.
Perhaps with a link we could offer better guidance. You also may want to post in the section of the forums for NextGen Gallery (http://wordpress.org/tags/nextgen-gallery?forum_id=10) to get suggestions from the author and others more familiar with the plugin.
Forum: Fixing WordPress
In reply to: How to call drop down menu in custom themeAt the moment, it appears your site theme is missing a get_header. But I seem to recall that the menu has either an ID of “menu” or class of “menu”
Forum: Fixing WordPress
In reply to: Change the Adress (not url)Perhaps if we have a link to your site we could offer better suggestions.
Content is likely to exist in only a couple of places: a page, a post, or a text widget.
If it isn’t in one of those places, there is a chance it is hard-coded in the theme.Forum: Fixing WordPress
In reply to: Post won't update when savedIs this a new site, or has something changed recently?
Forum: Fixing WordPress
In reply to: Upgrading from WP 2.0 to 3.1.1: Any Special Considerations?As usual, make a backup of your database first as well as your wp-content folder. Turn off all plugins.
The Database upgrade routine will walk its way through the various changes.There have lots of good reports from people making the long journey from older WordPress versions to the latest.
Did I mention, make a backup?
Forum: Fixing WordPress
In reply to: new theme problem? weird.It means that both the new theme and BuddyPress have the same function defined and PHP is complaining. You probably should go back to the folks who sold it for detailed installation instructions.
Alternately, you might try turning off the BuddyPress plugin, Install the theme, and then turn BuddyPress back on to see if that solves the issue.
Forum: Fixing WordPress
In reply to: Multiple WordPress sites with one stylesheetYou could use an “absolute” url to the css spreadsheet. e.g.
<link rel=”stylesheet” href=”http://example.com/css/style.css” media=”screen” charset=”utf-8″>Forum: Fixing WordPress
In reply to: Under The Influence Theme – Dropdown FAILHow did you move your site to the new domain?
You may also want to contact the theme creator directly. His link is in your sidebar.