#1273 – Unknown collation: ‘utf8mb4_unicode_520_ci’
Some time we get the error #1273 – Unknown collation: ‘utf8mb4_unicode_520_ci’ when we import the database on different server. This issue occurred due to difference...
Error (near “ON” at position 25) while importing Table for WORDPRESS
Some time When we import the large database file then shows the errors
...
How to Remove AMP for WordPress Website ?
Disabling and Remove the AMP Plugin First step Deactivate the AMP plugin and Remove the AMP plugin from plugin list. Setting Up Redirects Remove the...
Unknown collation: ‘utf8mb4_unicode_ci’
“Unknown collation: ‘utf8mb4_unicode_ci’”. This issues occurs if you’re attempting to migrate from MySQL version 5.5.3+ to an older database. The utf8mb4 is new encoding type...
How to add custom shortcodes to the visual composer using theme functions.php
Add the custom shortcodes in theme’s file ( functions.php) for visual composer. WordPress getting one of the user friendly CMS with admin controls which allows...
Top 5 wordpress security plugins
WordPress is the most popular blogging platform in the world. Millions of websites are using WordPress as a content publishing platform. WordPress is a secure...
How to prevent Google Translator to translate the specific keyword
To stop translating the specific keyword we will use special css class named class=“notranslate”
as follows -
<span class= “notranslate”>SPECIFIC KEYWORD</span>...
{“result”:”success”,”redirect”:false} Woocommerce German Market
When I send a purchase order at checkout page then below message is showing but when I press again the button then showing again same...
How to Create Custom Widget in WordPress ?
Generally plugins are used in order to create a custom widget in Wordpress and it can be used and viewed after its activation on the...
Easy way to Install WordPress
How to run the Wordpress Install Script ?
- - If we uploaded the WordPress files in the root folder, Then url should be: http://mysite.com/wp-admin/install.php
- Wordpress will create...
WooCommerce: Missing Argument 1 for WC_Order::__construct()
WooCommerce version 2.2 is a major update. after upgrading the plugin showing Warning as below:
Warning: Missing argument 1 for WC_Order::__construct(), called in /home/public_html/wp-content/plugins/woocommerce-quick-export-plugin/index.php on line...
How to make Password Protect Page in WordPress ?
We can apply Password protection to WordPress posts and pages. There is a built in option in WordPress for Password protection. Once We publish a...