Main menu

Forum


× Help Forum English

[SOLVED] Problem with calendar

  • gabdziol
  • Autore della discussione
  • New Member
  • New Member
Di più
11 Anni 3 Mesi fa - 11 Anni 3 Mesi fa #5081 da gabdziol
[SOLVED] Problem with calendar è stato creato da gabdziol
Hi,
I have problm with calendar module in Joomla 3.1.

I have a lot of calendar events on the weekends. When we have such Monday is displayed fine. But when it's Saturday and the day's event is automatically in the settings shows that the incorrect date and the event is unpublished. In addition, you do not see numbers days without events because their font is white, and the same is the background. I must manually publish event of this day. For example today I manually publish events, but sometimes again it unpublished :/
This is my page: www.blekitni.com/

Is it possible to make a backup list of events? I installing the component again, I do not want to add all the events again.

Thanks for answer
Ultima Modifica 11 Anni 3 Mesi fa da Lyr!C. Motivo: [SOLVED]

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
11 Anni 3 Mesi fa #5082 da Lyr!C
Risposta da Lyr!C al topic Problem with calendar
Hi!


You may not have the last version of iCagenda : 3.1.13 for free version, and 3.2.0 RC for Pro users.
First, update your iCagenda.
Secundly, about color of day, download ic_rounded theme on this website (version 2.3) and install it via theme manager of iCagenda. (i added a fix for color of dates in calendar, which will be include in default theme pack too, in the next release)

Keep me informed if it's okay! ;-)

Latest version : iCagenda 3.9.8
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) .

File allegato:

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • gabdziol
  • Autore della discussione
  • New Member
  • New Member
Di più
11 Anni 3 Mesi fa - 11 Anni 3 Mesi fa #5085 da gabdziol
Risposta da gabdziol al topic Problem with calendar
I have last version. Also I update theme and nothing change.
If it possible to backup all event and install again "new fresh" version?

You know, a week ago I had the same situation, and I modifed in css (module calendar) file and everything was ok. But today I had some events in calendar and also callendar crashed.

Thanks for help

Edit:
I add my css ic_rounded_module file
/*
 * MOD.ic_rounded.iccalendar
 * iCagenda by JoomliC
 * Theme Pack Official
 * iC Rounded Theme - module
 *
 * @name		ic_rounded
 * @author		Lyr!C (JoomliC)
 * @updated     3.2.0 2013-09-17
 * @version		2.2
 */


/*
 * CALENDAR STYLES
 */

