Some questions:
1) When you say actualization, what exactly you mean?
2) The CSS class hasn’t changed, so besides the comma (,) what exactly is the problem? You can add a CSS rule to class birthday_element like display: block to see each name in different line.
Also I’m considering making an option to disable the comma (,) between the names.
Last but not least can you write your link?
Released version 1.5.8 where there is an option to disable comma (,)
Hi! Sorry, I am just seeing your reply today. Let me explain. In the “normal” mode, the names shows like below:
Aniversariantes do dia:
CACILDA FERNANDA DOS SANTOS PERES DA LUZ – HIGIENIZA,DIEGO LUIS VENUZKA – T.I.,DIRCEU GILMAR PEZZIN – DIRETOR PRESIDENTE,GRAZIELA CANELO TOMAZ – DROPS TURNO I
To solve my needs, i put 2 “br” between the lines 128 and 129 in the class-birthdays-widget.php and i removed the comma. Now shows like this:
Aniversariantes do dia:
CACILDA FERNANDA DOS SANTOS PERES DA LUZ – HIGIENIZA
DIEGO LUIS VENUZKA – T.I.
DIRCEU GILMAR PEZZIN – DIRETOR PRESIDENTE
GRAZIELA CANELO TOMAZ – DROPS TURNO I
I’m using the wordpress to an intranet site, therefore i can’t put a link to show you the problem. For now, thank you for the help.
Well in last version, you can disable the option for comma (,) and then add a CSS rule:
.birthday_element{ display: block; margin: 5px 0; }
to get the desired outcome.
Thank you! It’s working fine and more “clean” now.
🙂