1999999
Forum Replies Created
-
Forum: Plugins
In reply to: [LeagueManager] Show all games that day of a league@kolja Perfet. I Will use “by_matchday-tabs: matchdays with jQuery UI tabs functionality”. I dont like accordion template. And this option é very good: current matchday item/tab open by default.
See homepage from my website: https://www.estrelamondegofc.com
You can add that options:
– Position of home team (shortcode or php code)
– Last match with score (shortcode or php code)
– Next match (shortcode or php code)In another topic, I asked these codes, but did not answer me. I had to walk to look for the code in several php files to be able to do that.
And in your plugin, you are missing the file with the standings-slim.php, if you see this page: https://estrelamondegofc.com/blog/?cat=3 gives this error: Could not load standings-slim.php template .
In the past, i had created the standings-slim.php file, but with the update, the file has been deleted.
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] button positionI use:
add_action( ‘woocommerce_single_product_summary’, array( $this, ‘add_button_single_page’ ), 45 );
Forum: Plugins
In reply to: [LeagueManager] Show all games that day of a leagueWith last update, shortcode [matches league_id=1 match_day=2,3, 4, etc] works. Thanks.
Is possible remove FILTER with match_day? Because, I want use this shortcode with TABS and show match day on each tab.
Because, if you see: https://estrelamondegofc.com/blog/?page_id=1124
the page height is too big…You could do this in your plugin. Instead you show “all”, with the shortcode
[matches league_id = 2 mode = all], you gave the option to show “all with TABS” and unfiltered.And finally, if possible, the TAB with the current match day, it becomes active automatically.
Forum: Plugins
In reply to: [LeagueManager] Show all games that day of a leagueonly show first day match. the others, not.
Exemple:
[matches league_id=1 match_day=2]
[matches league_id=1 match_day=3]
[matches league_id=1 match_day=4]
…only show
Match day 1.
Forum: Plugins
In reply to: [LeagueManager] Database errorI also had the problem of losing the teams logos, but did updload again.
No problem.
Forum: Plugins
In reply to: [LeagueManager] Next match and prev max in homepageI took care alone.
Thanks for nothing.
Forum: Plugins
In reply to: [LeagueManager] Next match and prev max in homepageEDIT: info in the first post.