-
iCagenda
-
iCagenda - English
-
Update to 1.2.5 problem
Update to 1.2.5 problem
-
nmeador
-
Autore della discussione
-
New Member
-
Riduci
Di più
-
Messaggi: 14
-
Ringraziamenti ricevuti 0
-
-
12 Anni 3 Mesi fa #768
da nmeador
Hi,
I just updated the Cagenda to the version 1.2.5. Everything looks to be working fine BUT when I click on an event in the calendar, the link doesn't appear. However, I still can click it. So, looks like is using white letters. However, the image appear just fine.
I attached an image.
Thanks in advance for your help.
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Riduci
Di più
-
Messaggi: 6784
-
Ringraziamenti ricevuti 608
-
-
-
-
12 Anni 3 Mesi fa #771
da Lyr!C
So, you need to change the css file of the module, for the template "default" (as it use for the link, your site template css in default template of the module)
Or try with ic_rounded (with a more personnal css file)
Give me feedback, if it's ok
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)
.
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
nmeador
-
Autore della discussione
-
New Member
-
Riduci
Di più
-
Messaggi: 14
-
Ringraziamenti ricevuti 0
-
-
12 Anni 3 Mesi fa #773
da nmeador
At first I used template "default" and I changed to "ic_rounded", but the problem is the same.
In my production site, I'm using the version 1.2.3 and works beautifully with my template (that was one of the big plus of this module that it worked great with my template).
So, I don't know what could be the problem. I went to the css file and change the color for the text link, but still didn't work.
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Riduci
Di più
-
Messaggi: 6784
-
Ringraziamenti ricevuti 608
-
-
-
-
12 Anni 3 Mesi fa #776
da Lyr!C
Do you edit the css file in the module folder ? (i've changed the place of it...)
Can you give me a link where i can see the problem ?
Which line of css you have changed ?
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)
.
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
nmeador
-
Autore della discussione
-
New Member
-
Riduci
Di più
-
Messaggi: 14
-
Ringraziamenti ricevuti 0
-
-
12 Anni 3 Mesi fa #921
da nmeador
Sorry for the delay in my response, crazy weeks.
Well, I was trying to check on your css to see if I could fix the problem but not luck.
I was using the Internet Explorer Developer Tool to check on the html and css. And I think the template is having some problem with the <shape> tags. I'm not sure what is the structure, do you have two tags for the tip link? Because is showing one that's white and another that's grey.
Could you tell me Where is the new location of the module's css?
Thanks in advance for your help.
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Riduci
Di più
-
Messaggi: 6784
-
Ringraziamenti ricevuti 608
-
-
-
-
12 Anni 3 Mesi fa - 12 Anni 3 Mesi fa #922
da Lyr!C
Module css is in
modules/mod_iccalendar/templates/"name of template"/css/"name of template"_style.css
In you case, you're using default template, so you can add in default_style.css the lines bellow, as in ic_rounded template, and change them as you want :
#tip a {
text-decoration: none;
padding: 2px 4px;
color: #333;
}
#tip a:hover, #tip a:focus {
text-decoration: none;
color: #FFF;
background: #555;
border-radius: 5px;
}
May it help you!
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)
.
Ultima Modifica 12 Anni 3 Mesi fa da Lyr!C.
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
nmeador
-
Autore della discussione
-
New Member
-
Riduci
Di più
-
Messaggi: 14
-
Ringraziamenti ricevuti 0
-
-
12 Anni 3 Mesi fa #923
da nmeador
Still same problem, the only difference is that now I have the hover. Have you tried with Internet Explorer 9?
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Riduci
Di più
-
Messaggi: 6784
-
Ringraziamenti ricevuti 608
-
-
-
-
12 Anni 3 Mesi fa - 12 Anni 3 Mesi fa #924
da Lyr!C
Now i can't, i've got a mac (and only XP on it)
Maybe try by adding : !important
in :
#tip a {
text-decoration: none;
padding: 2px 4px;
color: #333 !important;
}
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)
.
Ultima Modifica 12 Anni 3 Mesi fa da Lyr!C.
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
nmeador
-
Autore della discussione
-
New Member
-
Riduci
Di più
-
Messaggi: 14
-
Ringraziamenti ricevuti 0
-
-
12 Anni 3 Mesi fa #964
da nmeador
Hi,
Well I haven't found a solution for this problem with my template. So, I install a new Joomla page with iCagenda and my template, so if you have some time please look at it.
I send the page information to this email Questo indirizzo email è protetto dagli spambots. È necessario abilitare JavaScript per vederlo..
The email subject is the same as this post: Update to 1.2.5 problem.
Thanks in advance for your help.
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
nmeador
-
Autore della discussione
-
New Member
-
Riduci
Di più
-
Messaggi: 14
-
Ringraziamenti ricevuti 0
-
-
12 Anni 3 Mesi fa #984
da nmeador
Hi,
I solved the problem. As you said was the Cufon tag.
So, I contact my template administrator and it told me where the H3 tag was being replaced by Cufon tag.
In my case, this was the line, in one of the template Javascript files:
Cufon.replace('h3');
I keep trying to solve the problem, because I just loved this component. It's simple, easy, and cute.
Thanks in advance for your help.
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
iCagenda
-
iCagenda - English
-
Update to 1.2.5 problem
Tempo creazione pagina: 0.133 secondi