Saturday, November 25, 2017

Unable to login to phpMyAdmin in XAMPP: Access denied for user 'root'@'localhost' (using password: NO)

unable-to-login-phpmyadmin-xampp-password-root
 
Unable to login to XAMPP's phpMyAdmin page : Error #1045 - Access denied for user 'root'@'localhost' (using password: NO).
In this post we shall see how to set root password for phpMyAdmin to resolve the access denied error while accessing phpMyAdmin. This may usually happen if XAMPP is reinstalled on the same computer.
Read more »

Friday, November 24, 2017

Useful WordPress PLugin to resolve HTTPS insecure content and mixed content warnings on WordPress

wordpress-plugin-insecure-mixed-content-errors

Nowadays, most recent browsers expect websites to have HTTPS in the URL, meaning SSL certificate installed on server, which makes websites which used to be accessible over simple, insecure HTTP protocol to more secured HTTPS. In one of the previous post -I posted about "How to fix partially encrypted/mixed content errors after switching from HTTP to HTTPs (SSL)". In this post, we shall discuss particularly on "How to resolve HTTPS insecure content and mixed content warnings on WordPress Websites?"
Read more »

Tuesday, November 21, 2017

How to create a WordPress Child Theme?


WordPress has tons of free and premium themes you can use for almost any kind of website. But there may be a need to do some customization here and there to fit your need. Customization should not be done on a base WordPress theme as the changes will be lost when the theme is updated to a new version. That is why it is always important to use a WordPress child theme instead. In this post we shall discuss about how to create a Child Theme in WordPress.
Read more »

Sunday, November 19, 2017

Remove or modify Copyright From WordPress Free Theme's Child Theme Footer


Remove or modify Copyright or credit links from WordPress Theme's Child Theme Footer? The title seems a little confusing, but what I mean is if you want to remove or modify the copyright link in the footer of a child theme whose parent theme is a WordPress Theme wherein the creators allow editing or removing the credit links. Phew! Well, I specifically mentioned "allow to remove the credits" because, "free theme" doesn't mean we can always freely remove credits from themes wherever we want. And since it is the work of others, it is recommended to credit the creators though I know many people remove the credits just like that. 

Anyway, in this post we shall discuss how to remove or modify the copyright credit link from the footer of a child theme of a WordPress theme, which allows removing the credit links.
Read more »

Thursday, November 16, 2017

How to resolve Drupal unable to send email - contact the site administrator?

drupal-unable-to-send-emails-smtp
In earlier versions of Drupal or for that matter even WordPress, the site could send email notifications easily using the PHP mail function. However, most hosts have disabled the default mail function due to security and vulnerability reasons. Therefore, emails will not go. This is not a Drupal issue as the same  issue we see on WordPress as well. In this post, we shall discuss how to let Drupal site send out emails using a third party module.
Read more »

Some steps to prevent Open Source CMS websites from hacking


websie-hacker-hacker-cms


Some factors that makes Open Source CMS vulnerable to hacking attacks:
Read more »

Wednesday, November 15, 2017

Someone else is using your Google Adsense code on their website without permission?


Have you found out that someone else is using your Google Adsense code on their website without permission? You are not alone. A simple Google search indicate that several others are facing similar issues. Is there something to worry about? Yes. At first it sounds okay that someone else chose to use your Google Adsense code and that the revenue from that website (if the site has some traffic) will be yours, but on the other hand it is risky for your Google Adsense account as it might have been done with bad intentions to spoil your Google Adsense status. Such malicious usage may lead to Google Account being banned. So what can be done?
Read more »

Friday, November 10, 2017

OSCLASS Tips: How to modify or change the published date of ad listing on OSCLASS website?


If you are using OSCLASS CMS to run a classified ad website and you want to modify the published date of an ad listing, there is no option in OSCLASS admin dashboard to do so. In this post, we shall discuss an alternate way how to modify or change the change the published date of ad listing on OSCLASS website.
Read more »

Wednesday, November 8, 2017

How to Fix the HTTP File Upload Error in WordPress?

http_error_file_upload_wordpress

How to Fix the HTTP File Upload Error in WordPress?
Today, I encountered an HTTP error when uploading file (a pdf) to WordPress website. While editing a post or page, on clicking 'Add Media', the file seems to upload as the progress bar progresses but after a while WordPress shows HTTP error. In this post, I would like to share how I resolved or fixed the HTTP File Upload Error in WordPress.
Read more »

Tuesday, November 7, 2017

How to hide / Show Blogger Widgets/Gadgets In Home Page, Post, Static Pages, Archive Page etc.

hide show blogger widgets using blogger conditional tags
Blogger allows various gadgets or widgets to be included in Blogger blog. Also, apart from the default Blogger widgets, we can also include HTML or JAVASCRIPT codes in Blogger blogs. At times, we may not like to display the widget on all pages. Instead, we may want to hide widgets on certain pages. In this post, we shall see how to 'Hide / Show Blogger Widgets/Gadgets In Home Page, Post, Static Pages, Archive Page etc.'
Read more »

Google Search Consile Error - Submitted URL marked ‘noindex’

Sitemaps are important from SEO perspective. If you have installed the WordPress plugin Google XML Sitemaps , and you have submitted a link ...