Title: nickcil's Replies | WordPress.org

---

# nickcil

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Slightly] Delete big product picture](https://wordpress.org/support/topic/delete-big-product-picture/)
 *  Theme Author [nickcil](https://wordpress.org/support/users/nickcil/)
 * (@nickcil)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/delete-big-product-picture/#post-12663774)
 * Great! 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Slightly] Delete big product picture](https://wordpress.org/support/topic/delete-big-product-picture/)
 *  Theme Author [nickcil](https://wordpress.org/support/users/nickcil/)
 * (@nickcil)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/delete-big-product-picture/#post-12663515)
 * Hello!
 * Are you referring to the book icon? The image on the product page shows up because
   you’re using the WooCommerce plugin.
 * Try following this guide: [https://wphowto.net/remove-image-from-woocommerce-product-page-1678](https://wphowto.net/remove-image-from-woocommerce-product-page-1678)
 * Hope that helps!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Slightly] Button Contactform](https://wordpress.org/support/topic/button-contactform/)
 *  Theme Author [nickcil](https://wordpress.org/support/users/nickcil/)
 * (@nickcil)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/button-contactform/#post-12452675)
 * Hello!
 * I think this is a bug. I will look into providing an update that will fix it.
 * In the meantime, please try this custom CSS to fix the issue:
 *     ```
       .contact-submit button {
           color: #fff;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Slightly] Hide the dates](https://wordpress.org/support/topic/hide-the-dates/)
 *  Theme Author [nickcil](https://wordpress.org/support/users/nickcil/)
 * (@nickcil)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/hide-the-dates/#post-12432558)
 * Hello,
 * There is no setting to remove the dates. The easiest alternative would be to 
   hide them with some custom CSS. Try this:
 *     ```
       .entry-date {
           display: none;
       }
       ```
   
 * Hope that helps!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Slightly] Widgets disappear after frontpage](https://wordpress.org/support/topic/widgets-disappear-after-frontpage/)
 *  Theme Author [nickcil](https://wordpress.org/support/users/nickcil/)
 * (@nickcil)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/widgets-disappear-after-frontpage/#post-12339872)
 * Hi Adriana,
 * I’m glad you like the theme. The widgets are not meant to display on single post
   pages. I will consider adding this feature in the future.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Slightly] Use full width for page](https://wordpress.org/support/topic/use-full-width-for-page/)
 *  Theme Author [nickcil](https://wordpress.org/support/users/nickcil/)
 * (@nickcil)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/use-full-width-for-page/#post-11423611)
 * It appears you may have another plugin or additional CSS that is messing with
   the theme’s CSS. It shouldn’t display that way, try disabling some plugins one
   at a time and see if something else is affecting it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Slightly] Use full width for page](https://wordpress.org/support/topic/use-full-width-for-page/)
 *  Theme Author [nickcil](https://wordpress.org/support/users/nickcil/)
 * (@nickcil)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/use-full-width-for-page/#post-11406024)
 * Hi Stephan,
 * The width of the content in the theme isn’t really made to be customizable. You
   can override the CSS in a number of ways but the adjustments you make will need
   to vary depending on the page layout.
 * Which page are you trying to make full width?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Slightly] Does the job](https://wordpress.org/support/topic/does-the-job-517/)
 *  Theme Author [nickcil](https://wordpress.org/support/users/nickcil/)
 * (@nickcil)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/does-the-job-517/#post-10930454)
 * Let’s see if this will help you. Try locating the file “template-parts/content.
   php” and after line 23, add this:
 * `<a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ), get_the_author_meta('
   user_nicename' ) ); ?>"><?php the_author(); ?></a>`
 * This will add the author’s name and a link to posts written by that author.
 * Hope this helps!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Slightly] Does the job](https://wordpress.org/support/topic/does-the-job-517/)
 *  Theme Author [nickcil](https://wordpress.org/support/users/nickcil/)
 * (@nickcil)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/does-the-job-517/#post-10921824)
 * Hi Edouard! Thank you for your review. Best of luck with your blog, and I hope
   you will reach out if you need any support with Slightly.

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