vampirefish
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Hero theme: center nav bar, text color & center log…cmurway…how did you get your pages to span the page? In other words, even though I’m not using my sidebars, it’s as if my page width is still set to this…
Forum: Themes and Templates
In reply to: Hero theme: center nav bar, text color & center log…Thanks cmurway. The logo resize worked great! And I am using a child theme for this as I’ve learned this is the best way to go. I’m just struggling to find where/how to edit the nav main menu. I’ll try the suggestions that Andrew Nevins gave me. Thanks!
Forum: Themes and Templates
In reply to: Hero theme: center nav bar, text color & center log…Forum: Themes and Templates
In reply to: Gridiculous- menu (site-navigation) can't centerHey… how can I change the color of the site menu text? BTW- child theme is AWESOME- thanks!!!
Forum: Themes and Templates
In reply to: Gridiculous- menu (site-navigation) can't centerAlso, thanks so much! I’m definitely going to use a child theme!
Forum: Themes and Templates
In reply to: Gridiculous- menu (site-navigation) can't centerThanks – that totally worked! I’m making these changes in the css file, via the editor (but keeping track as I do realize updates will change things). Not sure of any other work around for this as I don’t think any one theme will entail all that I need.
Forum: Plugins
In reply to: [Plugin: User Photo] help me please. error in wordpress 2.6Ok, I found that this is a config issue on the server side… this has been fixed. So if anyone runs into this, you have to contact your hosting guy to add the GD Module package.
Forum: Plugins
In reply to: [Plugin: User Photo] help me please. error in wordpress 2.6FYI – there’s another post similar to this which I’ve just added a comment: http://wordpress.org/support/topic/192528
Forum: Plugins
In reply to: [Plugin: User Photo] 2.6 compatiblityHi…I’m running into this error as well.. this had been working and then all of a sudden I get this error… so is this a PHP config setting on my end (hosting)…or need to update any code?
Forum: Plugins
In reply to: [plugin userphoto] dont display correct avatarI have not figured out how to add a border AND align.. I can only do one or the other.
border example:
<?userphoto_comment_author_thumbnail(”, ”, array(style => ‘border:2px solid #760606’))?>align example:
<?userphoto_comment_author_thumbnail(”, ”, array(align => ‘right’))?>Forum: Plugins
In reply to: [Plugin: User Photo] Can we make this work, PLEASE!!!!Hi… it took me a little while to figure this out .. so here’s what I did – hopefully it helps you:
For comments:
1. Go to Admin/Design/Theme Editor
2. Select ‘Comments (comments.php)’
3. Look for <?php echo get_avatar( $comment, 32 ); ?>
4. Place the following after the above:
<?userphoto_comment_author_thumbnail()?>For posts (author):
1. Go to Admin/Design/Theme Editor
2. Select ‘Single Post (single.php)’
3. Look for the <div class=”post” .. and then the <h2> title under that. After this, place the following:
<?userphoto_the_author_thumbnail()?>Forum: Fixing WordPress
In reply to: [user-photo] Remove photo approvalSorry that was Settings / User Photo (not Manage)
Forum: Fixing WordPress
In reply to: [user-photo] Remove photo approvalIn the Dashboard / Manage / User Photo, I made sure that the following were set to none:
– Notify this administrator by email when user photo needs approval
– Require user photo moderation for all users at or below this levelForum: Plugins
In reply to: [Plugin: Profiler] Great plugin!Yes, I too love this plugin! THANK YOU
Forum: Plugins
In reply to: Looking for User Photo Padding HelpI’m trying to do the same thing.. was hoping I could just add the padding to in line style:
<?php userphoto_comment_author_thumbnail(”, ”, array(align => ‘right’)) ?>but not sure how.