• Resolved joealto

    (@joealto)


    Hi great plug in!!! I’m wondering if it’s possible to have the ticker running above the header at the very top of the page before any content starts? Thank you!

Viewing 1 replies (of 1 total)
  • Hello @joealto,

    It would be best if you customize your theme and add widget area above all content, and then insert Stock Ticker widget to that widget area.

    OR, try to add Stock Ticker shortcode wrapped to do_shortcode() WordPress function in your theme template file for header, something like this:

    <?php echo do_shortcode('[stock_ticker]'); ?>

    Cheers,
    Aleksandar

Viewing 1 replies (of 1 total)

The topic ‘Ticker above header’ is closed to new replies.