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!

jamiej

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • jamiej
    Participant

    Sorry i was using the old shortcode [wallets_exchange_api_key] all sorted now

    Thanks

    in reply to: Chart CSS #8591
    jamiej
    Participant

    I did a little more styling and have given it a radius.

    in reply to: Chart CSS #8590
    jamiej
    Participant

    Thank you.

    I have also added

    .dashed-slug-wallets-exchange div table{
    border-style:none;

    }

    Regards,

    Jamie

    in reply to: Searching exchange orders and transactions #8582
    jamiej
    Participant

    Thank you. I’m going to play with WP_Query using some arguments I will update if I get anywhere with it

    jamiej
    Participant

    Great. Thankyou.

    Is there a changelog for the updates?

    Also not sure if a new thread needs starting for this one but what’s going to happen the the json user api? It warns it being removed as of 1.3.0

    in reply to: New graph issue #8478
    jamiej
    Participant

    forget the above i have sorted it. CSS issues lol.

    can we change the graph style now?

    in reply to: New graph issue #8476
    jamiej
    Participant

    everything has gone downhill today after updating this plugin. I have lost the usual graph and its been replaced with some other graph with arrows all over it i thought it was an issue some other plugin so i ended up deleting my whole website and database then reinstalling wordpress. 7 hours later i still have a graph which is not good.

    there was no indication of graph updates in this latest version that i can see

    the graph also has horizontal lines through it see pic attached.

    please advise

    Attachments:
    You must be logged in to view attached files.
    in reply to: Graph Scaling #8441
    jamiej
    Participant

    i managed to achieve the responsive scaling i needed

    i changed the php in public_html/wp-content/plugins/wallets-exchange/templates/chart.php

    from
    <div class=”chart-container” style=”width:<?php echo absint( $atts[‘width’] ); ?>px;height:<?php echo absint( $atts[‘height’] ); ?>px;”></div>

    to
    <div class=”chart-container” style=”width:auto>px;height:<?php echo absint( $atts[‘height’] ); ?>px;”></div>
    <?php

    i see this works ok

Viewing 8 posts - 1 through 8 (of 8 total)