asechrest
Forum Replies Created
-
Forum: Plugins
In reply to: click tab in header and change the sidebar?Also, the answer to the question is yes, this is possible. I just can’t quite seem to figure out what it is you actually want. This might simply be a semantics issue and I’m not reading your request correctly. 🙂
Forum: Plugins
In reply to: click tab in header and change the sidebar?No worries. I guess my confusion comes via this line:
I want the left sidebar to have ONLY pages AND posts that I create for sports.”
Generally, a sidebar doesn’t “have…pages and posts.” What goes in the main content area if the sidebar “has” the pages and posts?
In the header, are Sports, Politics, etc., created as WordPress pages, or is that simply a listing of WordPress Categories? (I’ve seen both in the headers of themes, and when you say “categories” I don’t know if you mean an official WordPress Category.)
If I’m understanding your goal correctly, could you do something like the following?:
Create Sports, Politics, etc. as pages. Create a template for each, which would, for example, allow you to modify the code on the Sports template to show only posts from categories having to do with sports. Then use the ideas I gave above to constrain any number of widgets to only the Sports page. These widgets could do any number of things, like list the Sports categories, list posts in Sports categories, etc.
Forum: Plugins
In reply to: click tab in header and change the sidebar?Hi. I’m not clear on what you’re asking. Do you want the widgets in the sidebar to change?
Is so, try the Widget Logic plugin and use the is_page() conditional.
If you have hard-coded content in your sidebars, you can can likewise dig into the page.php file and wrap the code you want to serve different pages in an
ifstatement with theis_page()conditional.If you want to remove your sidebar on some pages, you can wrap your sidebar call in a similar if statement.
Hope this helps.
Forum: Fixing WordPress
In reply to: THIS KIND OF WP BUG IS PISSING ME OFFNo idea what the problem is, but did you or have you tried this?
Never used the plugin, but just found that with a search.
door.phpshould be in your root directory, not the plugin directory.Forum: Plugins
In reply to: wp-cumulus font colorHi.
You need to change the hex values in the settings for the actual widget, which you’ve probably already put in your sidebar. Appearance -> Widgets, then go into the widget in the applicable sidebar and adjust there.
Forum: Plugins
In reply to: RSS Widget ImageOne solution is in that thread you linked to, second post down.
Obtain the HTML code for the RSS link with icon (from Feedburner, for example), then use a text widget, title it what you want, and paste the code in the text widget.
Or, if you don’t want to use Feedburner, create the icon yourself, upload it to your images folder on your server, created the RSS link with icon yourself, and paste it into the text widget.
I’m not sure why you’d want to hack the default RSS widget when this solution is quite a bit simpler.
Forum: Plugins
In reply to: [HELP] Please help me find a plugini don’t think any one answers you here i been waiting on answer from 2 years ago i gave up getting any help from here at all.
Interesting, considering your oldest post is from 1 week ago.
@ kinine25 –
Bumping your post actually pushes you down on the list, as un-replied to posts get answered first. Also keep in mind the help here is all-volunteer.
To your question, you could use a couple of different plugins. You could use Organize Series, make each Superman post a part in the series, and then use the plugin’s functionality to let readers move between parts in the series.
You could also use Microkid’s Related Posts plugin and manually select the related posts.
I’m sure there are other ways as well.
Forum: Fixing WordPress
In reply to: So Simple an MBA could do it – custom corporate theme?Well, as theme’s go, the one you’re aiming for is fairly simple. If you just need a theme that resembles that one, with somewhat similar functionality, you could probably find one that does what you need out-of-the-box.
If you need a theme that exactly matches it, you’re going to want to find a theme that gets close, and adjust the code to get the rest of the way. If you have zero coding/PHP/CSS experience, there’s a relatively significant learning curve, and invariably you’ll run into some snags. You’ll find it difficult to understand why your CSS is affecting your page layout the way it is, and you may struggle with the PHP code.
Generally, though, digging into a theme and playing around with it is a great way to start learning. It’s how I’ve done it, and you really do learn a lot about the structure of WordPress and what makes it go.
In short: If you’ve got to exactly match that layout you linked to, it’d put it at moderate difficulty if you’ve never done coding but have some general technical know-how.
Forum: Fixing WordPress
In reply to: Exclude PluginCould the problem be that WP-PDA uses the_excerpt() rather than the_content()? GDStar rating has “issues” with the_excerpt(), I think mainly because the_excerpt() strips HTML and graphics from the post. If you use the GD Star Rating option that appends a rating to all posts, then try to use the_excerpt(), you’ll get a line of funky looking numbers.
There’s a workaround for the issue, though you need to check the GD Star Rating documentation. You could also try to adjust the WP-PDA plugin’s code to use the_content() instead of the_excerpt(), and then perhaps use the
moretag on each post to get the same effect.Forum: Fixing WordPress
In reply to: Front Page Excluded Categories not working in 2.7?Maybe try Advanced Category Excluder?
Forum: Fixing WordPress
In reply to: Can I add a static text box in my post section?You can hard-code the welcome message in index.php before your Loop and style it with its own
<div>.Or you could widgetize your main content section and add the text widget to that section.
Forum: Fixing WordPress
In reply to: Default Screen Optionsso for example, i still don’t want my users using the ‘tags’. i simply made a new plugin that has the following:
Unless I’m completely misunderstanding what you’re trying to accomplish, doesn’t the plugin Adminimize already do this?
Adminimize provides a full list of all modules on the Write Post (and others) page, and you can deactive each module for each user role, including the tags module.
Forum: Fixing WordPress
In reply to: Default Screen OptionsAlthough these are great plugins. They do not do what is referred to in this thread.
Being able to remove what is seen as modules in the dashboard (not settings or menus on the left).
I’m not sure what you mean. Adminimize appears to do exactly what the original poster requests. It “…hide[s] the custom fields module, discussion module, and a few other modules on the Add New Post (post-new.php) page.”
A combination of Adminimize and Level2Categories also seems to satisfy the third poster’s request by “Disallowing users access to certain modules, and loading defaults for users…” which “…allow[s] users to only post to a particular category…”
Did you try the plugins?
Forum: Fixing WordPress
In reply to: Internet ExplorerPost how you fixed it so others who have a similar problem can find this in the future and work toward a resolution. 🙂
Forum: Everything else WordPress
In reply to: what’s with this “GRAVATAR” thing?It’s….just an avatar, ya’ know.
Maybe reverting back to pencil+paper+abacus is right up your alley. 😉