spaniole
Forum Replies Created
-
Forum: Plugins
In reply to: [Football Pool] Countdown shortcode not workingJust for your info, I took the 2 year old theme (same as now, but without updates), and now it is working like a charm. Just one more question, how to get rid of the seconds in the countdown? Thanks.
Forum: Plugins
In reply to: [Football Pool] Countdown shortcode not workingHi, I have set “defer” to “async” in my theme’s functions.php file, but that did not help. I have no plugins that defer javascripts, it was only set in the theme’s functions.php file. Exactly same setup was used for UEFA Euro 2016, but of course, plugins and themes has been updated since then. I have concluded that it is the theme, that makes all the trouble and not your plugin, sorry for making your some noise.
Forum: Plugins
In reply to: [Football Pool] Countdown shortcode not workingHi, I used the same theme for UEFA Euro 2016 without problems.
Here by link to the site -> https://vmtips2018.skytjenesten.dk/
In the right column you will see the Countdown wigdet only showing the match, not the countdown time. It is the same inserted into pages.
Thanks.Forum: Plugins
In reply to: [Football Pool] Goal bonus on statisticsThanks, I’ll give it a try.
Forum: Plugins
In reply to: [Football Pool] Goal bonus on statisticsI can see a combination when a user hits “Toto score” and also “Goal bonus”, the statistic for “Goal bonus” will not display correctly (it is calculated by the book). But when a user only hits “Goal bonus”, it displays very well.
Forum: Plugins
In reply to: [Football Pool] Goal bonus on statisticsVery strange that the other statistics works very well with the same settings and on the same environment, but not the “Goal bonus”. The “Goal bonus” has been calculated like the rest, but not showing up on statistics, like the rest.
Please see screendump -> https://www.dropbox.com/s/d5vhm52y5ig0raq/football-poll-goalbonus.png?dl=0 (it is in danish but the colors are the same).
Thanks.
Forum: Plugins
In reply to: [Football Pool] Goal bonus on statisticsFor your info I’m running Football Pool version 2.6.5.
Forum: Plugins
In reply to: [Weight Tracker] Percentage is not equal to start weight-target weightHi
I did a work around for percentages to match the difference between start weight and target weight as 100%.
In our weight competition, we all started out with our start weight minus 20% = target weight.So by changing * 100 to * 500 in the file /pro-features/shortcode-stats.php, it did the trick:
$percentage = (($row[‘recent_weight’] – $row[‘start_weight’]) / $row[‘start_weight’]) * 500;I also only need this in the league table, so the work around is suitable.
But it could be very nice to have this opportunity in the admin section. Thanks.
- This reply was modified 9 years, 4 months ago by spaniole.
Forum: Plugins
In reply to: [Weight Tracker] Percentages with decimalsHi
I solved it by myself, added the following in /pro-features/shortcode-stats.php:
$percentage = round($percentage, 2) . ‘%’;I only needed this in the league table. This topic can be closed
- This reply was modified 9 years, 4 months ago by spaniole.
Forum: Plugins
In reply to: [Weight Tracker] Percentage is not equal to start weight-target weightHi again
Maybe it could be an option in the admin, to choose by target weight or 0kg for calculating the percentage. Thanks.
Forum: Plugins
In reply to: [Weight Tracker] ShortcodeHi, thanks a lot. Here is a link for the full translation in Danish -> Click here (there is a little translation that’s not being picked up by the source code, please see screenshots by the link).
Forum: Plugins
In reply to: [Weight Tracker] ShortcodeHi, thanks a lot, working great in my sandbox, but what files to update only in the operating environment, because I will be so sorry to translate to my language all over again down the source files. The LANG file does only hold about 50% of the translation, the rest you have to do down the source files. Thanks.
- This reply was modified 9 years, 5 months ago by spaniole.
Forum: Plugins
In reply to: [Weight Tracker] Change language in datepickerHi, has been reviewed and it is looking good, thanks.
Forum: Plugins
In reply to: [Weight Tracker] ShortcodeHi, it is simply super. Please tell me what files to overwrite for the new function, when I will be very sorry to translate to my language, all over again down the source files. Thanks.
Forum: Plugins
In reply to: [Weight Tracker] ShortcodeHi, I think the percentage field already has been calculated in the Weight History table, this field “only” has to been shown in the shortcode [weight-loss-tracker-league-table]. Thanks.