ramzesimus
Forum Replies Created
-
Hi Roch,
Thanks so much for your response and your honesty.
Kind Regards!
DanHi Roch,
Any news on this issue?
Best Regards!
RamzesimusHi Roch,
Thanks for the fast reply!
I’m trying to output Total fields for event using custom template. But if they are not filled they won’t be displayed.
For example, assume that the game has finished, you enter values for each player and expecting that Total fields will be automatically calculated. But what you see on the backend is only placeholder but not a value. Please check next screenshot https://awesomescreenshot.com/0fa6dzl972 (where Total – 3 is a placeholder and won’t be passed to data array).
In the event-performance-table.php file you simple check field type and if it’s a ‘number’ you summarize the Total field.
Hope it has more sense now ?? Let me know if you have any questions.
Thanks in advance!
RamzesimusHi Roch,
Unfortunately, I don’t have a live example, it’s on my localhost. But the problem is that [player_statistics ##] shortcode is not displayed.
As I mentioned above Total and Career Total are enabled in SportsPress > Settings > Players > Statistics
Best Regards!
Ramzesimus@berky yep, I know it sounds weird, but it helped me to fix the same issue.
Best Regards!
Ramzesimus- This reply was modified 7 years, 6 months ago by ramzesimus.
I had the same problem. You can increase max_input_vars in your php.ini file:
max_input_vars = 3000
Best Regards!
RamzesimusForum: Plugins
In reply to: [One Click Demo Import] Data file = not defined!My fault ??
I wrapped the whole string with trailingslashit() instead of get_template_directory() So it should betrailingslashit( get_template_directory() ) . '/inc/demo/content.xml'
Everything works now!
Best Regards!
RamzesimusForum: Plugins
In reply to: [SMK Sidebar Generator] How to change widget markup?Hi Andrei,
Thanks for your prompt reply.
You were right that the markup is inherited from the sidebar that is replaced. But looks like there is an issue when I use Visual Composer’s Widgetised Area element. Sidebar displayed properly by widgets have default markup.
Anyway thanks for you help! ??
Best Regards!
Ramzesimus- This reply was modified 7 years, 10 months ago by ramzesimus.
@trauma717 It’s a core part of VC (Visual Composer) element displays a player game-by-game stats. For example, you need to get a calendar, date range, stat labels, team id on back-end before outputting the actual element. So it’s not something that you can copy/paste, but it’s a good start for creating your own solution.
Cheers!
Hey guys,
Please check it out https://gist.github.com/danfisher85/c90168a0275f0ca89ef9abc519f55be8
Keep in mind that this code integrates into my current theme. It won’t work completely straight out of the box. Anyway, hopefully it gives you some ideas ??
Best Regards!
Ramzesimus- This reply was modified 7 years, 10 months ago by ramzesimus.
Hi everyone,
The plugin is really developer-friendly. Of course it needs some time to understand the structure etc. but once you get it everything is possible ??
Check it out https://awesomescreenshot.com/08d6b9qm02
Best Regards!
Ramzesimus- This reply was modified 7 years, 10 months ago by ramzesimus.
Hi Roch,
Thanks for your reply!
Best Regards!
RamzesimusHi Roch,
Thanks for your fast reply.
It would be great to get an option to create a new result metric based on a team result. It’s already calculated but in the Box Score table.
Anyway adding a new event result metric and using it in a league table work great! ??
Best Regards!
Ramzesimus@trauma717 Voted! It would be really great to see a game by game stats. Agree that this feature must be done. I was really surprised not finding it.
@trauma717 thanks! got it sorted! ??