TOOL TIP
A
Anterio Jackson
A tooltip, also known as infotip or hint, is a common graphical user interface (GUI) element in which, when hovering over a screen element or component, a text box displays information about that element, such as a description of a button's function, what an abbreviation stands for, or the exact absolute time stamp over a relative time ("… ago"). In common practice, the tooltip is displayed continuously as long as the user hovers over the element or the text box provided by the tool.[1] It is sometimes possible for the mouse to hover within the text box provided to activate a nested tooltip, and this can continue to any depth, often with multiple text boxes overlapped.
I would love this feature to be used on websites and inside the Saas Accounts.
Log In
A
Albert Tate
The fact the GHL site editor doesn’t have this functionality or any truly beneficial updates to it shows a true lack of development continuity, audience engagement, and overall concern for their bottom line. This post originated 2+ years ago and they have yet to implement this core feature request that many other website editors come standard with. Truly disconnected from their consumer needs…smh 😤
J
Jennifer Russell
We definitely need this for our comparison tables when there are line items that would benefit from a little more description when someone rolls over either a ? or i circular icon and shows a customizable tooltip box that we can configure of varying sizes that might need a bolded headline, body text, and image.
Would LOVE to be able to use the GHL web builder and have it include features like this so that a lot of custom coded script/html/css aren't needed.
A
Aaron Rajchel
Since this isn't getting much attention yet, here is some CSS code for adding a tooltip to an element on a website when hovered over. You'll need to replace "element" in each of the 4 code blocks below with the CSS Selector which can be found by selecting the element you wish for the tooltip to appear next to when hovered over in the website builder, clicking Advanced in the right menu, and finding it at the bottom of the menu. Add this code to the Custom CSS block inside the page you want to add the tooltip too (paintbrush icon in top menu). Feel free to change the colors, padding, etc. I pieced this together from a couple example CSS codes I found online.
element:hover {
cursor: help;
}
element:after {
background-color: #000;
border-radius: 10px;
color: #fff;
display: none;
padding: 10px 15px;
position: absolute;
text-align: center;
z-index: 999;
}
element:after {
content: 'Replace with what you want the tooltip text to be here.';
top: 0;
left: -20px;
transform: translateX(calc(-100%));
}
element:hover::after {
display: block;
}
A
Aaron Rajchel
Anterio Jackson Tony Barrett Jay Bidaure Michael Walker James Hurst (ddxweb) ☝️☝️☝️
T
Tony Barrett
This is critical for sites and funnels IMO. Clearly setting out subscription or membership packages is much harder without it. Please add ASAP!!!
R
Richard Schlue
GHL - if this could be implemented so we can read a base descriptio nof our Funnels, WorkFlows,Etc. So we could be reminded of WTF the Funnel, WorkFlow, Etc,actualy do rather than make us go back into the WorkFlow, Funnel, Etc. and re-examine what it does would be AWESOME!!!!!
I think I have seen this function in either Sales Force, Click Funnels or Active Campaign before and LOVED IT!!!!
J
Jay Bidaure
WE NEED THIS ASAP
M
Michael Walker
+1 - this would be great to add into funnels!
J
James Hurst (ddxweb)
Wouldn’t mind having it all be configurable , off /on and what the text says
A
Anterio Jackson
James Hurst (ddxweb): I agree!