Main menu

Forum


× Help Forum English

Update to 1.2.5 problem

  • nmeador
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 7 mois #768 par nmeador
Update to 1.2.5 problem a été créé par 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.
Pièces jointes :

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 7 mois #771 par Lyr!C
Réponse de Lyr!C sur le sujet Update to 1.2.5 problem
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.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.

  • nmeador
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 7 mois #773 par nmeador
Réponse de nmeador sur le sujet Update to 1.2.5 problem
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.

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 7 mois #776 par Lyr!C
Réponse de Lyr!C sur le sujet Update to 1.2.5 problem
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.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.

  • nmeador
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 7 mois #921 par nmeador
Réponse de nmeador sur le sujet Update to 1.2.5 problem
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.
Pièces jointes :

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 7 mois - il y a 11 ans 7 mois #922 par Lyr!C
Réponse de Lyr!C sur le sujet Update to 1.2.5 problem
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.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 7 mois par Lyr!C.

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

  • nmeador
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 7 mois #923 par nmeador
Réponse de nmeador sur le sujet Update to 1.2.5 problem
Still same problem, the only difference is that now I have the hover. Have you tried with Internet Explorer 9?

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 7 mois - il y a 11 ans 7 mois #924 par Lyr!C
Réponse de Lyr!C sur le sujet Update to 1.2.5 problem
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.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 7 mois par Lyr!C.

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

  • nmeador
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 7 mois #964 par nmeador
Réponse de nmeador sur le sujet Update to 1.2.5 problem
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 Cette adresse e-mail est protégée contre les robots spammeurs. Vous devez activer le JavaScript pour la visualiser..

The email subject is the same as this post: Update to 1.2.5 problem.

Thanks in advance for your help.

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

  • nmeador
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 11 ans 6 mois #984 par nmeador
Réponse de nmeador sur le sujet Update to 1.2.5 problem
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.

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

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

Follow Us

Créez vos templates Joomla avec Template Creator CK

acymailing logo new