-
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
-
Topic Author
-
New Member
-
-
La pesca è libertà
Less
More
-
Posts: 7
-
Thank you received: 0
-
-
-
-
-
10 years 1 month ago #8343
by 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
Please Log in or Create an account to join the conversation.
-
ARCHIVES
-
iCagenda - Italiano
-
[RISOLTO]'data-cal-date' not found in your Custom Theme Pack!
Time to create page: 0.119 seconds