Share

 Remove Loading Gear :


Loading gear
If you are blogging in Blogger and using its Dynamic theme then you may experience that it always shows a Loading Gear whenever it gets load. It is sometimes disturbing. So if you want to eradicate this problem then just follow the below steps-


1. At first go to the Dashboard of your Blog and and then in the left side you will find an option saying Template.

2. Now click on Template and there you will find a Customize option beside Edit HTML button.

3. Click on Customize and after clicking on that in the left side you will find an option saying Advanced, click on that option.

4. Now you should get an option saying Add CSS, click on that.

5. Now an empty box should appear in the right side. In this box copy paste the following codes and Press enter button after the last character of the last line ie, } .
–Now, Apply it to your Blog.


.ss,.blogger-gear{
display: none;
}




Remove Dynamic View Options :



 >>>>  If you want to remove Dynamic Blogger view options like this  >>>>





In the same way as I have shown in the removal of loading gear part, at first go to the Dashboard of your Blog and and then in the left side you will find an option saying Template. Now click on Template and there you will find a Customize option beside Edit HTML button. Click on Customize and after clicking on that in the left side you will find an option saying Advanced, click on that. Now you should get an option saying Add CSS, click on that. Now an empty box should appear in the right side. In this box copy paste the following codes and Press enter button after the last character of the last line ie, } .
–Now, Apply it to your Blog.

#views{
display: none !important;
}

#header #pages, #header #pages:before{
border-left: 0px !important;
}
 




USB Device Not Recognized in Windows

Fix: USB Device Not Recognized In Windows !
 
Sometimes it happens that when we insert or connect any USB device to our PC it shows – ‘USB  Device Not Recognized’. There is nothing to be worried about this problem. There are some solutions to solve this problem. Steps to solve problem-


METHOD 1:
Step 1: Open RUN (Windows key +R) and type ‘devmgmt.msc’ and click OK.
Step 2: Now expand Universal Serial Bus Controllers.
Step 3: Attach your device which is not recognized.
Step 4: There you will see an Unknown USB Device (Port Reset Failed) with Yellow Sign in Universal Serial Bus Controllers.
Step 5: Now Right click on Unknown USB Device (Port Reset Failed) and click Uninstall to remove it.
Step 6: Now Restart your PC and Reinstall the USB drivers again.
If these steps doesn’t  solve your problem then follow METHOD 2.



METHOD 2:
Step 1: Remove your Power Supply plug from PC.
Step 2: Now Restart your PC.
Step 3: Now again connect your USB device.
Step 4: After the USB device connected to your PC , then plug in your Power Supply to PC. That’s it.

Wish you best of luck ! :)