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,
Hello ! Please use below code and follow below image. PHP: <?phpif (is_active_sidebar('secondary-widget-area')) ?> <?php dynamic_sidebar('secondary-widget-area');?> Thanks & Regards Pramod
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
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