Support Forum

Hover Forum Name not display Correctly

SS Sukarto Sudjono
Sukarto Sudjono
Member

Hi !

We are using latest WordPress 4.1 with SP Version 5.5.3. using Theme Default 1.2.12. , WordPress Theme using Genesis with Dynamik Website Builder as Child Theme.

When the mouse hover to a Forum, the hover text display as “Browse topics in Tutorial Forum”. Tutorial Forum is one of our example forum name.

How to disable to Hover Text ?

hover-problem.jpg

 

3 Answers

New Answer

MP Mr Papa
Mr Papa
Member

Is this a custom sp theme?  if so, appears you  may not have applied a needed update to your theme…

please see:  https://simple-press.com/documentation/codex/installation/changes/theme-and-templates-5-5-3/

the section on the tooltips…

SS Sukarto Sudjono
Sukarto Sudjono
Member

Hi Mr.Papa,

Thank you for your answer.

We are using Theme Default 1.2.12 by Andy Staines, Steve Klasen and Brandon C

Base on the article here :
https://simple-press.com/documentation/codex/installation/changes/theme-and-templates-5-5-3/

I disable the Tooltip :
.ttip {
    display:none;
}
body .ttip {
    display:none;
}

Thanks