help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
[SOLVED] is it possible to add the venue
Re: [SOLVED] is it possible to add the venue
4 years 5 months ago - 4 years 5 months ago
Some info:
docs.joomla.org/J3.x:How_to_add_tooltips_to_your_Joomla!_website
And check out the css part
docs.joomla.org/J3.x:How_to_add_tooltips_to_your_Joomla!_website
And check out the css part
Last edit: 4 years 5 months ago by Bluefox.
Please Log in or Create an account to join the conversation.
Re: [SOLVED] is it possible to add the venue
4 years 5 months ago - 4 years 5 months ago
and like mentioned over here:
joomla.stackexchange.com/questions/18188/styling-the-default-tooltip-in-joomla-3-6-x
attached you'll see an image of a tooltip i currently do have. Be aware that i'm currently running Joomla 4 beta version and a customized version of JEM so things might be a little different. Can check in the weekend with Joomla 3.
When using the default classes it might be that it will overwrite other tooltips that you do have in the view. In Joomla3 there was a way to provide a custom class. If needed you should check out the link i've mentioned in the post before.
As you can see i've a few "important" declerations in the css. This as will have priority, when not it can be overwritten by other styling (css) in the template files.
// image is not of JEM 2.3.0 but from custom version running in Joomla 4
attached you'll see an image of a tooltip i currently do have. Be aware that i'm currently running Joomla 4 beta version and a customized version of JEM so things might be a little different. Can check in the weekend with Joomla 3.
When using the default classes it might be that it will overwrite other tooltips that you do have in the view. In Joomla3 there was a way to provide a custom class. If needed you should check out the link i've mentioned in the post before.
Code:
.tooltip {
position: absolute;
z-index: 1030;
display: block;
font-size: 11px;
line-height: 1.4;
opacity: 100 !important;
filter: alpha(opacity=0);
visibility: visible;
}
.tooltip.in {
opacity: 0.8;
filter: alpha(opacity=80);
}
.tooltip-inner {
max-width: 200px;
padding: 8px;
color: #000000;
border: 2px solid black;
text-align: left !important;
text-decoration: none;
background-color: #ffc !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
As you can see i've a few "important" declerations in the css. This as will have priority, when not it can be overwritten by other styling (css) in the template files.
// image is not of JEM 2.3.0 but from custom version running in Joomla 4
Last edit: 4 years 5 months ago by Bluefox.
Please Log in or Create an account to join the conversation.
Re: [SOLVED] is it possible to add the venue
4 years 5 months ago - 4 years 5 months ago
hello
it s too complicated for me
but i found this in my boostrap.css template
.tooltip.in {
opacity: 0.8;
filter: alpha(opacity=80);
i put
.tooltip.in {
opacity: 1;
filter: alpha(opacity=100);
and it s perfect for me
t suits me like that
thery great thanks to you for your help
i am happy
bye
it s too complicated for me
but i found this in my boostrap.css template
.tooltip.in {
opacity: 0.8;
filter: alpha(opacity=80);
i put
.tooltip.in {
opacity: 1;
filter: alpha(opacity=100);
and it s perfect for me
t suits me like that
thery great thanks to you for your help
i am happy
bye
Last edit: 4 years 5 months ago by jp01.
Please Log in or Create an account to join the conversation.
Re: [SOLVED] is it possible to add the venue
4 years 5 months ago
no problem and good to know you did find a solution for it.
Please Log in or Create an account to join the conversation.
Time to create page: 0.633 seconds