Title: Maco10's Replies | WordPress.org

---

# Maco10

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

 *   [Profile](https://wordpress.org/support/users/maco10/)
 *   [Topics Started](https://wordpress.org/support/users/maco10/topics/)
 *   [Replies Created](https://wordpress.org/support/users/maco10/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/maco10/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/maco10/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/maco10/engagements/)
 *   [Favorites](https://wordpress.org/support/users/maco10/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: [To customize google calendar embed](https://wordpress.org/support/topic/to-customize-google-calendar-embed/)
 *  Thread Starter [Maco10](https://wordpress.org/support/users/maco10/)
 * (@maco10)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/to-customize-google-calendar-embed/#post-6033808)
 * I change the skin after five seconds, and the code is:
 *     ```
       ﻿$(document).ready(function(){
   
       	setTimeout(function() {
       		$('div.date-label').css({'background' : 'blue'});
   
       		$('h3.widget-title').css({'color' : 'olive'});
       	}, 3000);
   
       });
       ```
   
 * The fist sentence doesn’t work, is an id from Google Calendar. The other runs
   perfect. Why can’t I customize it if I an running it in local?
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Unable to connect to database first step of the installation](https://wordpress.org/support/topic/unable-to-connect-to-database-first-step-of-the-installation/)
 *  Thread Starter [Maco10](https://wordpress.org/support/users/maco10/)
 * (@maco10)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/unable-to-connect-to-database-first-step-of-the-installation/#post-5992860)
 * I could fix it. The user didn’t have permissions in a concrete ip. I wrote `define('
   WP_DEBUG', true);` and `define('WP_DEBUG_LOG', true);` in wp-config.php to see
   the log.
 * Thanks.

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