Title: wonnz's Replies | WordPress.org

---

# wonnz

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ColorWay] Change the size of slider](https://wordpress.org/support/topic/change-the-size-of-slider/)
 *  Thread Starter [wonnz](https://wordpress.org/support/users/wonnz/)
 * (@wonnz)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/change-the-size-of-slider/#post-6714426)
 * I added my size 1171X659 and checked the size, but the size of displayed is exactly
   same as before, that is 1171X460, it is distorted automatically.
    Is there anyone
   who has same issue and resolved this? I can not find which file and which part
   define the output size of the slide.
 * Anyway, thanks a lot for your response.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] How to remove "Designed by Press Customizr"](https://wordpress.org/support/topic/how-to-remove-designed-by-press-customizr/)
 *  Thread Starter [wonnz](https://wordpress.org/support/users/wonnz/)
 * (@wonnz)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/how-to-remove-designed-by-press-customizr/#post-6684496)
 * Add following to your fuction.php
 * ———————————
 * add_filter(‘tc_credits_display’, ‘my_custom_credits’);
    function my_custom_credits(){
   $credits = ”; $newline_credits = ”; return ‘ <div class=”span4 credits”> <p>·
   © YOUR SITE NAME GOES HERE · All Rights Reserved ·</p> </div>’; }

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