badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Shortcode for horizontal scrolling announcement

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #44353
    ciaranhyde
    Participant

    Hi

    I have installed a plugin to run a horizontal scrolling announcement that I want to run immediately beneath the slider on the homepage. This is the only place I want it to run. Can you tell where I can paste the shortcode or the php to run the script in that location. I’ve tried adding shortcode to homepage but it not in right location and as I don’t want the plugin to run on every page I don’t want to put it in the header.

    #44462
    ciaranhyde
    Participant

    Hi

    Where can i paste shortcode so that the widget displays just beneath the slider?

    #44470

    Hi ciaranhyde,

    It needs lots of code customization. We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.

    http://codex.wordpress.org/Child_Themes

    If you like to make a changes on the code then go to theme directory -> library -> structure -> header-extension.php on line no 271 and add below code

    if( is_home() || is_front_page() ) {
      // add your shortcodes here 
    }

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.