Title: Supersilly's Replies | WordPress.org

---

# Supersilly

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

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

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sparkling] Showcase: Examples of Sparkling theme – Who is using Sparkling?](https://wordpress.org/support/topic/showcase-examples-of-sparkling-theme-who-is-using-sparkling/)
 *  [Supersilly](https://wordpress.org/support/users/supersilly/)
 * (@supersilly)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/showcase-examples-of-sparkling-theme-who-is-using-sparkling/#post-6203647)
 * [supersillytraveller.com](http://supersillytraveller.com) uses sparkling theme
   without doing too much modification.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sparkling] Photo credit with links below the feature image](https://wordpress.org/support/topic/photo-credit-with-links-below-the-feature-image/)
 *  Thread Starter [Supersilly](https://wordpress.org/support/users/supersilly/)
 * (@supersilly)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/photo-credit-with-links-below-the-feature-image/#post-5951565)
 * Thanks for pointing the direction Silkalns. I figured how to do it properly.
 * I used custom field and made a new div to place it where i wanted. See the end
   result here.
 * [http://supersillytraveller.com/apartment-renting-in-japan](http://supersillytraveller.com/apartment-renting-in-japan)
 * Steps to achieve it.
 * 1) Add this code to the end of style.css of your child theme.
 *     ```
       .post-photo-credit {
         padding: 5px 50px;
         background-color: #FFF;
         border: 1px solid #dadada;
         border-top: none;
         border-bottom: none;
         text-align: right;
         font-style: italic;
         font-size: 75%;
       }
       ```
   
 * 2) Add this code to the content-single.php of your child theme. Add it above `
   <div class="post-inner-content">`
 * Code to add
 *     ```
       <div class="post-photo-credit">
       <?php echo get_post_meta($post->ID, 'photocredit', true); ?>
       </div>
       ```
   
 * Then in the post activate custom fields and make new field with the id used in
   the previous code. In this case “photocredit” and then enter the what you want
   to display.
 * I hope this helps others
 * Cheers
    Silly
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sparkling] Children comment on mobile devices](https://wordpress.org/support/topic/children-comment-on-mobile-devices/)
 *  Thread Starter [Supersilly](https://wordpress.org/support/users/supersilly/)
 * (@supersilly)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/children-comment-on-mobile-devices/#post-5929361)
 * Thanks,it certainly helps. I reduced the padding-left even more as it doesn’t
   make much difference on a mobile device. Looking forward to the theme update.
 * Cheers
    Silly
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sparkling] How is the popular posts decided?](https://wordpress.org/support/topic/how-is-the-popular-posts-decided/)
 *  Thread Starter [Supersilly](https://wordpress.org/support/users/supersilly/)
 * (@supersilly)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/how-is-the-popular-posts-decided/#post-5785214)
 * Got it, Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sparkling] How to show blog post summary instead of full post?](https://wordpress.org/support/topic/how-to-show-blog-post-summary-instead-of-full-post/)
 *  [Supersilly](https://wordpress.org/support/users/supersilly/)
 * (@supersilly)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/how-to-show-blog-post-summary-instead-of-full-post/#post-5784483)
 * You can use a “read more” tag in your posts. Then in settings > Readings make
   sure for this option “For each article in a feed show” check “summary”
 * That’s what I do.
 * Cheers
    Silly
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Media Share Buttons & Social Sharing Icons] How to move the icons a little more to the left.](https://wordpress.org/support/topic/how-to-move-the-icons-a-little-more-to-the-left/)
 *  Thread Starter [Supersilly](https://wordpress.org/support/users/supersilly/)
 * (@supersilly)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/how-to-move-the-icons-a-little-more-to-the-left/#post-5770688)
 * My coding skill is confined to basic level of HTML and CSS. What I can think 
   of is adjusting the left padding of icons so they move closer to the edge. Funny
   thing is I don’t know where to find this in the script.
 * BTW thanks again for the awesome support on this free plugin. Apart from the 
   great theme, this is the reason i will stick to it.
 * Cheers
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Media Share Buttons & Social Sharing Icons] How to move the icons a little more to the left.](https://wordpress.org/support/topic/how-to-move-the-icons-a-little-more-to-the-left/)
 *  Thread Starter [Supersilly](https://wordpress.org/support/users/supersilly/)
 * (@supersilly)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/how-to-move-the-icons-a-little-more-to-the-left/#post-5770686)
 * Here is the screen shot. So I would guess its moving based on screen resolution?
   I am using a laptop at the moment. Any way to fix this?
 * > [View post on imgur.com](https://imgur.com/bKGrLl0)
 * I will ask a few more questions while you are listening.
 * I have checked yes to “disable float icons on mobile device”. Because I am not
   using the plugin widget, when on mobile there is no option to share at all. Is
   there a solution other than using the plugin widget?
 * Finally, as i scroll the movement of icons is not so smooth. Anything I can do
   about it?

Viewing 7 replies - 1 through 7 (of 7 total)