Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #228737

    Hi,

    Where can i find the additional class applied to the body of BLANK MODELS?

    Thanks

    #228740

    Hey CloudChoice!

    You can use following class

    #top.avia-blank { }

    Cheers!
    Yigit

    #228750

    Hi,

    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

    #228837

    Hi!

    Could you elaborate on this ‘tooltip system’? a link to a Blank page would be helpful too.

    Cheers!
    Josue

    #229114
    This reply has been marked as private.
    #229359

    Hey!

    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> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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!
    Ismael

    #229421
    This reply has been marked as private.
    #229426

    Hey!

    Where are this tooltips coming from? is that a third-party plugin?

    Regards,
    Josue

    #229427

    HI,

    Yes. But the same works normally in Standard Mode. The problem just occurs in the Blank Mode.

    Thanks

    #229430

    There 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!
    Josue

    #229432

    Hello,

    You are correct, good idea!
    Shame on me. :)

    I just used:

    .page-id-7165 #header {
    display: none;
    }

    Thanks

    #229433

    Good :)

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Class applied to the body of BLANK MODELS’ is closed to new replies.