If you got email from PayPal with subject line "PayPal Instant Payment Notification Warning" and the body says something similar to the text below, you can fix it from your PayPal account area. Dear Name, Please check your server that handles PayPal Instant Payment Notifications (IPN). Instant Payment Notifications sent to the following URL(s) are failing: http://yourdomainname.com/someurl.... If you do not recognize this URL, you may be using a service provider that is using IPN on your behalf. Please contact your service provider with the above information. If this problem continues,...
How To Boost Image Load Time on Your WordPress Website
An excellent solution for speeding up image load time on your website is to use Jetpack Plugin. You can search and install this plugin and post activating it with your WordPress.com account you can use dozens of it's features. One of the most used feature of Jetpack plugin is Photon which boosts websites image loading time in posts from the WordPress CDN. It cache the image on your website. When a user access a given post on your website, the image is not loaded from your server but from the super-fast network of WordPress.com. It reduces workload of your web server and thus improves...
How to Troubleshoot Favicon Not Showing Only On Internet Explorer
In some cases, we have a favicon displayed on all the major browsers but not on Internet Explorer. If you have a similar situation, try to look for the image format you have uploaded for your favicon. PNG or JPEG works fine but may not render right on IE and you can try to upload the image again after converting it to .ico format. Check out for online tools to convert png to ico or jpg to ico.
How to Check Broken Links on a WordPress Website
Using WordPress makes it easy to manage your website. If you want to check any broken link on your website and want to get notified about any broken link, you can try this simple and easy to configure plugin for broken links in WordPress. Broken Link Checker https://wordpress.org/plugins/broken-link-checker/
How To Make A MultiSite Accessible Only to Logged in Users or Just Adminitrators
Using WordPress and came to a situation where you want to make a site available only to logged in users or admins? This plugin holds the key. https://wordpress.org/plugins/more-privacy-options/ Enable it across the network and on reading settings of each multisite, check the settings you want.
How To Turn Off WordPress Theme Updates and Notifications
Disabling update of Themes, Plugins or Core WordPress is not recommended but if you want to stop updating your WordPress theme, you can go to Style.css file and make the version number high. High enough that the current version did not reach there in year. Eg, change version 5.0.1 to 100.0.1
Facing WordPress Spam? Try Akismet Plugin
The major challenge for a WordPress blog is not just security but also annoying spam on post, pages etc. if you are one who do not want to end up disabling commenting on your site, try Akismet plugin.
How to Know PrestaShop Database Name, Database Username and Database Password From The Files
If you have a PrestaShop site files and want to know where the database details are, you can open the config directory of PrestaShop and look for settings.inc.php file and there you are/.. /config/settings.inc.php define('_DB_NAME_', 'userna5_pstest1');
How to Add Google Fonts in Elgg
In order to add custom font from Google font on your Elgg powered website, you can make the following changes to import the code. Select form you want to use Edit the head file from the path as shown below and insert your import script. Once imported, you can write custom CSS for the font. Now you'd be wondering where to write that CSS. Check out the custom css plugin for Elgg and activate it. Then write the custom css to implement the Google font.
How to Change Powered By Elgg Footer Icon in Elgg Social Networking Engine
If you are looking to overwrite the default logo at the footer of Elgg social media script, you can do it in two different ways. 1. Edit the core files and use your custom path First way to remove powered by Elgg is to edit the core php file and put the path of a new logo on it's place. This will remove the old image location and put your new image instead of powered by elgg default logo url. 2. Overwrite the image file in the following directory: _graphics Second way of removing the powered by elgg logo is to overwrite the image itself. Check out the path where the default logo of elgg...