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!

alexg

Forum Replies Created

Viewing 15 posts - 1,126 through 1,140 (of 2,212 total)
  • Author
    Posts
  • in reply to: page in wallets_transactions template = rows #5906
    alexg
    Keymaster

    Hello,

    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.
    in reply to: Market #5905
    alexg
    Keymaster

    Sure, 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

    in reply to: Ideal wat to importing transactions? #5895
    alexg
    Keymaster

    Hello,

    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

    in reply to: Translation templates #5886
    alexg
    Keymaster

    Most 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?

    in reply to: Fee is 0 but not orderable: Decimal Point issue #5885
    alexg
    Keymaster

    Thank you, I will investigate.

    alexg
    Keymaster

    Hello,

    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

    in reply to: Market #5880
    alexg
    Keymaster

    Yes, 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

    in reply to: ? – Exchange Chart Timeframe #5879
    alexg
    Keymaster

    Hello 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

    in reply to: hashing #5874
    alexg
    Keymaster

    Hello,

    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

    in reply to: Shrtcode #5873
    alexg
    Keymaster

    No, I do not believe this to be the reason. Once I have any news on this, I will inform you here.

    in reply to: Choice #5872
    alexg
    Keymaster

    Please see my other reply.

    in reply to: Fees #5871
    alexg
    Keymaster

    Hello,

    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

    in reply to: Exchange UI – Suggestion #5864
    alexg
    Keymaster

    Thanks Megan,

    I will take a note of these improvements and schedule them for the next release of the Exchange.

    with regards

    in reply to: Trading page to public #5863
    alexg
    Keymaster

    Hello,

    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

    in reply to: Subscription Renew Out Of Sync #5860
    alexg
    Keymaster

    Hello 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

Viewing 15 posts - 1,126 through 1,140 (of 2,212 total)