Replaced lead capture form widget with secondary widget now it over hangs without scrolling

Discussion in 'Blackriders WordPress Theme' started by blackdiamond, Jan 13, 2015.

  1. blackdiamond

    blackdiamond Member

    Joined:
    Jan 2, 2015
    Messages:
    30
    Likes Received:
    0
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !


    We have given you instructions to use something else in place of leadcapture form on slider.
    http://www.inkthemes.com/community/...-widget-or-appointment-calendar-plugin.15442/

    Code:
     <?php
    if (is_active_sidebar('secondary-widget-area')) ?>
            <?php dynamic_sidebar('secondary-widget-area');?>
    Add above code in the place of line which you deleted.

    For putting other widgets on that area
    Go to Appearance=>widgets and drag widgets on secondary-widget-area



    Thanks & Regards
    Pramod
     

Share This Page