Can I put a Widget in the Video Box?

Discussion in 'Woodpecker WordPress Business Theme' started by lkodsmann, May 22, 2014.

Thread Status:
Not open for further replies.
  1. lkodsmann

    lkodsmann Guest

    Joined:
    Apr 4, 2014
    Messages:
    92
    Likes Received:
    2
    I'd like to be able to put a widget in the right-hand video box... I have a video on the left, and it works great - I'd really like to be able to customize the right-hand box to have widgets.

    I installed the "Widgets on Pages" plugin, but the video box area doesn't support the shortcode.

    Is there currently any way to do this?

    Thanks,
    Leanne
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Leanne,

    To activate shortcode at the right side video. Open front-page.php and replace code given below with the code shown in the image.
    Code:
    <?php echo (do_shortcode(woodpecker_get_option('woodpecker_video_box1'))); ?>
    shortcode.png

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. lkodsmann

    lkodsmann Guest

    Joined:
    Apr 4, 2014
    Messages:
    92
    Likes Received:
    2
    Thank you - this worked perfectly!

    I just needed to update the code modification to:
     
    Nitesh likes this.
Thread Status:
Not open for further replies.

Share This Page