K
Forum Replies Created
-
Forum: Plugins
In reply to: [Fancy Slideshows] Images not in slideshowThat explains it ??
In 2.4.1 I added a check for child theme and then determine to load the files depending on the parent theme so it should workForum: Plugins
In reply to: [LeagueManager] Changing the table sort orderclosed
Forum: Plugins
In reply to: [LeagueManager] Tabelle PunktgleichstandAch, ich hab was falsch gedacht. Kannst du aber bitte einen Screenshot der Tabelle (ganz oder mit den betroffenen Teams) posten? Bei mir ist die Sortierung korrekt, wenn mehrere Teams gleiche Punktzahl und negative Tordifferenz haben
Forum: Plugins
In reply to: [LeagueManager] Tabelle PunktgleichstandKann es sein, dass das Team mit niedriger Tordifferenz (-51) mehr Tore geschossen hat als das Team mit -16 Differenz?
Forum: Plugins
In reply to: [LeagueManager] Very slow loading of matches shortcodeIn the next version the page loading times should be much improved by caching MySQL query results
Forum: Plugins
In reply to: [LeagueManager] Show all games that day of a league@1cesarel: you use the wrong code. Correct is
[matches league_id=2 match_day='current']
The “by_matchday” is a template to show all matches organized by match day, e.g.
[matches league_id=2 template='by_matchday']
Forum: Plugins
In reply to: [LeagueManager] Very slow loading of matches shortcodeHey,
thank you very much for reporting this. I also tested the plugin with the P3 Profiler plugin and, indeed, the number of MySQL queries is extremly high. I will do my best to improve the loading speed.
For now I can only ask you for your patience
Forum: Plugins
In reply to: [ProjectManager] Fatal error: class-phpmailer.php on line 3828This issue should be resolved in 3.4.7
Forum: Plugins
In reply to: [Fancy Slideshows] Images not in slideshowMaybe I had a different theme. Please put the following code in some file, e.g. functions.php of your theme:
$theme = wp_get_theme(); echo $theme->name;
and post the output. I used the theme name to decide whether to load the theme-specific functions.
Forum: Plugins
In reply to: [ProjectManager] Fatal error: class-phpmailer.php on line 3828Thanks for the description. It will surely help me to find and fix the issue
Forum: Plugins
In reply to: [LeagueManager] Downgrade plugin questionYou could always simply install an old version. I, however, recently changed the logo folder structure, so this would cause problems.
Forum: Plugins
In reply to: [LeagueManager] Logo disappear!!From what version did you upgrade? I recently changed the logo folder structure, but all logos should be copied to the new structure as the following:
uploads/leagues/League-1
uploads/leagues/League-2
uploads/leagues/League-3
…
uploads/leagues/League-nForum: Plugins
In reply to: [ProjectManager] Fatal error: class-phpmailer.php on line 3828I thought I fixed this issue. Can you tell me what other plugin is causing this issue? You can check this by deactivating all other plugins except ProjectManager and see if the error persists. Then activate other plugins and check if the issue appears.
This would make it much easier for me to solve the issue.
I have not planned to add a shortcode to automatically show all projects, because of the various output templates. You can, however, show any number of projects on the same page by simply using multiple [project] shortcodes.
Forum: Plugins
In reply to: [LeagueManager] Visual Composer backend broken after update new versionGreat that it works again.
If you give me details on bowling rules I consider adding it.
Forum: Plugins
In reply to: [LeagueManager] Show all games that day of a league@1999999: I think it’s easiest that I include a function to get the previous or next match of a team
@chleray
– you can set the default match day to current match day in your matches using the shortcode[matches match_day='current']
. This will either show the last or next match day, depending on what is closer to the current date. Alternatives are ‘last’ and ‘next’– I changed the style of the standings table as I found it looks better without the whole row colored. You can, however, overwrite the style in your theme stylesheet. Check out css/colors.css.php in the plugin (tr.ascend, tr.descencd, tr.relegation-up, tr.relegation-down)