THEMEHALL
  • Omega
  • Cart
  • Support
  • My Account

How to insert a jquery item before the content

Home › Forums › Omega Child › How to insert a jquery item before the content

Tagged: jquery

  • This topic has 2 replies, 2 voices, and was last updated 11 years, 2 months ago by han.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • February 5, 2015 at 11:27 am #3009
    Raul Bernardo
    Participant

    I bought an Omega Child theme and I’m really impressed by the clean structure! It seems a great job.

    I have already put the main menu under the header. Now I would insert a couple of jquery items after the main menu, but before the content of the page. I would insert, a slider and few dropdown menus that will search in a database (separated by the WP database).

    Let’s take as example this procedure (from step 3 to 6) that inserts Nivo slider in a WordPress. Is it possible to do it with the Omega Child theme? How?

    Thanks

    February 5, 2015 at 2:37 pm #3010
    Raul Bernardo
    Participant

    E.C.: The example I reported is from step 4 to step 6 (insert Nivo slider in a WordPress)

    February 10, 2015 at 5:05 am #3015
    han
    Keymaster

    If you want NivoSlider, I’d suggest to use this plugin https://wordpress.org/plugins/wp-nivo-slider/

    And insert this code into functions.php of your Omega child theme.

    add_action ('omega_before_main', 'omega_child_slider');
    
    function omega_child_slider() {
       if ( function_exists('show_nivo_slider') ) { show_nivo_slider(); } 
    }
  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)

You must login to reply to this topic.

Copyright © 2025 THEMEHALL.

  • Terms of Service
  • Resources
  • Blog
  • Support
css.php