To use blocks and models you must install the 2 plugins included in this package. Free version and pro version. These two plugins work together, so when you see an update to the free version, do not update. Wait for update on our website and then just download and install the new version of plugin. […]
Author Archives: wptools
Uncategorized
How to Activate MyThemeShop Themes and Plugins
Please follow the steps below to activate MyThemeShop themes and plugins. Step 1: Make sure you are using a fresh untouched theme again and go to the folder: “mts_sense/functions/” – this can be any theme. E.g. mts_adsense Step 2: In that folder, look for the file “theme-actions.php”. Open that file in a text editor and […]
Uncategorized
How to activate Rehub theme
In the file admin/rehub.php comment out lines 241 to 246 like this: //$raw_response = wp_remote_get(‘https://api.envato.com/v3/market/author/sale?code=’ . $tf_purchase_code, $prepare_request ); //if ( ! is_wp_error( $raw_response ) ) { // $response = wp_remote_retrieve_body( $raw_response ); // $response = json_decode( $response, true ); //} And below add this: $response = array(); $response[‘buyer’] = $tf_username; $response[‘supported_until’] = date(‘Y-m-d’,strtotime(date(“Y-m-d”, mktime()) […]
If you are trying to create a blog website or a new journal, you cannot do it without WordPress. WordPress is a content management system that can be used as a hosting service for releasing and distributing content. With WordPress, you can present SEO-friendly articles with attractive pictures and featured images so that you not […]
Uncategorized
What Is GPL And How Does It Affect WordPress?
If you are a programmer who is interested in WordPress and designing, then there is a possibility that you have seen that WordPress is working under the terms of GPL or GNU General Public License. This GPL is quite different from the normal EULA or End User License Agreement that you often find at the […]