Coinpress

Contents

1. Coins List is not updated

2. Detail About Coinmarketcap API

3. Virtual Page is not working

4. Cryptocurrency Data Update and Refresh

5. How To create a table with Top Gainers/Top Losers

6. Refresh License

7. How to add the Massive Cryptocurrency Widget to Coinpress virtual pages without creating multiple widgets for each Coin?

8. Trailing Slash in coinpress sitemap

1. Coins List is not updated

Coinpress / Massive Cryptocurrency Widgets is integrated with Coingecko API data and provides the list of coins which has valid market cap value.

So the number of coins available with the plugin may differ from the provider list.

You can switch to Coinmarketcap API if expecting coin is available in coinmarketcap API, the plugin has the default support for coinmarketcap API.

You need to provide the API key in plugin settings to switch to Coinmarketcap.


Which plan from coinmarketcap API is suitable to use for this plugin

2. Detail About Coinmarketcap API

Which plan/endpoint is preferred for Coinmarketcap?

  - The endpoints required are covered with all plans provided by https://coinmarketcap.com/
  -  You can try the free version first implement and based on your website traffic and how frequent you need to update the data you can upgrade your plan.

3. Virtual Page is not working

Our plugins Coinpress / Exchangepress / Massive Stock Widgets will provide a virtual page for each token.

Widgets can be linked to this virtual page by enabling the respective options in the settings and widget editor page.


Why do these Virtual pages break?

 1) If the URL format is empty or invalid in the settings.
 2) If the template page created by the plugin is deleted.
 3) If Wordpress rewrite rules are not flushed properly, while the plugin activation or virtual page URL settings change.

1) If the URL format is empty or invalid in the settings.
     - Verify the field value is not empty in the settings.
     - Also please make sure you have followed the allowed URL formats given on the settings page
       

NOTE: /[symbol] - is an invalid format please avoid this.

2) If the template page created by the plugin is deleted.
     - You can find the pages in the wp-admin pages list by the following name for the respective plugins,

Cryptocurrency Prices & Marketcap
Coinpress
Cryptocurrency Exchanges
Exchangepress
Stock Prices & Marketcap
Massive Stock

and you can reload the pages from the plugin settings, check for the Reload Content button to retain this page.

NOTE: For the Stock Widget Plugin, Go to Settings>>Asset Settings and uncheck the Create virtual pages and empty the Asset Links field value and reconfigure again and click the save button to retain the stock page content.

3) If Wordpress rewrite rules are not flushed properly, while the plugin activation or virtual page URL settings change
  - Please try saving the permalink settings once, no need to change any options just hit the save changes button once.
- This will flush the rewrite rules of Wordpress and will enable the virtual pages as well.

4. Cryptocurrency Data Update and Refresh

When the page loads, it shows the cached price which is updated every 15 mins. Then the real-time update kicks in and updates the current price. Usually, there will not be much difference between these prices but if the market has wild swings then you could see this disparity.

Also, the real-time prices in our plugin come from Coincap.io which is an aggregator of different exchanges. It can be different if you compare it with Binance.

5. How To create a table with Top Gainers/Top Losers

Please try out the following steps to know how it works

Top Gainers and Losers:

a) Select all coins in the table widget
b) Set table type simple or advanced type if you want pagination table layout
c) Use coins per page range control to show the top number of coins
d) Use Order By option to get what you need, we have attached the image to check, for example, top gainers by price and select High to Low and Low to High for top losers.

6. Refresh License

if you can't reach this site and you have activated the license in the lost domain, need to reuse the license in a different domain then you can try our license management system.

Here - https://envato.blocksera.com/ please log in with the codecanyon credentials and you can find your purchased license here.

You can deactivate from there directly and reactivate the license in any other domain.

7. How to add the Massive Cryptocurrency Widget to Coinpress virtual pages without creating multiple widgets for each Coin?

Note: To achieve this you need both Coinpress and Massive Cryptocurrency Widget as well.



Do you want to add the Massive Crypto plugin widgets like the ticker or label or any other widget to the Coinpress virtual pages?
      - Yes, it is possible, please follow the steps to achieve what you want.

You can find the template page for coinpress virtual pages in the wp-admin pages list,



You can edit this page to add content to the virtual coin pages and if you want to add our massive crypto plugin widget, you can add them like below.

[mcrypto id="4240" coinpress="true"]
The additional attribute coinpress will match the coin in the virtual pages.

Thanks.

8. Trailing Slash in coinpress sitemap

This temporary fix will be included in next update.

1. Edit coinmarketcap.php file

2. Replace the mentioned line with below code

                $xml .= '<loc>'. user_trailingslashit($coinlink) .'</loc>';

3. Like below


4. WP-Admin > Coinpress > Settings > Click Generate Sitemap to regenerate XML file.