Replace the Lead Capture with a usuable widget or appointment calendar plugin

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

  1. blackdiamond

    blackdiamond Member

    Joined:
    Jan 2, 2015
    Messages:
    30
    Likes Received:
    0
    Hi,

    Is there a way that I can replace the Lead Capture widget on the homepage slider with either a usuable widget space? Or put an appointment booking calendar widget there. Like the one from the appointway Theme?

    Thanks,
     
  2. Pramod

    Pramod Guest

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

    Please use below code and follow below image.

    PHP:
     <?php
    if (is_active_sidebar('secondary-widget-area')) ?>
            <?php dynamic_sidebar('secondary-widget-area');?>
    blackrider-12jan.png
    Thanks & Regards
    Pramod
     
  3. blackdiamond

    blackdiamond Member

    Joined:
    Jan 2, 2015
    Messages:
    30
    Likes Received:
    0
    Thanks for the help. By deleting the line of text will that make the form space usable as widget? Or will that just remove the form?

    Is there a way to make the space usable for a different contact/scheduler form?

    Thanks
     
  4. Pramod

    Pramod Guest

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

    You can use given code in the deleted line. After this your secondary widget area is added on that place and you can add widgets.

    Thanks & Regards
    Pramod
     

Share This Page