RewardDesign
Forum Replies Created
-
Don’t worry about a reply – I just found out that website with multiple currencies options are not supported so ANZ Worldline is essentially useless to anyone that enables the customer to pick their currency.
SCS50002499
Hi Damjan – Success at first, as it was conflicting with a currency converter plugin. I have changed the currency converter to a different kind. However Worldline will only work for payment in AUD$ (the default currency), when the currency is changed to any other currency (eg. USD, CAD, EUR) I get a message that ‘there are no available payment methods’. As soon as I switch back to AUD Wordline works again. Is this a setting within the plugin or a setting at the Worldline end?
Thanks Damjan – will give that a go and see if that resolves it – we are just using the default WooCommerce widget so perplexed it’s not working.
Forum: Fixing WordPress
In reply to: Preload one single fileFrom the support team at The7…
Ticket updates: Status: open → replied Comment: Hello! You can add the following code into Dashboard – Theme Options – Advanced – Custom JS to preload this resource <link rel=”preload” href=”https://example.com/wp-content/themes/dt-the7/fonts/icomoon-the7-microwidgets-16×16/fonts/icomoon-the7-microwidgets-16×16.ttf?dqeoeo” as=”font” type=”font/ttf” crossorigin=”anonymous”> Do not forget to replace example.com to your actual site url. But i actually do not recommend to do this, we do not add preloading for these fonts because it will actually decrease the page loading speed. This is described by the simple fact that when you increase priority to download these icon sets, the other most important resources (css styles and required scripts required to display the page as soon as possible) will be delayed. Best regards, ArtemForum: Fixing WordPress
In reply to: Preload one single fileI have the same issue which I need to resolve – but need it fixed for the first page – will take a look at the developer of The7 forum in hope of an answer. If I find the answer I’ll post here – hopefully if some else finds it first they will also post