Popups & Modals
A0014
Code Only (Without ACF Integration)
CSS
/* A0014 Start ------------------------------------ */ #a0014 p{ color: #000; font-weight: 400; } #a0014 .wa_btn_ap{ font-family: 'Oswald', sans-serif; border: solid 2px #3F51B5; border-radius: 5px; color: #fff; background-color: #673AB7; font-size: 1.3em; min-height: 100%; padding: 10px; text-align: center; transition: 0.5s; font-weight: 300; } #a0014 .wa_btn_ap:hover{ box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important; background-color: #F44336; } /* A0014 End --------------------------------------------*/
PHP
/* A0014 Start -------------------------------------------------------------*/ function wpb_demo_shortcode() { $message = ' <section id="a0014"> <div class="row"> <div class="col-12"> <h2>Welcome to APEX</h2> </div> <div class="col-12"> <p>You must be at least 21 years of age to view this site.</p> </div> <div class="col-12 mt-4"> <p style="font-size: 1.3em;">Please select product category that interests you.</p> </div> <div class="col-12 col-md-6 col-lg-3 mt-2"> <a href="https://apexchakratherapeutics.com/shop/#sp1"> <div class="wa_btn_ap"> Aches & Pain Relief Aids </div> </a> </div> <div class="col-12 col-md-6 col-lg-3 mt-2"> <a href="https://apexchakratherapeutics.com/shop/#sp2"> <div class="wa_btn_ap"> Sleep Aids </div> </a> </div> <div class="col-12 col-md-6 col-lg-3 mt-2"> <a href="https://apexchakratherapeutics.com/shop/#sp3"> <div class="wa_btn_ap"> PMS & Menopause Relief Aids </div> </a> </div> <div class="col-12 col-md-6 col-lg-3 mt-2"> <a href="https://apexchakratherapeutics.com/shop/#sp4"> <div class="wa_btn_ap"> Beauty & Health Aids </div> </a> </div> </div> </section>'; return $message; } add_shortcode('greeting', 'wpb_demo_shortcode'); /* A0014 END ---------------------------------------------------------*/
How to install:
- Install Popup Maker.
- Add CSS to stylesheet and add PHP to the functions file.
- Create a new popup and add a shortcode {greeting}
- Configure popup.