-
ARCHIVES
-
iCagenda - Italiano
-
[RISOLTO]'data-cal-date' not found in your Custom Theme Pack!
[RISOLTO]'data-cal-date' not found in your Custom Theme Pack!
-
laghideisabini
-
Auteur du sujet
-
Nouveau membre
-
-
La pesca è libertà
Réduire
Plus d'informations
-
Messages : 7
-
Remerciements reçus 0
-
-
-
-
-
il y a 10 ans 1 mois #8343
par laghideisabini
Ho installato la versione 3 di ICagenda. Dopo l'aggiornamento compare questo errore al di sopra del calendario usando il template Rounded ver 3.2.5 (cosa che non avviene con il template di default ver 3.3.5).
Dalla ricerca su internet si trova un'unica soluzione indicata dalla stessa Jooml!C.
The custom attribute name 'cal_date' is not valid. ... Change cal_date to data-cal-date (line 32 in official default theme pack)
Ovvero va scompattato lo zip scaricato, aperto il file ic_rounded_day e sostituito l'attributo cal_date con data-cal-date alle righe 32 e 116.
Il problema è che nel file indicato tale attributo non esiste.
La soluzione è sostituire tutto quanto compreso tra <div> e </div> righe da 32 a 34 e righe da 116 a 118 rispettivamente con:
<div class="<?php echo $stamp->ifToday; ?> <?php echo $bgcolor; ?>" data-cal-date="<?php echo $stamp->this_day; ?>">
<?php echo $stamp->Days; ?>
</div>
e con
<div class="<?php echo $stamp->ifToday; ?>" data-cal-date="<?php echo $stamp->this_day; ?>">
<?php echo $stamp->Days; ?>
</div>
Provato e funziona
Ciao
ICagenda insostituibile per gestire i nostri eventi
Connexion ou Créer un compte pour participer à la conversation.
-
ARCHIVES
-
iCagenda - Italiano
-
[RISOLTO]'data-cal-date' not found in your Custom Theme Pack!
Temps de génération de la page : 0.126 secondes