This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Adding ticker under slider

Open 1 reply general
11 years ago · Last reply by Andrew Misplon 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 11 years, 1 month ago

    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.

Have a different question or issue?

Start New Thread