Title: Christopher Roberts's Replies | WordPress.org

---

# Christopher Roberts

  [  ](https://wordpress.org/support/users/christopherrobertswordpress/)

 *   [Profile](https://wordpress.org/support/users/christopherrobertswordpress/)
 *   [Topics Started](https://wordpress.org/support/users/christopherrobertswordpress/topics/)
 *   [Replies Created](https://wordpress.org/support/users/christopherrobertswordpress/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/christopherrobertswordpress/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/christopherrobertswordpress/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/christopherrobertswordpress/engagements/)
 *   [Favorites](https://wordpress.org/support/users/christopherrobertswordpress/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 131 total)

1 [2](https://wordpress.org/support/users/christopherrobertswordpress/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/christopherrobertswordpress/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/christopherrobertswordpress/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/christopherrobertswordpress/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/christopherrobertswordpress/replies/page/9/?output_format=md)
[→](https://wordpress.org/support/users/christopherrobertswordpress/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How Can I Stop Spam Comments](https://wordpress.org/support/topic/how-can-i-stop-spam-comments-1/)
 *  [Christopher Roberts](https://wordpress.org/support/users/christopherrobertswordpress/)
 * (@christopherrobertswordpress)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/how-can-i-stop-spam-comments-1/#post-5504103)
 * Hi PL2vets,
 * We have suffered from horrendous spam in the past, we have tried many different
   tricks and plugins, but Anti-Spam has worked best for us.
 * We have 5/10 spam comments a week now, as opposed to 5/10 spam comments an hour!
 * [https://wordpress.org/plugins/anti-spam/](https://wordpress.org/plugins/anti-spam/)
 * Hopefully this helps!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Tidiest way to reduce number of posts on homepage](https://wordpress.org/support/topic/tidiest-way-to-reduce-number-of-posts-on-homepage/)
 *  Thread Starter [Christopher Roberts](https://wordpress.org/support/users/christopherrobertswordpress/)
 * (@christopherrobertswordpress)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/tidiest-way-to-reduce-number-of-posts-on-homepage/#post-5504098)
 * *and **10** on other pages.
 * All suggestions welcomed.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Stargazer] I want to modify the font size in the content of the posts](https://wordpress.org/support/topic/i-want-to-modify-the-font-size-in-the-content-of-the-posts/)
 *  [Christopher Roberts](https://wordpress.org/support/users/christopherrobertswordpress/)
 * (@christopherrobertswordpress)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/i-want-to-modify-the-font-size-in-the-content-of-the-posts/#post-4410344)
 * Did you work it out or are you using a different theme now?
 * I want to know too.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Stargazer] Reduce Width](https://wordpress.org/support/topic/reduce-width/)
 *  [Christopher Roberts](https://wordpress.org/support/users/christopherrobertswordpress/)
 * (@christopherrobertswordpress)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/reduce-width/#post-4709995)
 * Really helpful, thanks kaniamea 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Stargazer] Reduce font size of post](https://wordpress.org/support/topic/reduce-font-size-of-post/)
 *  [Christopher Roberts](https://wordpress.org/support/users/christopherrobertswordpress/)
 * (@christopherrobertswordpress)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/reduce-font-size-of-post/#post-4743327)
 * I would also like to know how to reduce the font size. I have looked through 
   the CSS, but am struggling to find where the font size is!
 * Ultimately I want more room for posts. I think the theme is great, but I want
   the article space to be wider and the text to be smaller – my only two gripes!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove blog name from title on single posts](https://wordpress.org/support/topic/remove-blog-name-from-title-on-single-posts/)
 *  Thread Starter [Christopher Roberts](https://wordpress.org/support/users/christopherrobertswordpress/)
 * (@christopherrobertswordpress)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/remove-blog-name-from-title-on-single-posts/#post-4018267)
 * [@prelevicm](https://wordpress.org/support/users/prelevicm/), if I use this code:
 *     ```
       if(!is_single()) {
       			wp_title( '|', true, 'right' ); }
   
       		// Add the blog name.
   
       		bloginfo( 'name' );
       ```
   
 * All pages remain the same except single posts which show only the blog title/
   name as the title. How can I reverse it so it shows the post title only?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove blog name from title on single posts](https://wordpress.org/support/topic/remove-blog-name-from-title-on-single-posts/)
 *  Thread Starter [Christopher Roberts](https://wordpress.org/support/users/christopherrobertswordpress/)
 * (@christopherrobertswordpress)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/remove-blog-name-from-title-on-single-posts/#post-4018266)
 * Hi both, thanks for the replies!
 * [@wpyogi](https://wordpress.org/support/users/wpyogi/), I didn’t explain myself
   properly, I meant the browser page title, (the code for the <title> tag) not 
   the H1 title, although it’s pretty clever knowing you can strip the head of a
   page for certain pages!
 * [@prelevicm](https://wordpress.org/support/users/prelevicm/), great code, all
   pages stay the same, but a small problem – it completely strips all the title
   from single posts, i.e. the post name isn’t up there either!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove blog name from title on single posts](https://wordpress.org/support/topic/remove-blog-name-from-title-on-single-posts/)
 *  Thread Starter [Christopher Roberts](https://wordpress.org/support/users/christopherrobertswordpress/)
 * (@christopherrobertswordpress)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/remove-blog-name-from-title-on-single-posts/#post-4018152)
 * Hi WPyogi and prelevicm, thanks for the replies 🙂
 * The site is [Technology Bloggers](http://www.technologybloggers.org/).
 * So how do I tell the blog to remove the tile if the page is_single…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPSocialite] StumbleUpon Loading Possible Issue](https://wordpress.org/support/topic/stumbleupon-loading-possible-issue/)
 *  [Christopher Roberts](https://wordpress.org/support/users/christopherrobertswordpress/)
 * (@christopherrobertswordpress)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/stumbleupon-loading-possible-issue/#post-3764754)
 * FYI, we are also experiencing the StumbleUpon issue [on Technology Bloggers](http://www.technologybloggers.org/).
 * It only occurs when there is more than one post on a page. If I put two instances
   of the buttons on the same page there is no issue, but if you introduce a second
   post, the StumbleUpon button only works on the button sets in/for the first post.
 * We are using the WordPress 3.5.2 and WPSocialite 2.3.
 * If you want to contact me for any sort of testing, I am more than happy to help
   🙂
 * Christopher
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPSocialite] CSS adjustments](https://wordpress.org/support/topic/css-adjustments/)
 *  Thread Starter [Christopher Roberts](https://wordpress.org/support/users/christopherrobertswordpress/)
 * (@christopherrobertswordpress)
 * [13 years ago](https://wordpress.org/support/topic/css-adjustments/#post-3785982)
 * Thanks for the reply Tom.
 * I will test this out on our test site in the very near future – the buttons are
   working [brilliantly] at the moment and unfortunately I have things to do :-/
 * Since we implemented your code to lazy load the article sharing buttons, along
   with the lazy loading/load on scroll of images, and the load on hover of the 
   social buttons on the sidebar, the speed of our site has dramatically improved.
 * Lazy loading is really underrated, and I believe it will become much more popular
   in the very near future – due to the constant drive for speed.
 * Christopher
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPSocialite] CSS adjustments](https://wordpress.org/support/topic/css-adjustments/)
 *  Thread Starter [Christopher Roberts](https://wordpress.org/support/users/christopherrobertswordpress/)
 * (@christopherrobertswordpress)
 * [13 years ago](https://wordpress.org/support/topic/css-adjustments/#post-3785980)
 * Hi Tom,
 * I might have criminally attacked your code, but check out our site, I have managed
   to significantly reduce the padding, and it is now live on our actual site!
 * Check out [our latest article](http://www.technologybloggers.org/science/to-die-for-science/)
   to see it in action 🙂
 * I have saved a backup of the CSS code, so I can restore it if it gets messed 
   up with the next update.
 * The ability to set simple CSS settings via WP Admin would be welcomed in a future
   edition – if possible.
 * Once again, thanks for all your help and such a great plugin 🙂
 * Christopher
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPSocialite] CSS adjustments](https://wordpress.org/support/topic/css-adjustments/)
 *  Thread Starter [Christopher Roberts](https://wordpress.org/support/users/christopherrobertswordpress/)
 * (@christopherrobertswordpress)
 * [13 years ago](https://wordpress.org/support/topic/css-adjustments/#post-3785979)
 * Thanks for the reply Tom.
 * I have tried adding the code to our test site, but it doesn’t seem to be working:-/
 * We are using the small buttons and twenty ten (custom). I have tried adding the
   code to our stylesheet and the plugins, but can’t seem to get it to work…
 * I could give you access to the test site if it would help 🙂
 * Thanks for your time anyway.
    Christopher
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPSocialite] CSS adjustments](https://wordpress.org/support/topic/css-adjustments/)
 *  Thread Starter [Christopher Roberts](https://wordpress.org/support/users/christopherrobertswordpress/)
 * (@christopherrobertswordpress)
 * [13 years ago](https://wordpress.org/support/topic/css-adjustments/#post-3785977)
 * Hi Tom, thanks for the reply.
 * When I get five minutes I will definitely try your suggested changes.
 * We have been using Digg Digg (top) and AddThis (bottom) for a while now, but 
   they really slow things down, hence why on our test site we are experimenting
   with WPSocialite.
 * I have managed to make our like, follow and plus buttons on the sidebar appear
   as an image and lazy load on mouse over, and speed improvements are amazing!
   
   Achieved using this: [http://webtezz.com/site/buttonmover.htm](http://webtezz.com/site/buttonmover.htm)
   which I believe uses your code.
 * Will future versions maybe allow users to set CSS settings via WP Admin? I have
   tried delving into your code, but can’t work out how to remove all the padding!
 * Once again thanks for the reply and designing such great code 🙂
 * Christopher
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Bulk edit past comment details](https://wordpress.org/support/topic/bulk-edit-past-comment-details/)
 *  Thread Starter [Christopher Roberts](https://wordpress.org/support/users/christopherrobertswordpress/)
 * (@christopherrobertswordpress)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/bulk-edit-past-comment-details/#post-3338003)
 * Thanks jbbaab44. I appreciate you are no SQL expert, but I don’t even know how
   to do that!
 * Where do I go, database or WP? What do I do?
 * Thanks for the suggestion 🙂
 * Christopher
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Top Authors] Image alt tag](https://wordpress.org/support/topic/image-alt-tag/)
 *  Thread Starter [Christopher Roberts](https://wordpress.org/support/users/christopherrobertswordpress/)
 * (@christopherrobertswordpress)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/image-alt-tag/#post-3611355)
 * That’s great, thank you very much 🙂

Viewing 15 replies - 1 through 15 (of 131 total)

1 [2](https://wordpress.org/support/users/christopherrobertswordpress/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/christopherrobertswordpress/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/christopherrobertswordpress/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/christopherrobertswordpress/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/christopherrobertswordpress/replies/page/9/?output_format=md)
[→](https://wordpress.org/support/users/christopherrobertswordpress/replies/page/2/?output_format=md)