trivum
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Only author posts approve commentsI’m also looking for this — authors see comments to THEIR OWN POST ONLY when they go to moderate comments.
I notice that now when an author goes to “Posts,” the default is a “Mine” section. Seems comments could be handled the same way.
Anyone know of a solution?
Forum: Fixing WordPress
In reply to: How to let subscribers post?I know I changed it somewhere, because at one point I deleted all my plugins and subscribers were still allowed to post. (This was with a new WordPress install too, so I don’t think it was a core hack.)
I thought I had changed the database options or something, but I can’t remember.
Finally figured this out.
In my case, I was trying to resize the header. I was copying the complete functions file into the child theme and then changing the header size.
What worked in the end was copying ONLY the header image size code (not the entire file) into the child theme and changing it.
For example, the original height of the header was 198px, but I wanted to change it to 100px. So this is what my functions.php file looks like in my child theme (only this):
<?php // The height and width of your custom header. You can hook into the theme's own filters to change these values. // Add a filter to twentyten_header_image_width and twentyten_header_image_height to change these values. define( 'HEADER_IMAGE_WIDTH', apply_filters( 'twentyten_header_image_width', 940 ) ); define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyten_header_image_height', 100 ) ); ?>
I tried something else recently. I took a TwentyTen theme, changed the name on it in the style.css file, and then made all my changes on my hard drive. I uploaded it as a new theme and activated it, but still got the white screen of death (even in the admin area).
In my case, I even tried uploading the original twentyten functions file (unchanged and untouched) directly from my hard drive. Still no go. There seems to be some systematic problem.
I’m using the most recent upgrade, and it’s still happening.
I’m having the same problem. Any suggestions?
Forum: Fixing WordPress
In reply to: "Editor" feature gone from Appearance in 3.1Ok, it is only with networked blogs.
It seems you have to click on the “Network Admin” link in the top right-hand corner, and then a Themes section appears in the left column. In that section, there is an Editor option.
Forum: Fixing WordPress
In reply to: "Editor" feature gone from Appearance in 3.1It seems that the difference between two sites might be that one has networked blogs enabled and the other is a single install.
Any ideas for how to get the editor function back for the network enabled site? (That’s the one I could really use it on.)
Forum: Fixing WordPress
In reply to: Bug? Quick Edit changes AuthorAnyone with ideas for this problem?
Forum: Fixing WordPress
In reply to: Bug? Quick Edit changes AuthorI disabled plugins, but the problem persists.
Forum: Fixing WordPress
In reply to: Bug? Quick Edit changes AuthorAny solution for this? I am having the same problem. It seems it only started happening for me with the 3.0.5 release.
Forum: Themes and Templates
In reply to: Using a Transparent HeaderOK. Perfect. Thanks for your help.
For anyone else interested in this, this is what the changes look like in the Twenty Ten theme.
Take the white background out of the wrapper (originally it was background: #fff;). I’m not sure of the best way to do it, but I simply removed the #fff:
#wrapper { background: ; margin-top: 0px; padding: 0 0px; }
Then add a white background to the content area by adding background: #fff; to the #main section like so:
#main { clear: both; overflow: hidden; padding: 40px 0 0 0; background: #fff;
Forum: Themes and Templates
In reply to: Using a Transparent HeaderThanks for the feedback.
I removed the wrapper background before. When I do that, the background from the content area is removed too. (I would like to keep that white.)
I am guessing that I need to create a separate div for the header area and make a css section for that. How would I do that — create a header area that isn’t affected by the wrapper css?
Thanks.
Forum: Everything else WordPress
In reply to: GPL and commercial themes/pluginsHow about just one price? Or how about doing what some do and add extra support, etc. for the higher price? If you’re a developer, you probably need extra help or extra features, etc.
I’d hate to be in a position of making faux legal threats (as some seem to do) to feed my family, as you put it. If I were in that business, I think I’d get out of it … and fast.