0
Under review

Short code for assists doesn't display all assist providers.

Facundo Illa 5 months ago in Shortcodes updated by Andrei S. (Developer) 5 months ago 3

Tengo una página con una lista de asistencias de partidos, pero no muestra todas las asistencias de los partidos, aunque sí muestra los goles de los mismos partidos.

Es inconsistente no mostrar asistencias; puede mostrar asistencias de un equipo y no del otro en el mismo partido, o puede mostrar algunas asistencias del partido y no otras.

Aquí hay un enlace para ejemplos:

Asistencias https://fmarg16.com/tml-t2-asistidores/

Partidos de ejemplo con asistencias que no aparecen:

https://fmarg16.com/match/fc-tacande-wilde-fc/ https://fmarg16.com/match/la-triple-la-maquina/

Under review

Hello


What exact shortcode are you using on this page?

https://fmarg16.com/tml-t2-asistidores-sub-21/

--

Best Regards

Andrei S.

This is the shortcode

[anwpfl-players type="assists" competition_id="4656" join_secondary="1" season_id="28" league_id="19" club_id="4704,4653,4652,4651,4650,4649,4647,4646,2979,2981,2980,2977,2976,2974,2973,2972,2971,2970" limit="0" soft_limit="0" show_photo="0" compact="0" hide_zero="1" penalty_goals="0" games_played="0" games_played_text="Jugados" group_by_place="1" secondary_sorting="" layout="small"]

In 'club_id=' all specific teams are set because it was the last thing I tried to see if it works, but leaving it blank to take all the teams from the competition happens the same.

Even the shortcode is the same as the one for top scorers but with the 'type' modified accordingly, and this one works fine.

Try to remove some optional arguments like club_id, season_id and league_id.

[anwpfl-players type="assists" competition_id="4656" join_secondary="1" limit="0" soft_limit="0" show_photo="0" compact="0" hide_zero="1" penalty_goals="0" games_played="0" games_played_text="Jugados" group_by_place="1" secondary_sorting="" layout="small"]

--

Best Regards

Andrei S.