I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).
If you are new here, please see some information on how to ask for support. Thank you!
-
AnonymousInactive
Hi Alex,
I am experiencing a small issue with the logos of crypts in the markts table when the user is loged out. When I login they appear properly.
Please could you verify on your end if it is an issue?
I don find any error in my console.
Thanks
Best regards
Hello,
This is expected. The coin information is retrieved from the get_coins_info
API endpoint, which is not available if you are not logged in.
The issue here is, why are you even seeing the UI? The UI should not be visible if you are not logged in. Which UI are you seeing while logged out? This could be a caching issue.
with regards
Continuing from my last reply:
If you are referring to the public shortcodes of the exchange, then yes, the icons are not available to those UIs for the reason described above. This is something that I will have to address soon. I am making a note of it.
Thank you.
with regards
AnonymousInactive
Correct Alex, I was meaning the public shortcodes, which are the same for both publinc and non-public, like markets, market history…
Thanks for the clarification. Much appreciated your consideration.
Best regards
AnonymousInactive
Alex,
In the current version 1.3.2 it seems not fixed yet, right?
Than you in advance
Best regards
That is correct. I have not had the time to develop a solution.
with regards
AnonymousInactive
Ok, please let me know about it.
Thank you
Best regards
AnonymousInactive
At this time i have had the same problem.
Anyone know how to solve it?
Thanks
Fyuri
Yeah, sorry but I haven’t spent time on this.
This issue is due to bad design in the API’s access control. This will be resolved with 6.0.0
, the next major version of wallets, which replaces the JSON-API with new restful APIs. Because the new restful APIs will have finer access control, there will be a public API that reports currency information to users who are not logged in.
In the meantime, you could use [wallets_exchange_market template="static"]
. Because the template is static, no information is passed through the API, so there is no issue with coin icons.
Hope this helps.
with regards
For the record, this has been resolved in version 2.0.0
of the Exchange (and later), which is compatible with version 6.0.0
of the parent plugin (and later). Sorry for the long delay guys.
- You must be logged in to reply to this topic.