Main menu

Forum


× Help Forum English

[SOLVED] How to change font size on All Events page

  • geleg
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 6 mois - il y a 11 ans 6 mois #1189 par geleg
Hi, how can I change the font size on "All Event" page? The date and title font size is too big. Thanks for your help. :silly:
Dernière édition: il y a 11 ans 6 mois par Lyr!C. Raison: [SOLVED]

Connexion ou Créer un compte pour participer à la conversation.

  • Lyr!C
  • Portrait de Lyr!C
  • Administrateur
  • Administrateur
  • Lead Developer
Plus d'informations
il y a 11 ans 6 mois - il y a 11 ans 6 mois #1193 par Lyr!C
Réponse de Lyr!C sur le sujet How to change font size on All Events page
iCagenda is using the <h2> tags of your template.

You can change this number in the icmodel.php, but in futures releases (a few steps in developement), i will add more options for that, and will add this in template css of iCagenda.

So, you have two options :
- change H2 tags in icmodel.php (but you will have to do so for all next update of iCagenda)
- wait that i have implemented this options in css files of iCagenda themes (i'm making a Themes management for iCagenda B) (planned for 1.3 version))

Thanks for your patience !

Latest version : iCagenda 3.9.3
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

Fichier attaché :

Dernière édition: il y a 11 ans 6 mois par Lyr!C.
Les utilisateur(s) suivant ont remercié: geleg

Connexion ou Créer un compte pour participer à la conversation.

  • geleg
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 6 mois #1195 par geleg
Réponse de geleg sur le sujet How to change font size on All Events page
when will be Version 1.3 be released?

Connexion ou Créer un compte pour participer à la conversation.

  • geleg
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 6 mois #1197 par geleg
Réponse de geleg sur le sujet How to change font size on All Events page
I changed in icmodel.php the H2 to H3...but nothing changed..any idea?

Connexion ou Créer un compte pour participer à la conversation.

  • Lyr!C
  • Portrait de Lyr!C
  • Administrateur
  • Administrateur
  • Lead Developer
Plus d'informations
il y a 11 ans 6 mois #1198 par Lyr!C
Réponse de Lyr!C sur le sujet How to change font size on All Events page

geleg écrit: I changed in icmodel.php the H2 to H3...but nothing changed..any idea?


Which line did you changed ?

Latest version : iCagenda 3.9.3
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

Fichier attaché :

Connexion ou Créer un compte pour participer à la conversation.

  • geleg
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 6 mois #1199 par geleg
Réponse de geleg sur le sujet How to change font size on All Events page
in line 320 to 328

$report='';$report2='';$report3='';$report4='';
if ($nbevents==1) {
$report.= '<h2> '.$timetitle.' <br/></h4> <small> '.JText::_( 'COM_ICAGENDA_ONE_EVENT_TEXT' ).' '.$total.' '.$timetext1.' </small>';
}
if ($nbevents==0) {
$report.= ' <h2> '.$timetitle.' <br/></h2><small> '.$noevt.' </small>';
}
if ($nbevents>1) {
$report.= ' <h2> '.$timetitle.' <br/></h2><small> '.JText::_( 'COM_ICAGENDA_EVENTS_TEXT' ).' '.$total.' '.$timetext.' </small>';

Connexion ou Créer un compte pour participer à la conversation.

  • Lyr!C
  • Portrait de Lyr!C
  • Administrateur
  • Administrateur
  • Lead Developer
Plus d'informations
il y a 11 ans 6 mois - il y a 11 ans 6 mois #1200 par Lyr!C
Réponse de Lyr!C sur le sujet How to change font size on All Events page
Ok! (i don't see ant H3, but an open h2 and a closed h4, that can't work...)

So, without a link to your website, i can't do nothing.

Please, use a css inspector (as firebug) as it may be in your site template that you will find the h2 and h3

Good Luck ! B)

Latest version : iCagenda 3.9.3
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

Fichier attaché :

Dernière édition: il y a 11 ans 6 mois par Lyr!C.

Connexion ou Créer un compte pour participer à la conversation.

  • geleg
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 6 mois #1201 par geleg
Réponse de geleg sur le sujet How to change font size on All Events page
i saw that mistake..have already changed to /H2 but still not working

Connexion ou Créer un compte pour participer à la conversation.

  • geleg
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 6 mois #1202 par geleg
Réponse de geleg sur le sujet How to change font size on All Events page
have changed again to h4...no changes at all

$report='';$report2='';$report3='';$report4='';
if ($nbevents==1) {
$report.= '<h4> '.$timetitle.' <br/></h4> <small> '.JText::_( 'COM_ICAGENDA_ONE_EVENT_TEXT' ).' '.$total.' '.$timetext1.' </small>';
}
if ($nbevents==0) {
$report.= ' <h4> '.$timetitle.' <br/></h4><small> '.$noevt.' </small>';
}
if ($nbevents>1) {
$report.= ' <h4> '.$timetitle.' <br/></h4><small> '.JText::_( 'COM_ICAGENDA_EVENTS_TEXT' ).' '.$total.' '.$timetext.' </small>';

Connexion ou Créer un compte pour participer à la conversation.

Modérateurs: Lyr!C
Temps de génération de la page : 0.147 secondes

Follow Us

Créez vos templates Joomla avec Template Creator CK

acymailing logo new