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!

Reply To: Reload time and visual volume

dashed-slug.net Forums Exchange extension support Reload time and visual volume Reply To: Reload time and visual volume

#7206
alexg
Keymaster

Hello,

1. Are you using the static templates in your shortcodes (i.e. are you using the attribute template="static")?

If not, then you shouldn’t have to refresh the page at all. Instead, the dynamic parts of the exchange will refresh at the same rate as defined for the rest of the plugin, i.e. in “Wallets” -> “Frontend Settings” -> “Live polling settings” -> “Coin info poll interval (minutes)”. I’d recommend that you first try this without cloudflare but it’s up to you.

I realize now that this is not clear from the admin UI, and it’s not an ideal solution. I will do something about it in a future release.

2. You can add the following CSS into your customizer:

.dashed-slug-wallets-exchange.bids tbody tr,
.dashed-slug-wallets-exchange.asks tbody tr {
	background-image: none;
}

with regards