rhewlif
Forum Replies Created
-
Forum: Plugins
In reply to: [Donation Thermometer] Second TargetTry the latest update of the plugin to set multiple target levels. Let me know if any problems.
Cheers
Forum: Plugins
In reply to: [Donation Thermometer] Buy the author a coffee button appears on all pluginsApologies – updating to 2.0.1 will fix this.
Forum: Plugins
In reply to: [Donation Thermometer] Second TargetThis idea of having multiple targets/categories is something I have been working on recently, and I will be releasing a major update to the plugin within the next week or so that will feature this new functionality.
regards,
HenryPS. on that link you provided you have the target and raised values mixed in the text below the thermometer.
Forum: Plugins
In reply to: [Donation Thermometer] php err in donation_thermThe latest version should address and remove that error message. Let me know if the problem persists though.
cheers,
HenryForum: Plugins
In reply to: [Donation Thermometer] php err in donation_thermHi,
Thanks for including the link – the error relates to obtaining the unique wordpress id of each page/post, which doesn’t appear to work on the home page. As your thermometer is consistent within a text widget this shouldn’t be a necessary function though. I will post an update soon that will address this issue.
cheers,
HenryForum: Plugins
In reply to: [Donation Thermometer] Change used fontIt is possible, though requires some editing of the plugin file. You need to upload a .ttf file to the plugin’s font folder and then edit the donation_therm.php file on line 410 to reflect the new filename. Free ttf files are pretty common on the internet, but they will need to include any currency symbols you want to use.
You may also find you will need to update the default fontsizes in the plugin file too.
Remember to delete any cached images in the plugin folder to reflect any updates you make to the plugin file.
Hi,
If you remove the width parameter from the shortcode then the error message will disappear with the image remaining the same size.
[thermometer height=300 align=center]As the thermometer image is of a fixed scale, the plugin only requires one of these parameters to be set for the image to be displayed correctly.
Henry
I will investigate. Can you give me the shortcode you use that brings up the error? Presumably you are using the latest version of the plugin?
Forum: Plugins
In reply to: [Donation Thermometer] change aim to monthly supportersYes, that would work
Forum: Plugins
In reply to: [Donation Thermometer] change aim to monthly supportersYes, you can. The
currencyandtrailingparameters will be relevant here.E.g.,
[thermometer raised=77 target=1000 currency="users" trailing=true]or remove the currency symbol completely using:
[thermometer raised=77 target=1000 currency=null]Forum: Plugins
In reply to: [Donation Thermometer] padding or border around thermometer graphicI’m not sure what you mean about an image border as the plugin doesn’t create this – perhaps this is something introduced by the wordpress theme you use. But you can add your own padding round the image by wrapping the shortcode within a div element.
e.g.,
<div style="padding: 0 50px; float: right;">[thermometer]</div>Defining the float option for the div element is crucial to make this work.
Forum: Plugins
In reply to: [Donation Thermometer] Thermometer won’t displayIt seems you have two wordpress installations – one in the root and another in the /wordpress subdirectory. From what i can see the plugin is currently writing images to the plugin folder in the root folder (& not the “active” /wordpress plugin folder where pages are trying to load the images from), so there still seems to be a mix up in the wordpress configuration somewhere.
If you have edited the index.php file correctly as in the link above, then i would first try reinstalling the plugin. Make sure you’re logged into the right wordpress installation first! Even better would be to try and simplify things by deleting one of the wordpress installations. Unless you have a strong reason otherwise i would keep wordpress files in the root folder and work from there.
By the way, I have just tested the plugin out now on a test site and it does work properly when wordpress is installed in a root subdirectory.
Forum: Plugins
In reply to: [Donation Thermometer] Thermometer won’t displayIt looks like you have wordpress installed in a sub-directory. Try following the instructions here to get your site served from the website root:
https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
The wordpress url will need to be set to /wordpress so that the thermometer images can be retrieved from the plugin folder.
Forum: Plugins
In reply to: [Donation Thermometer] text above the pluginIn the shortcode you can only specify a width or height for the thermometer image, not both. If there is still an issue let me know what shortcode you are using and a webpage where this issue is occurring.
Forum: Plugins
In reply to: [Donation Thermometer] Center Alignment in WidgetHi,
Thanks, you found a bug where some CSS code was conflicting. If you update the plugin to the latest version this should fix the issue.
regards