twangnation
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments not showing upI don’t have WP set to keep comments for approval.
Can I past the screenshot here somehow or do I need to upload it to my host and link to it?
Forum: Fixing WordPress
In reply to: Comments not showing upForum: Fixing WordPress
In reply to: Comments not showing upYou want me to set this up and tell you so you can take a look?
Forum: Fixing WordPress
In reply to: Comments not showing up@luvboxers do you remember what your hosting service did to resolve the problem?
Forum: Fixing WordPress
In reply to: Comments not showing upokay I tried all of the above and nothing worked.
Forum: Fixing WordPress
In reply to: Comments not showing up@esmi – thanks, I’ll give that a try.
[No bumping. If it’s that urgent, consider hiring someone.]
Forum: Fixing WordPress
In reply to: Comments not showing updreamhost.
Forum: Fixing WordPress
In reply to: Comments not showingComment input is showing but not the comments.
This post has 16 comments that I can only see from the dashboard:
http://www.twangnation.com/contest-glenn-campbell-expanded-meet-glen-campbell-giveaway/
Forum: Fixing WordPress
In reply to: Comments not showingI’ve looked over the forum and don’t see support for my particular issue. Please help.
I;m not seeing it either. Perhaps because I have Share It and Faceebook like plug ins?
http://www.twangnation.com/2011/11/23/the-civil-wars-interview/
Forum: Themes and Templates
In reply to: CSS for social icon placementokay, given the <span class…> I’ve found I can’t make sense how to display or link the next icon (twitter.)
Here what is in the Home.php:
<span class=”social”>“>Syndication feeds available</span>
So I’ve renamed the above /* rss */ to /* social */ and added:
.rss a {
display:block;
width:128px;
height:128px;
font-size:10px;
overflow:hidden;
text-indent:-300px;
background:url(images/rss.png) no-repeat 0 0;
float:right;
margin:80px 0 0 0;}
.twitter a {
display:block;
width:128px;
height:128px;
font-size:10px;
overflow:hidden;
text-indent:-300px;
background:url(images/twitter.png) no-repeat 0 0;
float:right;
margin:80px 0 0 0;
}but no twitter icon is appearing and if it did, how do OI link it?
Thanks for any help!
Forum: Themes and Templates
In reply to: CSS for social icon placementThanks! The icons are not the same size as the original and it’s throwing off the font and page structure, I’ll tweak it with what you’ve offered though.
Forum: Themes and Templates
In reply to: changing an the_excerpt to a regular postI think that’s doe it. I still get a “read full post” button even when the whole post id displayed and the styling is wonky, but I think I now have a regular post.
Thanks for all your help!
Forum: Themes and Templates
In reply to: changing an the_excerpt to a regular postYes! I do have a home.php!
Forum: Themes and Templates
In reply to: changing an the_excerpt to a regular postreplaced and no change. Thanks for taking the time songdogtech,