You'd need to identify the issue. I honestly don't know what might cause it so I couldn't give any recommendations.
It looks like you're using Flexile Dark which isn't updated for 1.2 as far as I know so the issue will likely be one of the many out of date templates.
Now that I have actually read the thread correctly I see you were using that image as an example and didn't actually specify it was the forum you were talking about.
Still don't know the issue from the image above. What is wrong
Looks like you have some old templates need reverting.
<div id="PreviewTooltip">
<span class="arrow"><span></span></span>
<div class="section">
<div class="primaryContent previewContent">
<span class="PreviewContents">{xen:phrase loading}...</span>
</div>
</div>
</div>
/* ***************************** */
#PreviewTooltip
{
display: none;
}
.xenPreviewTooltip
{
@property "previewTooltip";
border: 10px solid @primaryDarker;
border-radius: 10px;
position: relative;
box-shadow: 0px 12px 25px rgba(0,0,0, 0.5);
width: 400px;
@property "/previewTooltip";
display: none;
z-index: 15000;
cursor: default;
border-color: {xen:helper rgba, @previewTooltip.border-color, 0.5};
}
.xenPreviewTooltip .arrow
{
@property "previewTooltipArrowOuter";
border-top: 15px solid rgba(3,42,70, 0.25);
border-right: 15px solid transparent;
border-bottom: 1px none black;
border-left: 15px solid transparent;
position: absolute;
bottom: -15px;
left: 22px;
@property "/previewTooltipArrowOuter";
_display: none;
}
.xenPreviewTooltip .arrow span
{
@property "previewTooltipArrowInner";
border-top: 15px solid @primaryContent.background-color;
border-right: 15px solid transparent;
border-bottom: 1px none black;
border-left: 15px solid transparent;
position: absolute;
top: -17px;
left: -15px;
@property "/previewTooltipArrowInner";
}
.xenPreviewTooltip .section,
.xenPreviewTooltip .sectionMain,
.xenPreviewTooltip .primaryContent,
.xenPreviewTooltip .secondaryContent
{
margin: 0;
}
.xenPreviewTooltip .previewContent
{
overflow: hidden; zoom: 1;
min-height: 1em;
}
/* ***************************** */
Wesker... I would suggest instead of just pasting code in like you did above to start either prefixing your code segment with the pertinent BBCode for the code or even easier using the Code button on the toolbar.Here is what preview_tooltip code is set at but it doesn't fully resolve the issue.
<div id="PreviewTooltip">
<span class="arrow"><span></span></span>
<div class="section">
<div class="primaryContent previewContent">
<span class="PreviewContents">{xenhrase loading}...</span>
</div>
</div>
</div>
<div id="PreviewTooltip">
<span class="arrow"><span></span></span>
<div class="section">
<div class="primaryContent previewContent">
<span class="PreviewContents">{xen:phrase loading}...</span>
</div>
</div>
</div>
We use essential cookies to make this site work, and optional cookies to enhance your experience.