Title: David Arnado's Replies | WordPress.org

---

# David Arnado

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Default and hover state in ColorGradientSettingsDropdown](https://wordpress.org/support/topic/default-and-hover-state-in-colorgradientsettingsdropdown/)
 *  [David Arnado](https://wordpress.org/support/users/darnado/)
 * (@darnado)
 * [21 hours, 21 minutes ago](https://wordpress.org/support/topic/default-and-hover-state-in-colorgradientsettingsdropdown/#post-18964987)
 * Hi [@anugradewar](https://wordpress.org/support/users/anugradewar/)
 * Instead of trying to replicate the link color UI, I would recommend adding two
   custom attributes to your `block.json` file: one for the default background color
   and one for the hover background color.
 * Then add two color controls to your block inspector, one for each attribute. 
   The standard color controls already integrate with the theme color palette, so
   users can simply pick the colors when they insert the block.
 * This approach is much simpler than trying to reuse the internal link color UI,
   which isn’t currently exposed as a reusable component.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problem to be fixed](https://wordpress.org/support/topic/problem-to-be-fixed/)
 *  [David Arnado](https://wordpress.org/support/users/darnado/)
 * (@darnado)
 * [21 hours, 40 minutes ago](https://wordpress.org/support/topic/problem-to-be-fixed/#post-18964968)
 * Hi mntabg
 * A _critical error_ is a generic message. We need the actual error to identify
   the cause. Please enable WordPress debug mode first:
    1. Connect to your site using FTP or your hosting File Manager.
    2. Open the `wp-config.php` file in the WordPress root directory.
    3. Find this line:
       `define( 'WP_DEBUG', false );`
    4. Replace it with:
 *     ```wp-block-code
        define( 'WP_DEBUG', true );  define( 'WP_DEBUG_LOG', true );  define( 'WP_DEBUG_DISPLAY', true );
       ```
   
    5. Save the file and reload the page that shows the error.
 * Please share the complete error message that appears. If a `wp-content/debug.
   log` file is created, you can also share the relevant lines from that file.
 * Once we have the specific error, we can determine whether it is caused by a plugin,
   your theme, or something else.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blank space on right side of mobile view](https://wordpress.org/support/topic/blank-space-on-right-side-of-mobile-view/)
 *  [David Arnado](https://wordpress.org/support/users/darnado/)
 * (@darnado)
 * [21 hours, 50 minutes ago](https://wordpress.org/support/topic/blank-space-on-right-side-of-mobile-view/#post-18964952)
 * Hi colhio
 * I was able to reproduce the issue in Chrome using responsive mode. The page has
   horizontal overflow. That’s what causes the blank space on the right.
 * As a quick fix, add:
 *     ```wp-block-code
       html {    overflow-x: hidden;}
       ```
   
 * If you’re using a block theme, go to **Appearance -> Editor ->Styles->Additional
   CSS (Inside the three dots option)**. If you’re using a classic theme, add the
   same CSS under **Appearance->Customize-> Additional CSS**.
 * This fixes the symptom.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [moving localhost from Windows to Ubuntu 23.04](https://wordpress.org/support/topic/moving-localhost-from-windows-to-ubuntu-23-04/)
 *  [David Arnado](https://wordpress.org/support/users/darnado/)
 * (@darnado)
 * [22 hours, 10 minutes ago](https://wordpress.org/support/topic/moving-localhost-from-windows-to-ubuntu-23-04/#post-18964928)
 * If you are moving an existing local WordPress site from Windows to Ubuntu, the
   easiest approach is:
    1. Install LocalWP on your Ubuntu machine.
    2. Create a new local site.
    3. Install a migration plugin such as All-in-One WP Migration and Backup on both
       sites.
    4. Export the site from your Windows installation.
    5. Import the exported file into the new Ubuntu site.
 * This is usually much simpler than manually moving the database and files.
 * Since you’re using Ubuntu, you could also use a Docker-based local environment.
   It is more flexible and closer to many production setups. However, it has a steeper
   learning curve, so I would only recommend it if you want to learn Docker or plan
   to do development regularly.
 * Link for the migration plugin: [https://wordpress.org/plugins/all-in-one-wp-migration/](https://wordpress.org/plugins/all-in-one-wp-migration/)
 * Link for LocalWP: [https://localwp.com/](https://localwp.com/)

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