Support Forum
its a display name glitch... wp is allowing some strange characters in display name... already an open ticket to handle...
interested myself to see what Andy has on the jquery ui issue...
Visit Cruise Talk Central and Mr Papa's World
The problem is in the tooltip - which is a jQuery plugin and clearly needs updating in some way. It is giving some people a problem when using Windows 8 and IE10.
Could you try this dsmall edit please to a code file. The file in question is: /simple-press/forum/content/sp-list-view-functions.php
The function to edit is sp_ListTopicName()
Find this line of code:
$out = "<div class='$tagClass'><a class='$linkClass vtip' href='$spThisListTopic->topic_permalink' id='$tagId' title='$toolTip'>".sp_truncate($spThisListTopic->topic_name, $truncate)."</a></div>\n";
and remove the vtip reference along with the preceding space so it now looks like
$out = "<div class='$tagClass'><a class='$linkClass' href='$spThisListTopic->topic_permalink' id='$tagId' title='$toolTip'>".sp_truncate($spThisListTopic->topic_name, $truncate)."</a></div>\n";
and see if that solves it for you...
YELLOW
SWORDFISH
|
Really. You surprise me as it is the root of the problem.
Try turning tooltips off in the Simple:Press theme (spFunctions.php file in the /templates folder - see the define and change the true to false)...
Oh and perhaps clear the browser cache as well before trying it.
YELLOW
SWORDFISH
|
1 Guest(s)