Home>Support>Adding ticker under slider

Adding ticker under slider

By Marc Farrar, 10 years ago. Last reply by Andrew Misplon, 10 years ago.
Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hi,
I have Vantage Premium. I want to add this from a plugin so it shows right under the home page slider and in the same place on other pages:

I can’t figure out where to put it.

Please help!

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Hi Marc

    Easily accessible areas to place sitewide content would be the header, sidebar and footer widget areas. To place content below the slider on all pages is a custom development task. If you’d like jump in at code level you’d need to use a child theme (https://codex.wordpress.org/Child_Themes). In the child theme you’d need to create a functions.php file. Within header.php in the parent theme is the following action:

    <?php do_action( 'vantage_before_main_container' ); ?>
    

    You can target that action hook in the functions.php file of your child theme, here is an overview on that:

    http://themeshaper.com/2009/05/25/action-hooks-wordpress-child-themes/

    More a developer level task though. Our recommendation if you’re looking for outside assistance on that would be:

    https://codeable.io/

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More