adshap8
Forum Replies Created
-
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] Cannot Change Post AuthorWhatachamp,
Thanks! That works perfectly!
Forum: Plugins
In reply to: [Members - Membership & User Role Editor Plugin] Cannot Change Post AuthorI love this plugin, but also have the same issue. The post author cannot be changed. I really wish there was a fix to this.
Not sure how it was originally set up (maybe it was something I originally changed but forgot), but I figured out how to add borders around each of the comments.
Under the template for comments, I added the <div> coding:
<div align="left" style="border:1px solid black;padding-left:5px"> <li class="recent-comment"><span class="recent-comment-avatar">%avatar%</span><span class="recent-comment-single"><span class="recent-comment-author">%author%</span><span class="recent-comment-text"> { %excerpt% } – </span> <a href="%link%" title="%post_title_attr%"><strong>%post_title%</strong></a></span></li> </div>
I don’t really know much about CSS, so this was just a shot in the dark, but it seems to work. If this is a bad way to do it, and there is a cleaner way, let me know!
I can see with the new update there will be no more errors. However Google is still crawling previous errors. Hopefully it eventually disappears, google recrawls, and there isn’t too much rank loss.
Thanks for the fix though and still think this is a fine great plugin.
Success! That did it. Thank you!
I can get all the shortcode working except for the meta_next_prev=’1’code to get the previous next buttons working. They won’t appear. This is the code I was using. Anything I’m doing wrong?
[rotatingtweets search=’hello’ official_format=’1′ timeout=’12000′ tweet_count=’10’ show_meta_next_prev=’1′]
Forum: Plugins
In reply to: [WP-PostRatings] [Plugin: WP-PostRatings] Display error or ratingsI finally solved this error that I was getting thanks to Lester’s advice. It turned out that a plugin I use on my site “Front-end editor” was causing this to appear.
You have two options: Disable the plugin. Or disable the ability for users to edit titles on the plugin. Just getting rid of the title-editing ability was enough for the error to disappear. For me this is something I’m willing to compromise with.
Thanks Lester for such a great plugin! I hope you continue to update it because really it is the best star rating plugin out there on WordPress.
Forum: Fixing WordPress
In reply to: Japanese characters won't displayI tried adding the file ja.mo under languages in wp-content. And then changing in wp-config define (‘WPLANG’, ‘ja’);
All this does is change the layout language to Japanese, but doesn’t let me type in it.