The premium version supports the following customisations:
– add a logo to the center of the wheel.
– create your own complete wheel: change colors of each slice, even change the color of the wheel frame and the pointer.
– change background color.
– change title & texts colors.
You can add your own background image via CSS but in the next updates I will also make sure you can select your own background within the plugin.
I would say most things are customizable, yes :-).
Ok now that is new – truly customizable! Would you say 100% certainty with the uploadable background image? In the meantime can you provide the custom css to call the image? Thanks.
Yes, uploading background image is going to be added in a future version. Not sure when yet, as there are a few other items to do first.
The CSS to get a custom background is this:
.wof-wheel[data-id=”YOUR WHEEL ID HERE”] .wof-bg{background-image:url(‘https://yourdomain.com/wp-content/uploads/2018/10/your-image.png’) !important;}
Change ‘YOUR WHEEL ID’ to the ID of your wheel and of course the URL to the correct image.
Wow thank you for providing the css! How easy to modify the email templates? I’m assuming they won’t pull up in the WooCommerce email tab but are they pretty straightforward php files with html in it? Or am I hunting 10 layers deep in function files just to get the function to echo the username? Thanks again!
You can add HTML and a few dynamic tags to the email template via the settings. Unfortunately, the username is not one of them. Could be something to add on my to-do list :-).