Title: Roy Ho's Replies - page 3 | WordPress.org

---

# Roy Ho

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 31 through 45 (of 1,437 total)

[←](https://wordpress.org/support/users/splashingpixelscom/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/splashingpixelscom/replies/?output_format=md)
[2](https://wordpress.org/support/users/splashingpixelscom/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/splashingpixelscom/replies/page/4/?output_format=md)…
[94](https://wordpress.org/support/users/splashingpixelscom/replies/page/94/?output_format=md)
[95](https://wordpress.org/support/users/splashingpixelscom/replies/page/95/?output_format=md)
[96](https://wordpress.org/support/users/splashingpixelscom/replies/page/96/?output_format=md)
[→](https://wordpress.org/support/users/splashingpixelscom/replies/page/4/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce is making WP top Toolbar disappear](https://wordpress.org/support/topic/woocommerce-is-making-wp-top-toolbar-disappear/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/woocommerce-is-making-wp-top-toolbar-disappear/#post-5134051)
 * So this is not a bug. It is intended. Usually a customer is only there to shop/
   purchase products and having that toolbar there when logged in will look weird
   and unexpected. For people don’t know WordPress would find it very odd to see
   that.
 * However if you’re keen on showing it to customers, there is a filter available
   for you. You can put this in your theme’s functions.php file ( preferable in 
   your child theme ).
 *     ```
       add_filter( 'woocommerce_disable_admin_bar', '__return_false' );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Thinning down the navigation menue](https://wordpress.org/support/topic/thinning-down-the-navigation-menue/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/thinning-down-the-navigation-menue/#post-5113166)
 * `#navigation ul.nav li.home a { font-size:12px !important; }`
    `#navigation ul.
   nav li a { padding:0.2em 1.618em !important; }`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Thinning down the navigation menue](https://wordpress.org/support/topic/thinning-down-the-navigation-menue/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/thinning-down-the-navigation-menue/#post-5113142)
 * Well one thing you can do is change the font size and it will be “thinner”. Try
   putting this in your CSS.
 * `#navigation ul.nav li a { font-size:15px !important; }`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Incorrect Calls to style sheets](https://wordpress.org/support/topic/incorrect-calls-to-style-sheets/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/incorrect-calls-to-style-sheets/#post-5112653)
 * Hello,
 * Why do you feel that is incorrect? It is a perfectly valid way to load external
   resources. It is better known as “protocol-less” relative URL.
 * Doing so makes it easier to switch between HTTP and HTTPS. You will see Google
   use this method quite often especially from their CDN resources such as the jQuery
   libraries and more.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove Border from Single Thumbnail in Gallery](https://wordpress.org/support/topic/remove-border-from-single-thumbnail-in-gallery/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/remove-border-from-single-thumbnail-in-gallery/#post-5083089)
 * If I could see the underlying html, I can better assist you but for IDs, it is
   usually #id { color:red; } like so…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Creating a new WP site while maintaining old one live](https://wordpress.org/support/topic/creating-a-new-wp-site-while-maintaining-old-one-live/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/creating-a-new-wp-site-while-maintaining-old-one-live/#post-5082981)
 * Either way works fine…Yes you will need a separate WP install.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Creating a new WP site while maintaining old one live](https://wordpress.org/support/topic/creating-a-new-wp-site-while-maintaining-old-one-live/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/creating-a-new-wp-site-while-maintaining-old-one-live/#post-5082945)
 * Yeah so if you don’t need it to be viewed by others, by all means do it locally,
   that would be the best scenario.
 * Then you can simply export the database from your local install and import it
   to your live and also FTP up all the changed files/theme etc…That is the cleanest
   way.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Creating a new WP site while maintaining old one live](https://wordpress.org/support/topic/creating-a-new-wp-site-while-maintaining-old-one-live/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/creating-a-new-wp-site-while-maintaining-old-one-live/#post-5082941)
 * Ok so in that case you could try the following:
 * 1. Create a sub-domain like test.live-site.com
 * 2. Make a copy of your current database and import it into a new database name
 * 3. Make a copy of your current site files and paste it into your newly create
   sub-domain folder.
 * 4. Make sure to block search engines from finding this site, it is in your WordPress
   settings.
 * So make any changes you want to this new sub-domain…Once finished and ready, 
   it would be a simple switch over…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Logging in to the back end times out & my website gives a 500 error](https://wordpress.org/support/topic/logging-in-to-the-back-end-times-out-my-website-gives-a-500-error/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/logging-in-to-the-back-end-times-out-my-website-gives-a-500-error/#post-5082158)
 * This would seem to be more of a server side error…Have you contacted your host
   about this? If so, what did they say?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [unable to login](https://wordpress.org/support/topic/unable-to-login-42/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/unable-to-login-42/#post-5082936)
 * You may need to access the database in this case to change the password.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Creating a new WP site while maintaining old one live](https://wordpress.org/support/topic/creating-a-new-wp-site-while-maintaining-old-one-live/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/creating-a-new-wp-site-while-maintaining-old-one-live/#post-5082933)
 * So I am not fully understanding the concern here but why not just work on the
   live one now as is? You could always put the site in maintenance mode (via plugin)
   if you don’t want visitors to see.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unable to wrap text around image no matter what](https://wordpress.org/support/topic/unable-to-wrap-text-around-image-no-matter-what/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/unable-to-wrap-text-around-image-no-matter-what/#post-5082150)
 * This is because in your CSS, it is set to display as block. You need to remove
   that and add a float either left/right. See this [http://cld.wthms.co/Ky0j](http://cld.wthms.co/Ky0j)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Images always aligning left](https://wordpress.org/support/topic/images-always-aligning-left/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/images-always-aligning-left/#post-5082919)
 * Please refer to this explanation [http://www.w3schools.com/cssref/pr_class_display.asp](http://www.w3schools.com/cssref/pr_class_display.asp)
 * You could add a new custom class to the anchor so it will not affect all lightbox
   classes.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Images always aligning left](https://wordpress.org/support/topic/images-always-aligning-left/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/images-always-aligning-left/#post-5082911)
 * Ok so for example, you could make the anchor tag “inline” in your CSS, and you
   will get this [http://cld.wthms.co/S4HK](http://cld.wthms.co/S4HK)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Images always aligning left](https://wordpress.org/support/topic/images-always-aligning-left/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/images-always-aligning-left/#post-5082901)
 * Can you please post the URL of the frontend where I can see the images?

Viewing 15 replies - 31 through 45 (of 1,437 total)

[←](https://wordpress.org/support/users/splashingpixelscom/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/splashingpixelscom/replies/?output_format=md)
[2](https://wordpress.org/support/users/splashingpixelscom/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/splashingpixelscom/replies/page/4/?output_format=md)…
[94](https://wordpress.org/support/users/splashingpixelscom/replies/page/94/?output_format=md)
[95](https://wordpress.org/support/users/splashingpixelscom/replies/page/95/?output_format=md)
[96](https://wordpress.org/support/users/splashingpixelscom/replies/page/96/?output_format=md)
[→](https://wordpress.org/support/users/splashingpixelscom/replies/page/4/?output_format=md)