maranzano
Forum Replies Created
-
Forum: Plugins
In reply to: [Accordion] Header not clickableIs not possibile set a content on “always open”?
Forum: Plugins
In reply to: [Accordion] theme’s fontHi! Thanks again for the reply!
How can I exactly remove the font family? I can’t leave the field empty
And if i write my font id or anythign else, nothing happen or I get a Times New RomanI use a .svg font imported by the theme… maybe this is a problem?
Forum: Plugins
In reply to: [Accordion] Header not clickableHi, thanks for the quick reply.
Do you have any suggestions to bypass that?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] calendar divided by play-day ?Which separated plugin could you advise me to do this work?
Or, how can I add this in theme?PS
But why you can’t add this detail at the plugin? I think is essential, because every sport have play-day ??Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] remove sidebarOk, thank you very much! ??
Forum: Plugins
In reply to: [Menu Breadcrumb] not workingSame for me… not working.
Jojaba could you please tell how did you do?Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] problem with players statHi Roach, many thanks for the reply.
Resolved! I forget to set gol,appareances, y card ecc for the player wrong. My fault :/
Thanks again!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] remove sidebarHi Roach
I create sportpress.php and put in theme folder, now all is fine ?? Many thanks!
another little template question:
https://www.futsalpontedera.it/player/alessandro-mazzi/
I wanna the name of first league underthe image, and no next to it. How can i fix this?Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] calendar divided by play-day ?Hi Roch
Usually I use code like to create taxonomy for post:
function create_my_taxonomies() { register_taxonomy( 'playday', 'post', array( 'hierarchical' => false, 'label' => 'playday', 'query_var' => true, 'rewrite' => true ) ); } add_action('init', 'create_my_taxonomies', 0);
For standard use, I have to write that inside fuction.php… for this plugin which file I have to modify instead?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] I need tips forI importe the first of my many season.
But why in rankings all the teams have 0 point?
I had same problem.
I tried to do a csv impoty, but only 145/180 matches has been processed.
I’ll try to upload these in different filesForum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] I need tips forHi Roch, many thanks for the reply.
The first solution is the better. Ir order to avoid the agregated data, can I create two player, and add one copy in main team and the other in youth team?
I have my club, and other club with many teams, for this reason the second solution is not good ??What about the other question I have to add all the clubs every time for every seasons/leagues (the mine and the others clubs), or can I create clubs once, then add these to seasons/leagues, and sort by this in front/backend?
Thank you so much