mariaevert
Forum Replies Created
-
Forum: Plugins
In reply to: [Mixed Media Gallery Blocks] Deeplinking to Simple ViewerI don’t think I understand.. why would it get anybody in trouble answering questions for paying customers? That sounds really weird.
Anyways, thank you for your help and I hope I have not gotten you into trouble.
Forum: Plugins
In reply to: [Mixed Media Gallery Blocks] Deeplinking to Simple ViewerHello again and thank you for the reply.
You are right, I use the Simply Slider, sorry for the confusion. I can now see that the trouble was that I had not activated the deep link in the global settings. I have now, and it works, thank you!
In regards to having the premium version: In the email I received thanking me for purchasing the pro version it literally links to this forum for support. What other contact form are you referring to?
Thank you in advance.
Regards, Maria
It works! You are a genius 🙂
Thank you so very much, and thank you again for this wonderful plugin 🙂
That was an embarrassing error, so sorry.
Thank you SO much for your time. I will go ahead and buy the pro version right away, as my way of thanking for your time.
Thank again, you are a life saver 🙂
You are so kind, thank you very much. I have renamed the classes, and now the tooltip is shown. Progress! But unfortunately is seems like it just ignores the “visibility: hidden;”-part, so it just shows the picture all the time instead of just on hover. Sigh.
I am unsure.. could this still be an interference with the theme?
I thank you for your time.
Yes, this is the link: https://berteludsenshuse.dk/placeringer/
At the very button of the Tablepress there is the row where I tested the tooltip function.
Here is the source: view-source:https://berteludsenshuse.dk/placeringer/. Here you can see that <link rel=’stylesheet’ id=’tablepress-default-css’ … is imported and contains the tooltip CSS.
Thank you so much again for your time.
Thank you for the reply! So very nice of you.
I have tried it, but the text/image and tooltip just simply does not appear.
So I have added the CSS is the TablePress’ Custom CSS:
/* Tooltip container / .tooltip { position: relative; display: inline-block; border-bottom: 1px dotted black; / If you want dots under the hoverable text */
}/* Tooltip text */
.tooltip .tooltiptext {
visibility: hidden;
width: 210px;
background-color: black;
color: #fff;
text-align: center;
padding: 5px 0;
border-radius: 6px;/* Position the tooltip text – see examples below! */
position: absolute;
z-index: 1;
}/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
visibility: visible;
}See screenshot:

Then, I have inserted the HTML in the table (and refrained from using new lines, as you suggested) and tried two different uses, one with and one without a picture:

But in the end, the value in the cells including the tooltip is simply not shown:

But if you say this should work, then the problem is perhaps my theme, and I should add the css to the theme it self.. Though I would really like not to mess too much with it. Do you think there is an alternative?
Thank you very much in advance.
Regards, Maria
Forum: Plugins
In reply to: [Mixed Media Gallery Blocks] Block Presets settings not being used