My Recent WordPress Plugin I have been working with WordPress since 5 years. But during this period of my carrier I didn’t develop a plugin. Actually it was not needed. But sometimes needed for some of my clients specific needed. so never feel to create a plugin for others. But some days ago I realized …
Author Archives: Amanur Rahman
How to move files from one cpanel to other cpanel
How to move files from one cpanel to other cpanel Few days ago I was working with a clients . His site has a big file size which is almost 1.5 GB . He wanted to clone the site to another server and rebuild it and then transfer again to the main site. But I …
Continue reading “How to move files from one cpanel to other cpanel”
Closing Lightbox popup using browser back button
Closing Lightbox popup using browser back button I have been in web development field for almost 4 years and I am learning new things every now and then. Today I have got another issue solved that is not common. I was developing this site http://diversitycareercentral.com/jobssample_xml_4-xm/ and in this page there is a job feed from …
Continue reading “Closing Lightbox popup using browser back button”
Adding Extra CSS Class to header.php when scrolling
Adding Extra CSS Class to header.php when scrolling Since Many days I was trying to make a sticky header for websites and I know what to do for that but didn’t know how to do that. I was trying to set a transparent header when the website is not scrolling but wanted to add header …
Continue reading “Adding Extra CSS Class to header.php when scrolling”
Adding Extra CSS for RTL Language
Adding Extra CSS for RTL Language To do so just add the below code to theme header.php then your theme will support multilanguage
Woocommerce thank you page after checkout
Woocommerce thank you page after checkout I think it is time to add the below code snippet to woocommerce to enable custom thank you page.
Related Post Plugin
Related Post Plugin I have just created to show related post under each single post.
How can I apply the rules below to IE only?
Apply CSS Rules to IE only There are 2 ways to do so. One like below <!–[if IE]> <style type=”text/css”> IE specific CSS rules go here </style> <![endif]–> And second one like to avoid loading multiple CSS files or to have inline CSS is to hand a class to the body tag depending on the …
Continue reading “How can I apply the rules below to IE only?”
How to root your symphone w71i OR any Smartphone
I was searching to root my newly bought symphony w71i set. But couldn’t get a right solution for a long time. But finally I got it. It is so easy to do. Just download this sofware from this site Here named Kingo root. After downloading that just install it to your computer and open it. …
Continue reading “How to root your symphone w71i OR any Smartphone”
Short Description in Shop Page For Woocommerce
Shop Page Short Description Just Add those below code to your theme function.php and you will have a Product title Description in your Product Post Field at right Side