Sometimes you may feel like CIA or FBI and may want to check which plugins a WordPress website is using (mostly your ugly competitors). In order to find the list of plugins a WordPress website uses, you can check this website. http://www.wpthemedetector.com/
Blog
How to Embed Google Docs in a WordPress Site
There is always an easy to way to go things in WordPress. If you are looking to display Google doc on a WordPress page/post, you can do that using many plugins available out there. Here are two commonly used plugins for WordPress which can be used to Embed Google Docs. https://wordpress.org/plugins/google-document-embedder/ https://wordpress.org/plugins/google-drive-embedder/
How To Change Default WordPress Logo On Login Screen
If you want to change the default WordPress logo on login screen, you can do it by adding this code to your functions.php file. Create a folder named images in your theme directory and upload the image with the name admin_logo.png (or change the path or file name as you...
How to Remove Footer Text Shadow From Avada WordPress Theme
A simple CSS code can overwrite the Avada WordPress theme default shadow property on footer and widget links. If you want to remove the shadow from Avada WordPress theme footer text, here is the code you can add to Avada theme settings (custom CSS area) .copyright { text-shadow: none; } .footer-area a{ text-shadow: none; }
Sample Code for Making a Tooltip in Avada WordPress Theme
Out of many Avada WordPress theme shortcodes, we would be posting a few commonly used shortcodes. Here is the first in the series which can be used to create a tooltip in Avada WordPress theme straight from your content area. Lorem Imsum [popover title="Unleash The Power of Avada" title_bg_color="" content="Create beautiful, eye catching layouts with all the various elements Avada provides, like this nice little popover." content_bg_color="" bordercolor="" textcolor="" trigger="hover" placement="top" class="" id=""]Create[/popover] Something That Is Beautiful
Looking at Google Analtyics Tracking Code How To Know If It Is an Old or New (Universal) Analytics Code
If you have a Google Analytics code and want to know if the code is the new one (Universal) or the old tracking code, this is how you can spot it. The new tracking code has a following function. If you see the following function in the Google Analytics trackign code, it is the new one, else you probably have the old tracking code of Google Analytics. function(i,s,o,g,r,a,m)
How To Fix PayPal Instant Payment Notification Warning
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/