If you care about your WordPress site security you have of course installed a simple plugin that limits the amount of tries anyone can attempt logging in to your site before applying some restrictions, like a time delay until the next allowed attempt. One of the simplest and best plugins for this purpose would have […]
Category: WordPress
Solved: wp-admin giving “Internal Server Error 500”
I once got this problem that after updating WordPress (using IsleMag theme) accessing admin via wp-admin was suddenly not working anymore. Instead it gave Internal Server error 500. Normally I always suspect Internal Server errors have to do with .htacess redirects not working properly. Renamed .htaccess. didn’t help. So it was time to troubleshoot. Here […]
Solved: Bridge theme Qode Slider Button to open Video in Lightbox
When you want the Qode slider of the Bridge theme for WordPress to open a YouTube video in a lightbox when clicked on the slide CTA button, you are left on your own, since the Qode Interactive are saying that the buttons are not intended for lightbox use and you could only pop up videos […]
Tip: Easiest way to turn WooCommerce to catalog (hide add to cart button)
Sometimes you want to turn your WooCommerce into a product catalog. This can happen to either you or your client. When looking for ways how to do it, you most likely stumble upon a WordPress plugin that turns on catalog mode. I personally tried the YITH WooCommerce Catalog mode plugin and it lacked a feature […]
Solved: How to add Back button to any WordPress menu
Once I needed to add a back button to a WordPress menu. It was actually a WordPress site that was built for a information display touch screen booth and there was a need for a back button. A possibly long story short, here is how you can add a back button to a menu […]
Solved: 404 on posts and pages after WordPress update to 4.9.8
The surprise is big when you see an “error 404 – page not found” on your WordPress site posts and pages after you successfully ran WordPress core and – of course – plugins updates. The first thing you would try is to see if the .htaccess file is broken or lost. Then if that is […]
Solved: WooCommerce thousands separator comma coming back
I ran into a strange issue where when trying to edit WooCommerce price display options – the comma of the thousands separator just wouldn’t go away. I tried many ways to get rid of it, but it always came back. Until i tried this: set another currency as active (like japanese yen) and change […]
Tip: Hide Add to Cart button/function without plugins easily in WooCommerce
2019 update: the solution below doesn’t work anymore. See for an updated solution here: how to turn WooCommerce to catalog mode. ——– There are several plugins available that will let you turn your WooCommerce site to a catalog site or catalog mode site, which means only products with descriptions, images and prices, but no ordering […]
Solved: Fatal error: Class ‘WP Privacy Policy Content’ not found in
Today I updated WordPress for a client and got greeted with a nice error on the admin side of the site: Fatal error: Class ‘WP Privacy Policy Content’ not found in To be honest, it looked like something had been broken with the WordPress update process in the menu.php of the admin side of the […]
Tip: add Google translate language picker to your WordPress (no plugins)
If you are interested in offering your readers your content in machine translation via Google Translate, you may just be in luck, because Google Translate has an option for web owners to include a language selection dropdown to their site. When readers select their preferred language the whole site gets translated under the visitors eyes. […]