• Resolved I-LION

    (@i-lion)


    Why in the widget the title is show under the line and in normal caracter?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there

    This is likely caused by a styling conflict with your theme, if they should be displaying inline.

    Please send me a link to the page containing the widget so that I can rectify this for you?

    Thread Starter I-LION

    (@i-lion)

    Thanks Jarry

    https://www.mntz.it/it/home/

    Giovanni

    Hi Giovanni

    The widget doesn’t use the standard widget functionality for the title – so sorry about that.

    This can be fixed by making a few code changes. Would you be comfortable with this?

    If so, please go to sola-newsletters/modules/module_widget.php and scroll down to line 109:

    Remove this block of code:

        <div id="sola_nl_title">
            <h3>'.$option.'</h3>
        </div>

    Now scroll up to line 22 and add this below the ‘apply_filters’ code:

    $title = get_option("sola_nl_sign_up_title");

    Does this help?

    Thread Starter I-LION

    (@i-lion)

    Thank Jarry,

    It’s better but why the title is’nt inside the <h4></h4> directive?

    Thanks

    Giovanni

    Hi Giovanni

    Unfortunately I don’t have an exact answer for you on that. I’ll definitely look into that for you though. So sorry about that.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Widget Title Problem’ is closed to new replies.