webstulle
Forum Replies Created
-
Forum: Plugins
In reply to: [Cryptocurrency Rocket Tools] Table Links Use Full Coin NameHi!
That is a good idea.
We will add this feature in the next releases during the month.Forum: Plugins
In reply to: [Cryptocurrency Rocket Tools] Wrong word in graphHi!
Thank you!We will fix it in the next release.
Forum: Plugins
In reply to: [Cryptocurrency Rocket Tools] Full Width not supportMobile version has incoddect render because you use [crtools-table] shortcode into tag pre.
You need to take out shortcode from this tag upward like this: https://prnt.sc/ic9ei4Forum: Plugins
In reply to: [Cryptocurrency Rocket Tools] Pricelist table and 7D graph don’t seem to workHi @thindpls.
I didn`t see the problems on your website with our plugin.
P.S. It can be problem as higher post.
If libraries are loading dynamically the problem may show itself at the different time.Forum: Plugins
In reply to: [Cryptocurrency Rocket Tools] Pricelist table and 7D graph don’t seem to workProblem was acquired by the “shortcodes-ultimate” plugin which threw the Exception and stoped render of the graph in our plugin like this:
Uncaught TypeError: Cannot read property 'width' of undefined at new Chart (chart.js?ver=0.2:9) at Object.success (crtools.min.js?ver=4.9.4:1) at i (jquery.js?ver=1.12.4:2) at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2) at y (jquery.js?ver=1.12.4:4) at XMLHttpRequest.c (jquery.js?ver=1.12.4:4)
Forum: Plugins
In reply to: [Cryptocurrency Rocket Tools] Table loads wery slowlyThe problem in DOC coin, evidently bad data come from Crypto Compare.
Try to use this shortcode (excluding DOC), it should work:
[crtools-table coin="BTC,ETH,XRP,XMR,LTC,MD,DTA,TNC,KRB,DTX,MCU,OCN,ECHT,THETA,CV,EXY,ATM,SGN,XRB,IOST,TCT,BPT,TRAC,MOT,HORSE,QUN,ACC*,MDT,MDT*,QBT*,BTO,MTRC,BM*,IPL,SENT,SWFTC,OPC,AIX,SHA,UGC,PYLNT,WRC,GES,GRLC,REPUX" fiat="USD,EUR" cols="price,cap,supply,volume,change,graph" search="false" pagination="10,20,30"]
Thanks
WebstulleForum: Plugins
In reply to: [Cryptocurrency Rocket Tools] Table loads wery slowlyHi!
Please, write your shortcode (https://prnt.sc/iagj93) in comment to have ability to copy it.
Thanks
WebstulleForum: Plugins
In reply to: [Cryptocurrency Rocket Tools] ResponsiveHi!
We made the Table responsive, you can check it on our demo – https://crtools.liberteam.org/ – https://prnt.sc/ia8ull
To hide few columns on mobile you only can exclude columns in desktop screen as well, using the parameter “cols” in shortcode like this:
[crtools-table coin="BTC" cols="price,change,graph"]
Thanks
WebstulleForum: Plugins
In reply to: [Cryptocurrency Rocket Tools] Plugin’s css overrides my theme’s cssHi!
Yes, the Table uses bootstrap and it overrides theme’s styles. We will exclude the bootstrap and use own styles for the Table in the next releases.
Thanks
WebstulleForum: Plugins
In reply to: [Cryptocurrency Rocket Tools] Decimals for Fiat CurrenciesHi!
Thanks for the notice.It is understood that the Converter will be used in a different way. The first field is for cryptocurrency, and the second is for fiat currencies.
Try to use a shortcode like this:
[crtools-converter from="BTC,ETH,LTC" to="USD"]
Thanks
WebstulleForum: Plugins
In reply to: [Cryptocurrency Rocket Tools] Full Width not supportHi!
We checked your website. This looks like full width, no? – https://prnt.sc/ia8k7a
And we need a little bit more time to consider the mobile responsive problem.
Thanks
WebstulleForum: Plugins
In reply to: [Cryptocurrency Rocket Tools] Plugin not working on IEHi!
Thank you for this issue!
We have made a hot fix and updated the plugin. Check our Online Demo and upgrade to 1.4.1 version.Thanks
Webstulle- This reply was modified 6 years, 9 months ago by webstulle.
Forum: Plugins
In reply to: [Cryptocurrency Rocket Tools] Pricelist table and 7D graph don’t seem to workHi!
Niron, it looks like a problem on your end. But we will consider this thoroughly and let you know what is wrong. Can you leave this as is on your website for few days?
Thindpls, we can not reproduce the problem on your website. It looks like everything is ok.
Thanks
WebstulleForum: Plugins
In reply to: [Cryptocurrency Rocket Tools] 24H Volume showing $0 on some coinsHi!
Yes, we added such parameter to the Price List widget and going to add to the Table
Thanks,
WebstulleForum: Plugins
In reply to: [Cryptocurrency Rocket Tools] table not scrollable on mobileHey!
We found two wrong styles in parent element ‘div.loop-container’
https://prnt.sc/i92a6rIf you delete this it gonna work
width: 156%;
margin-left: -56%;Thanks,
Webstulle