Forum Replies Created
-
AuthorPosts
-
June 13, 2020 at 9:37 pm in reply to: Static graph with fixed dimensions causing JavaScript error #8599
jamiej
ParticipantSorry i was using the old shortcode [wallets_exchange_api_key] all sorted now
Thanks
jamiej
ParticipantI did a little more styling and have given it a radius.
jamiej
ParticipantThank you.
I have also added
.dashed-slug-wallets-exchange div table{
border-style:none;}
Regards,
Jamie
jamiej
ParticipantThank you. I’m going to play with WP_Query using some arguments I will update if I get anywhere with it
June 9, 2020 at 10:54 pm in reply to: Static graph with fixed dimensions causing JavaScript error #8564jamiej
ParticipantGreat. 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
jamiej
Participantforget the above i have sorted it. CSS issues lol.
can we change the graph style now?
jamiej
Participanteverything 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.jamiej
Participanti 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>
<?phpi see this works ok
-
AuthorPosts