Main menu

Forum


× Help Forum English

[Shape5 Vertex issue & fix] How to show event image in tool tip?

  • AnneM
  • Autore della discussione
  • New Member
  • New Member
Di più
10 Anni 2 Settimane fa - 9 Anni 11 Mesi fa #7107 da AnneM
iCagenda Version 3.3.3 - Free version
Module iCagenda - tool tip

How can I include event picture in the tool tip?
Ultima Modifica 9 Anni 11 Mesi fa da Lyr!C.

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

  • AnneM
  • Autore della discussione
  • New Member
  • New Member
Di più
10 Anni 2 Settimane fa #7123 da AnneM
Risposta da AnneM al topic How to show event image in tool tip?
Solved it:
Added to stylesheet
div#ictip a div.linkTo span.img img {opacity: 1 !important;}

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

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
10 Anni 1 Settimana fa #7150 da Lyr!C
Risposta da Lyr!C al topic How to show event image in tool tip?
Hello!

This maybe due to a conflict with a plugin adding an opacity to images on website, as iCagenda is not using opacity...

The first time i see such an issue...
Do you know which extension is giving this css conflict ? (or is it possible to have an online link, to try to understand this ?)

Best Regards,
Cyril

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 allegato:

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

  • AnneM
  • Autore della discussione
  • New Member
  • New Member
Di più
10 Anni 4 giorni fa #7239 da AnneM
Risposta da AnneM al topic How to show event image in tool tip?
Sorry, it runs still on localhost (XAMPP) so I cannot provide a link.

Maybe the template is giving this issue?
Anyway the line included in CSS solved the issue.

Thank you.

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

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
10 Anni 6 Ore fa #7277 da Lyr!C
Risposta da Lyr!C al topic How to show event image in tool tip?
Hi!

Yes, in major cases, it is a template issue (in rare cases, a plugin or third party extension giving an opacity by default to img tags (which is not always good!). ;-)

What is the site template you use (in case it could help another user)?

Best Regards,
And thank you for feedback!
Cyril

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 allegato:

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

  • AnneM
  • Autore della discussione
  • New Member
  • New Member
Di più
10 Anni 33 Minuti fa #7312 da AnneM
Risposta da AnneM al topic How to show event image in tool tip?
The site template is Shape5 Vertex.
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ù
9 Anni 11 Mesi fa #7342 da Lyr!C
Risposta da Lyr!C al topic How to show event image in tool tip?
Thank you!

Useful information ;-)

Cyril

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 allegato:

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

  • BenGalf
  • New Member
  • New Member
Di più
9 Anni 11 Mesi fa #7349 da BenGalf
I'm using shape5 as well ..

@AnneM .. Could you point me to which of the CSS files you are editing ?

Firebug points me to the "Template.css" file of vertex if im not mistaken.

@Lyr!C .. If you still need to view it .. i'll leave it unmodified on lgnd.us/v2 .. until you reply.

Thanks.

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

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
9 Anni 11 Mesi fa #7355 da Lyr!C
Risposta da Lyr!C al topic How to show event image in tool tip?

AnneM ha scritto: Solved it:
Added to stylesheet

div#ictip a div.linkTo span.img img {opacity: 1 !important;}


@BenGalf : add this line at the end of template.css file of your shape5 template. (you can edit the file directly in Joomla admin).

This way, it won't be override by your site template css classes. ;-)

Or maybe try to edit ROOT/components/com_icagenda/themes/default/css/default_module.css (and/or ic_rounded theme too), and replace this :
/* Image Thumb */
#ictip span.img img {
	width: 100px;
	border: 0px solid #ccc;
	border-radius: 3px;
	opacity: 1 !important;
}
by this :
/* Image Thumb */
#ictip span.img img {
	width: 100px;
	border: 0px solid #ccc;
	border-radius: 3px;
	opacity: 1 !important;
}

The problem is an override of opacity on img tag (image) by the site template (really don't know why such a choice in a site template... :huh: )

Thanks for link!

Note that i will add the opacity: 1 !important; in the major release 3.4.0 of iCagenda.

Cyril

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 allegato:

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

  • BenGalf
  • New Member
  • New Member
Di più
9 Anni 11 Mesi fa #7358 da BenGalf
Risposta da BenGalf al topic How to show event image in tool tip?
Thank you!

Great product.. i'll be sure to rate/review.

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

Moderatori: Lyr!C
Tempo creazione pagina: 0.248 secondi

Follow Us

Create your Joomla templates with Template Creator CK

acymailing logo new