Forum Replies Created
-
AuthorPosts
-
alexg
KeymasterHello,
Thank you. For now, you can always switch to the default template if users find the “rows” template confusing.
Having said this, I am not sure I understood what you are suggesting.
The shortcode
[wallets_transactions template="rows"]
already displays a UI with pagination and a dropdown.Can you confirm that you see something similar to the attachment of this post?
Attachments:
You must be logged in to view attached files.alexg
KeymasterSure, you can go to Customizer -> Additional CSS and add the following rule:
.dashed-slug-wallets-exchange.market dt, .dashed-slug-wallets-exchange.market dd { display: inline-block; }
Hope this helps!
with regards
alexg
KeymasterHello,
The recommended way is to go to the adapters list, then click on “Export”. This will output a .csv file with transactions, and the users are identified in that file using their email. Later, to import the csv file, go to Wallets -> Transactions and use the form at the bottom of the screen. The plugin will map the user emails back to user ids when importing transactions.
Did you attempt this? Did you encounter any problems? If so, please let me know.
with regards
alexg
KeymasterMost of the extensions have these two language domains.
The reason is that most users will not care to translate the strings that appear in the backend, while the strings that appear in the frontend are the ones that need to be translated more often.
Which translation file did you find is not recognized?
alexg
KeymasterThank you, I will investigate.
February 19, 2019 at 8:06 am in reply to: When I save the Capabilities settings, I can not access the wallet settings. #5881alexg
KeymasterHello,
The menu is only displayed if the user has the
manage_wallets
capability.Are you saying that somehow the admin user loses this capability when you edit the matrix?
This is normally not possible in, as you say, a pure WordPress installation. How is your installation different?
Can you check if the manage_wallets capability was somehow deleted from your user?
with regards
alexg
KeymasterYes, displaying the details vertically is the default, as shown in your screenshot, unless your theme somehow overrides this.
To see how your theme overrides the CSS, you could inspect the markup. The details are displayed as a definition list.
An idea would be to use something like break-after to control where the breaks are. What works depends on what your theme’s rules are. Without knowing more about this I cannot be more specific.
with regards
alexg
KeymasterHello Megan,
The above JavaScript code can be added by enqueueing it as part of your child theme. Use
wp_enqueue_script()
in your functions.php file to reference the .js file: https://developer.wordpress.org/reference/functions/wp_enqueue_script/You should not have to worry about dependencies: the code does not reference the
wp
object on the first pass. If the event is trigerred, this means that all the prerequisites have already been loaded. Simply give a unique handle and the path to the script, like so:wp_enqueue_script('my-wallets-exchange-js', '/path/to/your/javascript.file.js' );
If you don’t want to enqueue the script, there are also plugins that let you easily add JavaScript tags to your pages. For example, with a quick search I found this: https://wordpress.org/plugins/header-and-footer-scripts/
with regards
alexg
KeymasterHello,
No, this would be a really bad design. What type of attack would this secure against? If someone has access to your server, then they can also figure out whatever decryption/decoding/etc mechanism that the plugin would have to use, in order to read the data. If you want to add hashes to table rows to prevent tampering, then again nothing is stopping someone from circumventing that, once they have access to your DB. This is why there is a big security disclaimer in the plugin. Security must be enforced on your server via traditional means, i.e. do everything that is recommended for your type of server and WordPress. For example: https://codex.wordpress.org/Hardening_WordPress
Please let me know if you think I misunderstood your question.
with regards
alexg
KeymasterNo, I do not believe this to be the reason. Once I have any news on this, I will inform you here.
alexg
KeymasterPlease see my other reply.
alexg
KeymasterHello,
Unfortunately I have not yet had the time to work on this. I generally do not give ETAs on new developments, as it is really hard for me to know when I will be able to find the time to work on stuff. But I do make a note to post a notice to the same thread, once a relevant release is made.
with regards
alexg
KeymasterThanks Megan,
I will take a note of these improvements and schedule them for the next release of the Exchange.
with regards
alexg
KeymasterHello,
It is already possible to view the markets and chart while not logged in.
I will make a note to make the orderbook and market history available while not logged in.
Thank you.
with regards
alexg
KeymasterHello Megan,
My apologies. I am not sure why this happened, and I will investigate tomorrow.
In the meantime I have extended your subscription manually for a few days.
If you need to discuss any other issues with your account, you can also email me.
You do not need two memberships, you should cancel one or the other.
with regards
-
AuthorPosts