Information
Tuesday, January 30, 2018
Avoiding the Not Secure Warning in Chrome
›
Chrome will have following impact after the version 65: 1. The websites that having Symantec-issued TLS certificates older than June 1, ...
Tuesday, January 23, 2018
Wordpress - Set the maximum upload size limit for non-administrators.
›
/** * Set the upload size limit for non-administrators. * @param string $size Upload size limit (in bytes). * @return int (maybe) Fil...
Friday, January 19, 2018
WordPress - Briefly unavailable for scheduled maintenance. Check back in a minute.
›
Briefly unavailable for scheduled maintenance. Check back in a minute. How to fix it. When this happens, WordPress generates a .mai...
Saturday, January 13, 2018
Wordpress - The requested URL /page/ was not found on this server.
›
How to fix The requested URL was not found on this server error for the hello/name url? This error is due to the rewrite module and this ...
Saturday, December 30, 2017
Redirect incoming requests to specific URLs in IIS 7
›
The Rule "aboutus" is redirect a specific page to a another page. The Rule "legal" is to redirect the all html file...
Friday, December 29, 2017
wordpress - error "Sorry, you are not allowed to attach files to this post."
›
please edit the capabilities.php file at location /wp-includes/capabilities.php: Replace below code: function current_user_can ( $capa...
Thursday, December 28, 2017
Upload Multiple Files Using FileUpload Control In ASP.NET 4.5 +
›
ASP.NET 4.5 and upper versions support this feature. Now, FileUpload control is built to support HTML 5, therefore it is only supported ...
Saturday, December 23, 2017
Wordpress - Change 'Add to cart' button text
›
Please add the below code to code the 'Add to cart' button text. Change in Product Catalogue Page: add_filter( 'woocommerce...
Limit the number of cart Items in Woocommerce
›
There is 2 actions to check and to control if you want to limit cart items: Add to basket - When product is added to cart Update Baske...
Tuesday, December 19, 2017
Wordpress - How to do a plugin/theme conflict test?
›
Sometimes when you find an issue on your wordpress site with Plugin, it will be caused by a plugin or theme conflict. This can range from ...
‹
›
Home
View web version