Logo Microtux

MicroTux

Our Blogposts

Yet preference connection unpleasant yet melancholy but end appearance. And excellence partiality estimating terminated day everything.
11/09/2024
Reset Password from phpMyAdmin

If you can no longer log in with your password and you have no more options then you need to start doing this through phpMyAdmin.Start phpMyAdmin and go to in your database to the table wp_users. Select the desired user and click Edit. Delete the password (encrypted in the Value column) and put the new […]

Read More
17/02/2024
How to add CSS styling to Code Block

Go to your admin dashboard and then click Appearance > Customize Look for the Additional CSS link and click that. Once you have done that copy and paste the code below into your additional CSS box. pre.wp-block-code { border-left: 6px solid #3498DB; background-color: #F5F7F9; padding: 5px;} For an anchor tag the code is: pre.wp-block-code a […]

Read More
08/02/2024
WPVivid Upload error, error code: -200,

This error is usually caused by security settings on the site, or the sever side, which are blocking the file uploading. in my case it was that the firewall plugin was turned OFF. After enabling it, it worked fine again.

Read More