Title: Decimal's Replies | WordPress.org

---

# Decimal

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Adding additional Credits at bottem](https://wordpress.org/support/topic/customizr-adding-additional-credits-at-bottem/)
 *  Thread Starter [Decimal](https://wordpress.org/support/users/decimalcs/)
 * (@decimalcs)
 * [12 years ago](https://wordpress.org/support/topic/customizr-adding-additional-credits-at-bottem/#post-4808866)
 * I managed to figure it by myself.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Adding additional Credits at bottem](https://wordpress.org/support/topic/customizr-adding-additional-credits-at-bottem/)
 *  Thread Starter [Decimal](https://wordpress.org/support/users/decimalcs/)
 * (@decimalcs)
 * [12 years ago](https://wordpress.org/support/topic/customizr-adding-additional-credits-at-bottem/#post-4808860)
 * Here you go,
 *     ```
       add_filter('tc_credits_display', 'my_custom_credits');
       function my_custom_credits(){
       $credits = '';
   
       $newline_credits = '<span style="color: #808080;">®</span><span style="color: #808080;"> BALIMI -
       </span>Disclaimer';
       return '
       <div class="span4 credits">
       <p> · © '.esc_attr( date( 'Y' ) ).' '.esc_attr(get_bloginfo()).' · '.($credits ? $credits : 'Designed by Themes & Co').' ·'.($newline_credits ? '
       · '.$newline_credits.' ·' : '').'</p> </div>';
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Adding additional Credits at bottem](https://wordpress.org/support/topic/customizr-adding-additional-credits-at-bottem/)
 *  Thread Starter [Decimal](https://wordpress.org/support/users/decimalcs/)
 * (@decimalcs)
 * [12 years ago](https://wordpress.org/support/topic/customizr-adding-additional-credits-at-bottem/#post-4808854)
 * I didn’t used /* */ in my code, My bad if above posting gave that impression.
   
   Any suggestions appreciated.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Adding additional Credits at bottem](https://wordpress.org/support/topic/customizr-adding-additional-credits-at-bottem/)
 *  Thread Starter [Decimal](https://wordpress.org/support/users/decimalcs/)
 * (@decimalcs)
 * [12 years ago](https://wordpress.org/support/topic/customizr-adding-additional-credits-at-bottem/#post-4808841)
 * This time I did install ‘Customizr Child’ Theme and tried to updated its functions.
   php file still got hit with the same error(500).
    May be something wrong…
 * Below is the code I used:
 * /*
    add_filter(‘tc_credits_display’, ‘my_custom_credits’); function my_custom_credits(){
   $credits = ”;
 * $newline_credits = ‘<span style=”color: #808080;”>®</span><span style=”color:#
   808080;”> BALIMI –
    </span>Disclaimer’; return ‘ <div class=”span4 credits”> 
   <p> · © ‘.esc_attr( date( ‘Y’ ) ).’ ‘.esc_attr(get_bloginfo()).’ · ‘.($credits?
   $credits : ‘Designed by Themes & Co’).’ ·’.($newline_credits ? ‘ · ‘.$newline_credits.’·’:”).'
   </p> </div>’; } */
 * Any comments !!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Adding additional Credits at bottem](https://wordpress.org/support/topic/customizr-adding-additional-credits-at-bottem/)
 *  Thread Starter [Decimal](https://wordpress.org/support/users/decimalcs/)
 * (@decimalcs)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/customizr-adding-additional-credits-at-bottem/#post-4808799)
 * This time I did install ‘Customizr Child’ Theme and tried to updated its functions.
   php file still got hit with the same error(500).
    May be something wrong…
 * Below is the code I used:
 * add_filter(‘tc_credits_display’, ‘my_custom_credits’);
    function my_custom_credits(){
   $credits = ”;
 * $newline_credits = ‘[<span style=”color: #808080;”>®</span>](http://www.decimalcs.com/disclaimer)
   <span style=”color: #808080;”>** BALIMI –
    
   </span>[Disclaimer](http://www.decimalcs.com/disclaimer)‘;
   
   return ‘ <div class=”span4 credits”> <p> · © ‘.esc_attr( date( ‘Y’ ) ).’ [‘.esc_attr(get_bloginfo()).’](https://wordpress.org/support/users/decimalcs/replies/&apos;.esc_url( home_url() ).&apos;?output_format=md)·‘.(
   $credits ? $credits : ‘Designed by [Themes & Co](http://www.themesandco.com/)‘).’·’.(
   $newline_credits ? ‘· ‘.$newline_credits.’ ·’ : ”).'</p> </div>’; }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] [Customizr] Social Iocns not showing up on Firefox](https://wordpress.org/support/topic/customizr-social-iocns-not-showing-up-on-firefox/)
 *  Thread Starter [Decimal](https://wordpress.org/support/users/decimalcs/)
 * (@decimalcs)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/customizr-social-iocns-not-showing-up-on-firefox/#post-4812094)
 * Mine is FF28 too, but the space is empty, Strange.
 * Anyways, Thank you for the response.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Adding additional Credits at bottem](https://wordpress.org/support/topic/customizr-adding-additional-credits-at-bottem/)
 *  Thread Starter [Decimal](https://wordpress.org/support/users/decimalcs/)
 * (@decimalcs)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/customizr-adding-additional-credits-at-bottem/#post-4808748)
 * Dave, I already created a Child to Customizr theme to accomodate my modifications,
   I only find one css (below)
    => Child-Customizr: Stylesheet (style.css)
 * no functions.php.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Remove Title area | Resize Calander | Footer Widget from home page](https://wordpress.org/support/topic/remove-title-area-resize-calander-footer-widget-from-home-page/)
 *  Thread Starter [Decimal](https://wordpress.org/support/users/decimalcs/)
 * (@decimalcs)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-title-area-resize-calander-footer-widget-from-home-page/#post-4797501)
 * Yah, That solves my concern. Than you.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Remove Title area | Resize Calander | Footer Widget from home page](https://wordpress.org/support/topic/remove-title-area-resize-calander-footer-widget-from-home-page/)
 *  Thread Starter [Decimal](https://wordpress.org/support/users/decimalcs/)
 * (@decimalcs)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-title-area-resize-calander-footer-widget-from-home-page/#post-4797465)
 * Perfect except Calender height still remains same ! Any tip.
 * Thank you.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Over sized Home Page – Customizr](https://wordpress.org/support/topic/over-sized-home-page-customizr/)
 *  Thread Starter [Decimal](https://wordpress.org/support/users/decimalcs/)
 * (@decimalcs)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/over-sized-home-page-customizr/#post-4789204)
 * Thank you Dave.
    Your tip helped me, It is useful than nothing though. I wonder
   this should be a universal problem for WordPress.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Over sized Home Page – Customizr](https://wordpress.org/support/topic/over-sized-home-page-customizr/)
 *  Thread Starter [Decimal](https://wordpress.org/support/users/decimalcs/)
 * (@decimalcs)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/over-sized-home-page-customizr/#post-4789151)
 * Appreciate your response.
 * Mr RDell, Most of our users will be using 1280px and home page looks huge for
   them, There is no trace of the 3 featured Icons- unless scroll down. I am concerned
   that most of my users never even notice those featured icons. I can zoom-in my
   web browser and see the whole page but that is not an option. I want my page 
   fit in as per the screen size.
    For your ref eg : [http://www.vvolve.com/](http://www.vvolve.com/)
 * Thank you DNA.

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