Title: titchone's Replies | WordPress.org

---

# titchone

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

 *   [Profile](https://wordpress.org/support/users/titchner/)
 *   [Topics Started](https://wordpress.org/support/users/titchner/topics/)
 *   [Replies Created](https://wordpress.org/support/users/titchner/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/titchner/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/titchner/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/titchner/engagements/)
 *   [Favorites](https://wordpress.org/support/users/titchner/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: [[Vantage] Recent post on frontpage](https://wordpress.org/support/topic/recent-post-on-frontpage/)
 *  [titchone](https://wordpress.org/support/users/titchner/)
 * (@titchner)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/recent-post-on-frontpage/#post-5727760)
 * Hi Morck, to have the posts like the preview page you have to use the widget 
   siteorigin post carousel / this widget uses featured image so you will have to
   make sure that all your posts have a image set as featured within the post.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Iconic One] Social buttons on top of logo?](https://wordpress.org/support/topic/social-buttons-on-top-of-logo/)
 *  [titchone](https://wordpress.org/support/users/titchner/)
 * (@titchner)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/social-buttons-on-top-of-logo/#post-5268486)
 * you can do this with css margin-top: this controls how far from the top you want
   the item displayed.
 * as the social links are placed underneath the logo you have to set the value 
   to -100px this will move the social buttons over the logo.
 * Open:
    custom.css
 * Add:
 * .socialmedia {
    float: right; padding: 7px 10px; text-align: right; width: 25%;
   margin-top: -100px; }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Iconic One] How to ADD date and comments count on main page](https://wordpress.org/support/topic/how-to-add-date-and-comments-count-on-main-page/)
 *  [titchone](https://wordpress.org/support/users/titchner/)
 * (@titchner)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/how-to-add-date-and-comments-count-on-main-page/#post-5240824)
 * you can add is_archive aswell to show date meta line when viewing category’s/
   archives
 * <?php if ( is_single() || is_home() || is_archive() ) : //for date on single,
   home page and archive ?>
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Iconic One] menu bar](https://wordpress.org/support/topic/menu-bar-29/)
 *  Thread Starter [titchone](https://wordpress.org/support/users/titchner/)
 * (@titchner)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/menu-bar-29/#post-5259039)
 * i have worked it out 🙂
 * i now have a nice tabs look to my menu bar.
 *     ```
       .themonic-nav .current-menu-item > a,
       .themonic-nav.current-menu-ancestor > a,
       .themonic-nav.current_page_item > a,
       .themonic-nav.current_page_ancestor > a {
           background:#00A1E0;
           color: #FFF;
           font-weight: bold;
       border-top-left-radius:8px;
       border-top-right-radius:8px;
       }
   
       .themonic-nav li:hover {
       color: #fff;
       background:#00A1E0;
       border-top-left-radius:8px;
       border-top-right-radius:8px;
       }
       .themonic-nav li {
       color: #fff;
       background: none;
       border-top-left-radius:8px;
       border-top-right-radius:8px;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Iconic One] How to justify excerpt summary for posts on home page](https://wordpress.org/support/topic/how-to-justify-excerpt-summary-for-posts-on-home-page/)
 *  [titchone](https://wordpress.org/support/users/titchner/)
 * (@titchner)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/how-to-justify-excerpt-summary-for-posts-on-home-page/#post-5241719)
 * open: custom.css
 * Add:
 *     ```
       .entry-summary{
        	text-align: justify;
           text-justify: inter-word;
       }
       ```
   
 * this justify’s text in experts and single post.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Iconic One] Positioning of social media icons after centering logo](https://wordpress.org/support/topic/positioning-of-social-media-icons-after-centering-logo/)
 *  [titchone](https://wordpress.org/support/users/titchner/)
 * (@titchner)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/positioning-of-social-media-icons-after-centering-logo/#post-5038745)
 * try this
    open: custom.css
 * add:
    .themonic-logo { padding: 17px; text-align: center; margin:10 0; }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] woocommerce widget images](https://wordpress.org/support/topic/woocommerce-widget-images/)
 *  Thread Starter [titchone](https://wordpress.org/support/users/titchner/)
 * (@titchner)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/woocommerce-widget-images/#post-4195939)
 * how do go about resizing the images in the widget areas.do you know what file
   in woocommerce i need to edit.

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