zero479
Forum Replies Created
-
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.
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!
Anyone? Devs?
Forum: Fixing WordPress
In reply to: Website rendering incorrectly on HTTPS but fine on HTTPWow 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
In reply to: Urgent Help: Error establishing a database connection XAMPPI 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
In reply to: Urgent Help: Error establishing a database connection XAMPPTried 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!
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!
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
- This reply was modified 1 year, 9 months ago by zero479. Reason: I uploaded an image but it seems the image doesn't show up. So used a link
- 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
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 ??Yes Pro Elements is a plugin which was causing the issue. Isn’t Pro Elements by Elementor? It’s a pretty popular plugin.
I found what was missing. Turns out I was using just Elementor. All I had to do was install Pro Elements.
The link to the website is [ moved to link field ]
- This reply was modified 2 years, 8 months ago by Jan Dembowski.
Forum: Themes and Templates
In reply to: [Phlox] Menu items overlapping with iconI 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
In reply to: [WooCommerce] Should I delete the existing shop page created by Woocommerce?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.