/* General Calendar */
.ic_rounded.iccalendar {display:block; margin:auto !important; padding:3px !important; border:3px solid #ddd; border-radius:10px; color:#555555 !important;}
.ic_rounded.iccalendar div {padding:0px !important; margin:0px !important; border:0px;}

/* General Table */
.ic_rounded.iccalendar table {padding:1% !important; margin:0px !important; border:0px;}
.ic_rounded.iccalendar table th {font-size:10px; font-weight:500; padding:0px !important; margin:0px !important; text-align:center; color:#555555; border:0px;}
.ic_rounded.iccalendar table tr {padding:0px !important; margin:0px !important; border:0px;}


/*
 * DAYS STYLES
 */

/* General */
.ic_rounded.iccalendar table td {padding:3px !important; margin:0px !important; border:0px;}
.ic_rounded.iccalendar table td div {text-align:center; font-size:10px; border-radius:3px; line-height:20px; border:0px solid #DDDDDD; width:auto !important;}

/* Styles for days (today or else) */
.ic_rounded.iccalendar table td div.style_Today {border:1px; border-color:#777; line-height: 18px; border-style:solid; font-size:12px; font-weight:bold; text-shadow:0px 0px 10px #777; box-shadow:0px 0px 5px #999;}
.ic_rounded.iccalendar table td div.style_Day {border: none;}

/* In case of event */
.ic_rounded.iccalendar table td .icevent a {display:block; text-align:center; height:100%; color:#fff !important; text-decoration: none;}
.ic_rounded.iccalendar table td .icevent a:hover, .ic_rounded.iccalendar table td .icevent a:focus {border-radius:3px; background:#333;}

/* In case of event (bright background) */
.ic_rounded.iccalendar table td .icevent a .bright {display:block; text-align:center; height:100%; color:#111 !important; text-decoration: none;}
.ic_rounded.iccalendar table td .icevent a:hover .bright, .ic_rounded.iccalendar table td .icevent a:focus .bright {border-radius:3px; color:#fff !important; background:#333;}

/* In case of multi-event day */
.ic_rounded.iccalendar table td .icmulti a {background:url(../images/plus.png) top right no-repeat; display:block; text-align:center; height:100%; color:#fff !important; text-decoration: none; border-radius:3px;}
.ic_rounded.iccalendar table td .icmulti a:hover, .ic_rounded.iccalendar table td .icevent a:focus {background:#333;}

/* In case of multi-event day (bright background) */
.ic_rounded.iccalendar table td .icmulti a .bright {background:url(../images/plus.png) top right no-repeat; display:block; text-align:center; height:100%; color:#111 !important; text-decoration: none; border-radius:3px;}
.ic_rounded.iccalendar table td .icmulti a:hover .bright, .ic_rounded.iccalendar table td .icevent a:focus .bright {color:#fff !important; background:#333;}

/* In case of no event */
.ic_rounded.iccalendar table td .no_event {background:#FFF;}

/* Loading... */
.ic_rounded.iccalendar .icloading_box {display:block; height:172px; font-size:10px;}
.ic_rounded.iccalendar .icloading_img {display:block; width:100%; height:172px; background: url(../images/ic_load.png) 50% 50% no-repeat}


/*
 * SCRIPT FUNCTION (Dates with event)
 */

/* General */
.ic_rounded .icevent, .ic_rounded .icmulti {}

/* Text (Don't modify it!) */
.ic_rounded .icevent .spanEv, .ic_rounded .icmulti .spanEv {display:none !important;}

/* Date (Don't modify it!) */
.ic_rounded .icevent .date, .ic_rounded .icmulti .date {display:none !important;}

/* Link */
.ic_rounded .icevent a, .ic_rounded .icmulti a {cursor:pointer;}


/*
 * NAVIGATOR
 */

/* Arrows General */
.ic_rounded .icagendabtn {font-family: arial;}

/* Navigator General */
.ic_rounded .icnav {font-size:10px; padding:0px !important; margin:0px !important; min-height:24px;}

/* Arrows General */
.ic_rounded .icnav .backicY, .ic_rounded .icnav .backic, .ic_rounded .icnav .nextic, .ic_rounded .icnav .nexticY {display:block; text-decoration:none;}
.ic_rounded .icnav .backicY {letter-spacing:-3px; margin-right:2px !important;}
.ic_rounded .icnav .backic {letter-spacing:0px; margin-right:2px !important; margin-left:3px !important;}
.ic_rounded .icnav .nextic {letter-spacing:0px; margin-left:2px !important;}
.ic_rounded .icnav .nexticY {letter-spacing:-3px; margin-right:2px !important; margin-left:2px !important;}

/* Arrows Back Month and Year (Left) */
.ic_rounded .icnav .backic, .ic_rounded .icnav .backicY {float:left !important; }

/* Arrows Next Month and Year (Right) */
.ic_rounded .icnav .nextic, .ic_rounded .icnav .nexticY {float:right !important; }

/* Arrows Back and Next - Month */
.ic_rounded .icnav div.backic, .ic_rounded .icnav div.nextic {color:#555; background:none; font-size:12px; width:auto !important;}

/* Arrows Back and Next - Year */
.ic_rounded .icnav div.backicY, .ic_rounded .icnav div.nexticY {color:#555; background:none; font-size:10px; width:auto !important;}

/* Arrows Over */
.ic_rounded .icnav div.backic:hover, .ic_rounded .icnav div.nextic:hover, .ic_rounded .icnav div.backicY:hover, .ic_rounded .icnav div.nexticY:hover {color:#333333; background:none; cursor:pointer;}

/* Navigator Title (month and year) */
.ic_rounded .icnav .titleic {font-size:12px; text-align:center; text-transform:uppercase; width:auto !important;}


/*
 * INFO TIP
 */

/* General */
#ictip {color:#333333; font-family:arial; text-align:left; background:#f3f3f3; border:5px solid #ccc; margin:4px 10px; padding:15px; width:auto; min-width:350px; border-radius:10px; z-index:10000; -webkit-box-shadow:2px 2px 4px #999; -moz-box-shadow:2px 2px 4px #999; box-shadow:2px 2px 4px #999;}

/* Text before date */
#ictip span.datetxt {font-variant:small-caps;}

/* Date format */
#ictip span.dateformat {font-size:1em;}

/* Close "X" */
#ictip a.close {color:red; position:absolute; width:auto; display:block; top:15px; right:15px; text-decoration:none !important;}
#ictip a.close:hover {color:black; background:none !important; cursor:pointer;}

/* Contener of the image */
#ictip span.img {display:block; width:100px; float:left; padding:5px; border-radius:3px;}

/* Image Thumb */
#ictip span.img img {width:100px; border:0px solid #ccc; border-radius:3px;}

/* no-image */
#ictip div.noimg {color:#FFFFFF; font-size: 10px; text-align:center; padding:5px;}
#ictip .bright {color:#111111 !important;}

/* Link Text */
#ictip span {margin:10px; font-size:0.8em;}
#ictip a {display:block; font-size:1.2em; text-decoration:none;}
#ictip .titletip {display:block; min-width:200px; padding-top:10px;}
#ictip .infotip {display:block; min-width:200px; font-size:0.8em;}
#ictip div.linkTo {color:#333333; background:none; text-decoration:none !important; transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;}
#ictip div.linkTo:hover {color:#000; background:#ddd; text-decoration:none !important; border-radius:3px;}
#ictip a:hover {background:none !important;}

/* Contener of the description */
#ictip span.bloc {display:block; width:300px; float:left; margin:3px;}

/* End function clear <div> */
#ictip .clr {clear:both; display:block;}
Ultima Modifica 11 Anni 3 Mesi fa da gabdziol.

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
11 Anni 3 Mesi fa #5086 da Lyr!C
Risposta da Lyr!C al topic Problem with calendar
You can save data using php Admin and restore it the same way.

But... i don't understand your problem!

I see the date in your calendar, so you may have edit the theme pack, but do you have create your own theme pack ?
If you edit default and ic_rounded files, changes will be reased by an update!

About crash of calendar, could you explain, as i see nothing wrong!

(don't worry if i don't answer now before tomorrow, as i had to leave from home.)

Latest version : iCagenda 3.9.8
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) .

File allegato:

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • gabdziol
  • Autore della discussione
  • New Member
  • New Member
Di più
11 Anni 3 Mesi fa - 11 Anni 3 Mesi fa #5089 da gabdziol
Risposta da gabdziol al topic Problem with calendar
I manually changed day color for black in calendar module. I waiting to tommorow and see whats happend, because also tommarow I have some events in calendar.


Edit:
Today everything look like good. I hope that I don`t have more problems with calendar :)

Thanks for amazing component for Joomla!
Ultima Modifica 11 Anni 3 Mesi fa da gabdziol.

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
11 Anni 3 Mesi fa #5132 da Lyr!C
Risposta da Lyr!C al topic Problem with calendar
It was maybe just due to cache! B)

Latest version : iCagenda 3.9.8
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) .

File allegato:

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lily
  • New Member
  • New Member
Di più
11 Anni 3 Mesi fa #5155 da Lily
Risposta da Lily al topic Problem with calendar
Hi, i do have a problem with latest version of icagenda calendar module.

i can't clicked on the date, month, year etc ..no link to the event list can you please have a check on my website www.birdieball.com.my/ver1

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
11 Anni 3 Mesi fa #5169 da Lyr!C
Risposta da Lyr!C al topic Problem with calendar
Hi!

The problem comes from a jQuery conflict.

iCagenda is using 1.8.3 (as it is officially used in Joomla3) and you have a menu module 'mod_swmenufree' loading a 1.6 version of the jQuery Library (which is an outdated version...)

So, you can install jQuery Easy plugin, unable it, and set load jQuery 1.8 from the plugin.

After that, calendar should work, but if your module isn't working after this, that mean it is too old coded!
And so, look if this module is updated. If in the last version, contact the developper of this module to ask him to upgrade the jQUery version used in his extension, or use an other menu extension. (joomla core, or the excellent maximenuCK, maybe the most used, and for example, used on joomla.org, and full of options!)

Latest version : iCagenda 3.9.8
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) .

File allegato:

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lily
  • New Member
  • New Member
Di più
11 Anni 3 Mesi fa #5174 da Lily
Risposta da Lily al topic Problem with calendar
Hi Lyr!C

It works!! Thank you so much!!

Hv a nice day!
Ringraziano per il messaggio: Lyr!C

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
11 Anni 3 Mesi fa #5181 da Lyr!C
Risposta da Lyr!C al topic Problem with calendar
Have a nice day too! ;-)

Latest version : iCagenda 3.9.8
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) .

File allegato:

Si prega Accedi o Crea un account a partecipare alla conversazione.

Moderatori: Lyr!C
Tempo creazione pagina: 0.105 secondi

 

Follow Us

Create your Joomla templates with Template Creator CK

acymailing logo new