Title: Chris Kepinski's Replies - page 2 | WordPress.org

---

# Chris Kepinski

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 52 total)

[←](https://wordpress.org/support/users/phpworker/replies/?output_format=md) [1](https://wordpress.org/support/users/phpworker/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/phpworker/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/phpworker/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/phpworker/replies/page/3/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Overwriting Woocommerce template within Avada Child Theme not working](https://wordpress.org/support/topic/overwriting-woocommerce-template-within-avada-child-theme-not-working/)
 *  Thread Starter [Chris Kepinski](https://wordpress.org/support/users/phpworker/)
 * (@phpworker)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/overwriting-woocommerce-template-within-avada-child-theme-not-working/#post-5735079)
 * Can anybody help, please? I am stuck 🙁
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] Share bar into pages?](https://wordpress.org/support/topic/share-bar-into-pages/)
 *  [Chris Kepinski](https://wordpress.org/support/users/phpworker/)
 * (@phpworker)
 * [12 years ago](https://wordpress.org/support/topic/share-bar-into-pages/#post-4829633)
 * You need to be more spcific… there are tones of plugins adding kinds of “sharebars”.
   Could you provide website url, or link to example sharebar?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to hide images on frontpage for mobile devices](https://wordpress.org/support/topic/how-to-hide-images-on-frontpage-for-mobile-devices/)
 *  [Chris Kepinski](https://wordpress.org/support/users/phpworker/)
 * (@phpworker)
 * [12 years ago](https://wordpress.org/support/topic/how-to-hide-images-on-frontpage-for-mobile-devices/#post-4829601)
 * Let me assume: you need a little margin between body text and background edge.
 * `div.inner p {margin: 0 10px;}`
 * also if you want your logo to be resized responsively:
 * `img.the-logo {width: 100%;}`
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to hide images on frontpage for mobile devices](https://wordpress.org/support/topic/how-to-hide-images-on-frontpage-for-mobile-devices/)
 *  [Chris Kepinski](https://wordpress.org/support/users/phpworker/)
 * (@phpworker)
 * [12 years ago](https://wordpress.org/support/topic/how-to-hide-images-on-frontpage-for-mobile-devices/#post-4829591)
 * in your theme css file
 * [http://sprecherplanet.de/wp-content/themes/only/style.css?ver=1.1.0](http://sprecherplanet.de/wp-content/themes/only/style.css?ver=1.1.0)
 * around line 2077 there is something like this:
 *     ```
       /* #######################################################################
   
       	7.	Mobile layout
   
       ####################################################################### */
       ```
   
 * right after the above code add this:
 * `article.home-item-full {background-image: none;}`
 * and tell me if it works.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Radiate] Change the headers of the comments](https://wordpress.org/support/topic/change-the-headers-of-the-comments/)
 *  [Chris Kepinski](https://wordpress.org/support/users/phpworker/)
 * (@phpworker)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/change-the-headers-of-the-comments/#post-4829546)
 * there is better version:
 *     ```
       div.comment-date-time {visibility: hidden; width:0; height:0}
       a.comment-permalink{visibility: hidden; width:0; height:0}
       ```
   
 * you need to add it to theme’s stylesheet css file.
 * I tested it on Firefox / Windows 8. On what browser / Operating system you are
   testing?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site wont work after wordpress transfer](https://wordpress.org/support/topic/site-wont-work-after-wordpress-transfer/)
 *  [Chris Kepinski](https://wordpress.org/support/users/phpworker/)
 * (@phpworker)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/site-wont-work-after-wordpress-transfer/#post-4829543)
 * I need to test your website on new address. Can you provide its url address?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Full width bbpress on theme Twenty fourteen](https://wordpress.org/support/topic/full-width-bbpress-on-theme-twenty-fourteen/)
 *  [Chris Kepinski](https://wordpress.org/support/users/phpworker/)
 * (@phpworker)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/full-width-bbpress-on-theme-twenty-fourteen/#post-4829542)
 * As far as I understand your posts you need bbpress forum to appear inside wordpress
   page. If it is so then you need to create wordpress page template as described
   at the linked page above and link that template with the page on which the forum
   would appear.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] don't see the color when write in table](https://wordpress.org/support/topic/dont-see-the-color-when-write-in-table-1/)
 *  [Chris Kepinski](https://wordpress.org/support/users/phpworker/)
 * (@phpworker)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/dont-see-the-color-when-write-in-table-1/#post-4829541)
 * you don’t see that color while editing the post, or on front-end website?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to set featured image size in percentage ?](https://wordpress.org/support/topic/how-to-set-featured-image-size-in-percentage/)
 *  [Chris Kepinski](https://wordpress.org/support/users/phpworker/)
 * (@phpworker)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/how-to-set-featured-image-size-in-percentage/#post-4830019)
 * So, you need this background image to be responsive. can you provide live website
   url?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to modify twentyfourteen paging nav?](https://wordpress.org/support/topic/how-to-modify-twentyfourteen-paging-nav/)
 *  [Chris Kepinski](https://wordpress.org/support/users/phpworker/)
 * (@phpworker)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/how-to-modify-twentyfourteen-paging-nav/#post-4830011)
 * Could you provide website url?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[SKT Full Width] Main menu](https://wordpress.org/support/topic/main-menu-6/)
 *  [Chris Kepinski](https://wordpress.org/support/users/phpworker/)
 * (@phpworker)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/main-menu-6/#post-4830008)
 * What do you mean by “CLOSED” and can you show the website?
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Trouble with installation](https://wordpress.org/support/topic/trouble-with-installation-7/)
 *  [Chris Kepinski](https://wordpress.org/support/users/phpworker/)
 * (@phpworker)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/trouble-with-installation-7/#post-4829523)
 * It is possible to make WordPress working like that. Is the wp-config.php file
   named exactly like that? Is it located at the website root folder? How about 
   that file rights and owner?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site wont work after wordpress transfer](https://wordpress.org/support/topic/site-wont-work-after-wordpress-transfer/)
 *  [Chris Kepinski](https://wordpress.org/support/users/phpworker/)
 * (@phpworker)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/site-wont-work-after-wordpress-transfer/#post-4829520)
 * Tell me the source and the target domain.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Radiate] Change the headers of the comments](https://wordpress.org/support/topic/change-the-headers-of-the-comments/)
 *  [Chris Kepinski](https://wordpress.org/support/users/phpworker/)
 * (@phpworker)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/change-the-headers-of-the-comments/#post-4829518)
 * If there is no option for that in Appearance -> Theme Options menu option then
   add this to the theme css:
 * a.comment-permalink, div.comment-date-time {visibility: hidden;}
 * Tell me if it helps.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] Share bar into pages?](https://wordpress.org/support/topic/share-bar-into-pages/)
 *  [Chris Kepinski](https://wordpress.org/support/users/phpworker/)
 * (@phpworker)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/share-bar-into-pages/#post-4829514)
 * what do you mean by share bar? Any website example?

Viewing 15 replies - 16 through 30 (of 52 total)

[←](https://wordpress.org/support/users/phpworker/replies/?output_format=md) [1](https://wordpress.org/support/users/phpworker/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/phpworker/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/phpworker/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/phpworker/replies/page/3/?output_format=md)