Title: zero479's Replies | WordPress.org

---

# zero479

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 27 total)

1 [2](https://wordpress.org/support/users/zero479/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/zero479/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Ajax Product Filter] Checkbox not aligned and text is under checkbox, not next to it.](https://wordpress.org/support/topic/checkbox-not-aligned-and-text-is-under-checkbox-not-next-to-it/)
 *  Thread Starter [zero479](https://wordpress.org/support/users/zero479/)
 * (@zero479)
 * [1 year, 12 months ago](https://wordpress.org/support/topic/checkbox-not-aligned-and-text-is-under-checkbox-not-next-to-it/#post-17899965)
 * Hello, I was able to figure out the how to display all of the content in filter
   widgets without needing to scroll.
 * Thanks again for the help. Really appreciate it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Ajax Product Filter] Checkbox not aligned and text is under checkbox, not next to it.](https://wordpress.org/support/topic/checkbox-not-aligned-and-text-is-under-checkbox-not-next-to-it/)
 *  Thread Starter [zero479](https://wordpress.org/support/users/zero479/)
 * (@zero479)
 * [1 year, 12 months ago](https://wordpress.org/support/topic/checkbox-not-aligned-and-text-is-under-checkbox-not-next-to-it/#post-17899949)
 * Amazing! I spent so much time scratching my head. I am truly grateful.
 * One last thing. Right now, as you might be able to see, there seems to be a height
   limit on the widgets. This causes the rest of the content on each filter widget
   to be scrollable. How to make it show all categories in the filters without needing
   to scroll?
 * Many thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Ajax Product Filter] Checkbox not aligned and text is under checkbox, not next to it.](https://wordpress.org/support/topic/checkbox-not-aligned-and-text-is-under-checkbox-not-next-to-it/)
 *  Thread Starter [zero479](https://wordpress.org/support/users/zero479/)
 * (@zero479)
 * [2 years ago](https://wordpress.org/support/topic/checkbox-not-aligned-and-text-is-under-checkbox-not-next-to-it/#post-17889178)
 * Anyone? Devs?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Website rendering incorrectly on HTTPS but fine on HTTP](https://wordpress.org/support/topic/website-rendering-incorrectly-on-https-but-fine-on-http/)
 *  Thread Starter [zero479](https://wordpress.org/support/users/zero479/)
 * (@zero479)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/website-rendering-incorrectly-on-https-but-fine-on-http/#post-17688293)
 * Wow thank you so much.
 * > Are both your URLs in WP Admin > Settings > General set to https?
 * This simple setting fixed my website. Thanks again!!!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Urgent Help: Error establishing a database connection XAMPP](https://wordpress.org/support/topic/urgent-help-error-establishing-a-database-connection-xampp/)
 *  Thread Starter [zero479](https://wordpress.org/support/users/zero479/)
 * (@zero479)
 * [3 years ago](https://wordpress.org/support/topic/urgent-help-error-establishing-a-database-connection-xampp/#post-16843917)
 * I managed to solve it by going to “C:\xampp\phpMyAdmin” and editing some things
   in config.inc.php
 * I changed user to “root” in the line:
 * /* User for advanced features */
   $cfg[‘Servers’][$i][‘controluser’] = ‘root’;
 * And I changed the host from the IP “127.0.0.1” to “localhost:3306” in the line:
 * /* Bind to the localhost ipv4 address and tcp */
   $cfg[‘Servers’][$i][‘host’] 
   = ‘localhost:3306’;
 * If anyone has same issue and is trying this solution, make sure what your port
   number is for MySQL server. Yours could be 3306 or 3307.
 * One more thing I did was opened my.ini file by clicking Config of MySQL in XAMPP
   Control Panel, then adding the line:
 * skip-grant-tables
 * After the line:
 * [mysqld]
 * Not sure if this helped or not but the first two edits definitely fixed my error.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Urgent Help: Error establishing a database connection XAMPP](https://wordpress.org/support/topic/urgent-help-error-establishing-a-database-connection-xampp/)
 *  Thread Starter [zero479](https://wordpress.org/support/users/zero479/)
 * (@zero479)
 * [3 years ago](https://wordpress.org/support/topic/urgent-help-error-establishing-a-database-connection-xampp/#post-16841727)
 * Tried everything listed in the WPBeginner website and also followed the video
   there. Didn’t make a difference. In the Common WordPress Errors website, There
   isn’t much written that is related to my issue. Can you please check the screenshots?
 * Thank you. Eager for any reply!
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Cannot Install WordPress Xampp Error Establishing Connection with Database](https://wordpress.org/support/topic/cannot-install-wordpress-xampp-error-establishing-connection-with-database/)
 *  Thread Starter [zero479](https://wordpress.org/support/users/zero479/)
 * (@zero479)
 * [3 years ago](https://wordpress.org/support/topic/cannot-install-wordpress-xampp-error-establishing-connection-with-database/#post-16835239)
 * Thank you for a step by step guide to ensure I don’t miss anything. But I can
   assure you that I’ve double-checked everything, created many databases and users
   to ensure I hadn’t missed anything, installed every from official websites with
   the latest versions.
 * But I really can’t understand what’s wrong. MySQL services is running and there
   is no issues with XAMPP, atleast no errors or issues in log files. But no matter
   what I do, I cannot link the database with wordpress because of the error I mentioned.
 * Can you think of anything that could be causing the issue? Thanks a lot!
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Cannot Install WordPress Xampp Error Establishing Connection with Database](https://wordpress.org/support/topic/cannot-install-wordpress-xampp-error-establishing-connection-with-database/)
 *  Thread Starter [zero479](https://wordpress.org/support/users/zero479/)
 * (@zero479)
 * [3 years ago](https://wordpress.org/support/topic/cannot-install-wordpress-xampp-error-establishing-connection-with-database/#post-16832836)
 * > I believe the message that the file already exists is from the WordPress installer,
   > and not from your computer’s file system explorer.
 * Yes it was from the wordpress installer that is correct
 * > My suspicion is that the database user may not have been granted any (or the
   > appropriate) privileges on the database (if you’re not using the root user).
 * I double checked everything. Even created multiple databases and users just to
   confirm that I’m not missing anything. This is one user I created. The same settings
   work on another PC but not on mine.
 * [https://pasteboard.co/cRHmeoQqfEBo.png](https://pasteboard.co/cRHmeoQqfEBo.png)
    -  This reply was modified 3 years ago by [zero479](https://wordpress.org/support/users/zero479/).
      Reason: I uploaded an image but it seems the image doesn't show up. So used
      a link
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Cannot Install WordPress Xampp Error Establishing Connection with Database](https://wordpress.org/support/topic/cannot-install-wordpress-xampp-error-establishing-connection-with-database/)
 *  Thread Starter [zero479](https://wordpress.org/support/users/zero479/)
 * (@zero479)
 * [3 years ago](https://wordpress.org/support/topic/cannot-install-wordpress-xampp-error-establishing-connection-with-database/#post-16831827)
    - I checked. No files were hidden
    - The only file that exists was wp config sample. Wp config file was not there.
      I checked the same thing on another computer. Same setup same everything. 
      WordPress is installing just fine and wp config file is there.
    - Yes I’m looking at the correct directory
    - I mentioned just that. I mentioned how I created the wp config myself. But
      then I get a message that file already exists. Then it asks me to start installation
      again. When I click the button, I get the same error
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Pro Elements causing infinite loading](https://wordpress.org/support/topic/pro-elements-causing-infinite-loading/)
 *  Thread Starter [zero479](https://wordpress.org/support/users/zero479/)
 * (@zero479)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/pro-elements-causing-infinite-loading/#post-15856089)
 * I didn’t know that. It says that Pro Elements is a product by Elementor ltd.
   
   But if you’re saying it isn’t your plugin, then I’ll believe it. Thanks for clarifying
   👍
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Pro Elements causing infinite loading](https://wordpress.org/support/topic/pro-elements-causing-infinite-loading/)
 *  Thread Starter [zero479](https://wordpress.org/support/users/zero479/)
 * (@zero479)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/pro-elements-causing-infinite-loading/#post-15855048)
 * Yes Pro Elements is a plugin which was causing the issue. Isn’t Pro Elements 
   by Elementor? It’s a pretty popular plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] I cannot set conditions as display conditions option is missing](https://wordpress.org/support/topic/i-cannot-set-conditions-as-display-conditions-option-is-missing/)
 *  Thread Starter [zero479](https://wordpress.org/support/users/zero479/)
 * (@zero479)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/i-cannot-set-conditions-as-display-conditions-option-is-missing/#post-15853874)
 * I found what was missing. Turns out I was using just Elementor. All I had to 
   do was install Pro Elements.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] I cannot set conditions as display conditions option is missing](https://wordpress.org/support/topic/i-cannot-set-conditions-as-display-conditions-option-is-missing/)
 *  Thread Starter [zero479](https://wordpress.org/support/users/zero479/)
 * (@zero479)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/i-cannot-set-conditions-as-display-conditions-option-is-missing/#post-15853415)
 * The link to the website is _[ moved to link field ]_
    -  This reply was modified 3 years, 11 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Phlox] Menu items overlapping with icon](https://wordpress.org/support/topic/menu-items-overlapping-with-icon/)
 *  Thread Starter [zero479](https://wordpress.org/support/users/zero479/)
 * (@zero479)
 * [4 years ago](https://wordpress.org/support/topic/menu-items-overlapping-with-icon/#post-15779998)
 * I fixed it. it was Elementor doing it. Elementor was right aligning the text 
   so i turned it off. Now by default the menu wants to be on the right. Any way
   to use the menu on the left side of the header without the overlapping text? 
   Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Should I delete the existing shop page created by Woocommerce?](https://wordpress.org/support/topic/should-i-delete-the-existing-shop-page-created-by-woocommerce/)
 *  Thread Starter [zero479](https://wordpress.org/support/users/zero479/)
 * (@zero479)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/should-i-delete-the-existing-shop-page-created-by-woocommerce/#post-15701944)
 * I just found out that I can make a shop page using Elementor and then after saving
   it set the condition where to display the Elementor page. So there was this option
   to display it on Product Archive. In the end I won’t need to delete the WC shop
   page.
 * > The default shop page URL is still used at other places
 * Thanks for letting me know this. I would’ve messed up if I didn’t know what I
   was doing.

Viewing 15 replies - 1 through 15 (of 27 total)

1 [2](https://wordpress.org/support/users/zero479/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/zero479/replies/page/2/?output_format=md)