WPIntell

Source evidence

Question/ scope for this plug-in

Euro FxRef Currency Converter (by DKZR) · support · 2016-06-15T23:00:00+00:00

mixedsentiment
highseverity
0.94relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 29 rows with source links

20.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Melpomene resolved
I think I might be best trying to describe my wish list first, but I don’t think the plug-in can perform it? Ideally I’d like a couple of flags in a row (usual currency suspects) sitting above a table featuring sterling prices, that allows the user to click the flag they wish to view the website in, and this then becomes their default. Now I don’t believe this is possible? So I’m looking for another solution I’ve tried experimenting with the plug-in, and whereas it stops short of my ideal solution, it still performs the basics of what I want – so that’s a positive. The use of shortcodes is probably a good solution for me, as the prices can appear ad-hoc in different places of the website, this gives me some flexibility, but I’m not blessed with space. At the moment it outputs something like this £ 1,000.= / $ 1,419.= * Is there anyway of removing the asterisk and the second equals sign? Even the full stop doesn’t seem necessary. Ideally I’d like to be able to put the Euro in too as a third currency, but at the moment the only way I’ve been able to achieve this is by putting sterling in a second time. The sort of output I’d be looking for would be something like this £1000 = $1419 = €1415 Many thanks, or if you feel there is another solution, please feel free to advise https://wordpress.org/plugins/euro-fxref-currency-converter/ Hi, Sorry for the late reply Please review the examples on de plugin page or on de “help” tab in your WordPress edit screen. You could insert something like: [currency amount="1000" from="GBP" to="USD" iso=true between=" = " append="" round_append=""] = [currency amount="1000" from="GBP" to="EUR" show_from=false append=""] into your text Just quickly then, to prevent me making an error. Is this a short code that should be used to replace the existing one in amongst the HTML? or is it something that I should try and insert elsewhere in a function file? I’m guessing its the former, but I did crash all three sites once mucking about with PHP and have be too scared to use it ever since Hi, My example are shortcodes you can place in your texts.

Comments

3 shown
joost de keijzer 2017-05-17T09:48:00+00:00

Hi, Sorry for the late reply Please review the examples on de plugin page or on de “help” tab in your WordPress edit screen. You could insert something like: [currency amount="1000" from="GBP" to="USD" iso=true between=" = " append="" round_append=""] = [currency amount="1000" from="GBP" to="EUR" show_from=false append=""] into your text

Melpomene 2017-05-17T16:53:00+00:00

Just quickly then, to prevent me making an error. Is this a short code that should be used to replace the existing one in amongst the HTML? or is it something that I should try and insert elsewhere in a function file? I’m guessing its the former, but I did crash all three sites once mucking about with PHP and have be too scared to use it ever since

joost de keijzer 2017-05-18T11:33:00+00:00

Hi, My example are shortcodes you can place in your texts.