-
AuthorPosts
-
February 25, 2014 at 12:07 am #228737
Hi,
Where can i find the additional class applied to the body of BLANK MODELS?
Thanks
February 25, 2014 at 12:09 am #228740February 25, 2014 at 12:38 am #228750Hi,
Thanks. But my problem is different.
The tooltip sytem works normaly in Standard Model, but in the Blank Model there are some align problems.
So I assume the problem is in some STANDARD CLASS, applied differently in the Blank Model.
Thanks
February 25, 2014 at 5:29 am #228837Hi!
Could you elaborate on this ‘tooltip system’? a link to a Blank page would be helpful too.
Cheers!
JosueFebruary 25, 2014 at 6:20 pm #229114This reply has been marked as private.February 26, 2014 at 3:18 am #229359Hey!
They look the same. Anyway, there is a problem with the html rendering. It looks like this:
<p style="text-align: left;"><span class="av_font_icon avia_animate_when_visible av-icon-style- B1 avia-icon-pos-left avia_start_animation avia_start_delayed_animation" style="color:#7bb0e7; border-color:#7bb0e7;"><span class="av-icon-char" style="font-size:25px;line-height:25px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span>Precisão</p> <p><abbr rel="tooltip" title="Define a margem de exatidão no diagnóstico médico. Deve estar acima de 95%.">[?]</abbr><span class="av_font_icon avia_animate_when_visible av-icon-style- B2 avia-icon-pos-left avia_start_animation avia_start_delayed_animation" style="color:#dadada; border-color:#dadada;"><span class="av-icon-char" style="font-size:25px;line-height:25px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span> Incerteza <abbr rel="tooltip" title="Define a margem de imprecisão no diagnóstico médico. O limite máximo é de 5%.">[?]</abbr> </p>
The Text Block is generating another paragraph tag which I suspect is cause by space on the Text Editor. Please check. You can replace it with this:
<p style="text-align: left;"><span class="av_font_icon avia_animate_when_visible av-icon-style- B1 avia-icon-pos-left avia_start_animation avia_start_delayed_animation" style="color:#7bb0e7; border-color:#7bb0e7;"><span class="av-icon-char" style="font-size:25px;line-height:25px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span>Precisão<abbr rel="tooltip" title="Define a margem de exatidão no diagnóstico médico. Deve estar acima de 95%.">[?]</abbr><span class="av_font_icon avia_animate_when_visible av-icon-style- B2 avia-icon-pos-left avia_start_animation avia_start_delayed_animation" style="color:#dadada; border-color:#dadada;"><span class="av-icon-char" style="font-size:25px;line-height:25px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span> Incerteza <abbr rel="tooltip" title="Define a margem de imprecisão no diagnóstico médico. O limite máximo é de 5%.">[?]</abbr> </p>
Cheers!
IsmaelFebruary 26, 2014 at 5:00 am #229421This reply has been marked as private.February 26, 2014 at 5:14 am #229426Hey!
Where are this tooltips coming from? is that a third-party plugin?
Regards,
JosueFebruary 26, 2014 at 5:31 am #229427HI,
Yes. But the same works normally in Standard Mode. The problem just occurs in the Blank Mode.
Thanks
February 26, 2014 at 5:36 am #229430There may be some sort of compatibility issue, unfortunately we can’t offer fixes for third-party plugins. But why don’t use the standard mode and hide the header and footer for that Page with CSS?
Cheers!
JosueFebruary 26, 2014 at 5:52 am #229432Hello,
You are correct, good idea!
Shame on me. :)
I just used:.page-id-7165 #header {
display: none;
}Thanks
February 26, 2014 at 5:54 am #229433Good :)
-
AuthorPosts
- The topic ‘Class applied to the body of BLANK MODELS’ is closed to new replies.