Author Archives: wptools

How to activate Glossary Tooltip and its add-ons?

To activate the plugin follow the instructions below: 1) Go to License section inside the CM Custom Reports Pro. 2) Uncheck the option “Connect to CreativeMinds server (license activation / deactivation, update checks, special offers)” 3) Inside the license key input field, enter “valid” without the quotes and click “Save Change & Activate”

How to activate Woocommerce Shipping Tracking

In the file, classes/admin/WCST_ActivationPage.php find the function render_product_fields_meta_box which starts around line 127, straight after this line of code: $domain = $_SERVER[‘SERVER_NAME’]; add this: update_option(“_”.$this->plugin_id, md5($_SERVER[‘SERVER_NAME’])); Now in the WP dashboard when you see the message “To complete the WooCommerce Shipping Tracking plugin activation, you must verify your purchase license. Click here to verify it.”, click […]

How to activate Porto theme

Step 1: Activate the theme with a legit key In file /porto/inc/admin/admin.php, at around line 191, find: public function is_registered() { Add following code: update_option(‘porto_product_registration_code’, ‘NDZiYzdhZTktYTJhMC00MmY5LTg3NzctZGNjYjM3MjI0ZTEw’ ); Step 2: Set your wp to localhost status so that the theme won’t block the theme from importing demos In file porto\inc\plugins\importer\importer-api.php, at around line 216, find: public […]