by Marshall | Feb 22, 2015 | Blog |
If you are looking for a solution to hide the slogan (description) in uDesign WordPress theme which goes right under the logo, you can do it by adding the following code to your custom CSS. #slogan { text-indent: -9999px; } If you are using a custom css plugin, you...
by Marshall | Feb 17, 2015 | Blog |
If you want to block some email addresses or specific domains, you can use this plugin called Ban Hammer which allows you to block users from registering on your website. You can use this WordPress plugin to prevent unwanted users from registering on your website: Ban...
by Marshall | Feb 16, 2015 | Blog |
WordPress backup up plugin that let us schedule a backup of database and files together or separately and set an option to keep certain number of backups on the site. BackUpWordPress https://wordpress.org/plugins/backupwordpress/
by Marshall | Feb 12, 2015 | Blog |
If you don’t want to let your sites get indexed on search engines, you can disable access via robots.txt file. Create a file named robots.txt and upload it to your root directory of domain. User-agent: * Disallow: / To exclude all robots from certain directories...
by Marshall | Feb 10, 2015 | Blog |
Are you looking for a fixed notification bar at the bottom of your WordPress website? Here is a plugin that you can try: WPFront Notification Bar This plugin comes with lots of features and customization and you can have almost all the commonly used static and fixed...
by Marshall | Feb 10, 2015 | Blog |
If you have a situation where you get notifications from one user and don’t receive notification from another user on Skype you can try the following fix as suggested by Skype: Check if both of you are running the latest version of Skype. This ideally should fix...
by Marshall | Feb 9, 2015 | Blog |
If you are using Bubbles WordPress theme and want to create contact form similar to the demo, you need to use contact form 7 plugin. By default the formatting of the contact us page won’t be same as the theme demo. You need to add contact form 7 short-code...
by Marshall | Feb 7, 2015 | Blog |
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....
by Marshall | Feb 7, 2015 | Blog |
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...
by Marshall | Feb 7, 2015 | Blog |
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...