Main menu

Forum


× Help Forum English

Update to 1.2.5 problem

  • nmeador
  • Topic Author
  • New Member
  • New Member
More
11 years 7 months ago #768 by nmeador
Update to 1.2.5 problem was created by 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.
Attachments:

Please Log in or Create an account to join the conversation.

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
11 years 7 months ago #771 by Lyr!C
Replied by Lyr!C on topic 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) .

File Attachment:

Please Log in or Create an account to join the conversation.

  • nmeador
  • Topic Author
  • New Member
  • New Member
More
11 years 7 months ago #773 by nmeador
Replied by nmeador on topic 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.

Please Log in or Create an account to join the conversation.

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
11 years 7 months ago #776 by Lyr!C
Replied by Lyr!C on topic 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) .

File Attachment:

Please Log in or Create an account to join the conversation.

  • nmeador
  • Topic Author
  • New Member
  • New Member
More
11 years 6 months ago #921 by nmeador
Replied by nmeador on topic 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.
Attachments:

Please Log in or Create an account to join the conversation.

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
11 years 6 months ago - 11 years 6 months ago #922 by Lyr!C
Replied by Lyr!C on topic 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) .

File Attachment:

Last edit: 11 years 6 months ago by Lyr!C.

Please Log in or Create an account to join the conversation.

  • nmeador
  • Topic Author
  • New Member
  • New Member
More
11 years 6 months ago #923 by nmeador
Replied by nmeador on topic 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?

Please Log in or Create an account to join the conversation.

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
11 years 6 months ago - 11 years 6 months ago #924 by Lyr!C
Replied by Lyr!C on topic 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) .

File Attachment:

Last edit: 11 years 6 months ago by Lyr!C.

Please Log in or Create an account to join the conversation.

  • nmeador
  • Topic Author
  • New Member
  • New Member
More
11 years 6 months ago #964 by nmeador
Replied by nmeador on topic 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 This email address is being protected from spambots. You need JavaScript enabled to view it..

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

Thanks in advance for your help.

Please Log in or Create an account to join the conversation.

  • nmeador
  • Topic Author
  • New Member
  • New Member
More
11 years 6 months ago #984 by nmeador
Replied by nmeador on topic 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.

Please Log in or Create an account to join the conversation.

Moderators: Lyr!C
Time to create page: 0.134 seconds

Follow Us

Create your Joomla templates with Template Creator CK

acymailing logo new