• Hi Joost

    I really want to use this plugin badly, but it doesn’t seem to work for me.

    As a test I added the example short code you supplied:

    [currency amount=”875″ from=”EUR” to=”GBP”]

    But on my page all that displays is :

    € 875,=

    With no converted amount.

    http://prntscr.com/3tpjtt

    Any ideas what could be wrong?

    I am using wp 3.9.1 and a theme called Hub from Woothemes. My VPS should be upto date with PHP etc.. but maybe I have something set wrong, somewhere?

    Let me know..

    Will gladly leave an amazing review for help 🙂

    Lee

    https://wordpress.org/plugins/euro-fxref-currency-converter/

Viewing 1 replies (of 1 total)
  • Plugin Author joost de keijzer

    (@joostdekeijzer)

    Is it possible that, somehow, wp_rempote_get doesn’t work?

    The plugin requests:

    $response = wp_remote_get('http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml');

    Maybe you can try in a test file:

    <?php
    $response = wp_remote_get('http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml');
    echo $response->get_error_message();

Viewing 1 replies (of 1 total)
  • The topic ‘My rates won't display on page’ is closed to new replies.