Home › Forums › WoodMart support forum › popup coupon popup coupon This topic has 3 replies, 3 voices, and was last updated 6 years, 1 month ago by Artem Temos. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 7, 2019 at 6:01 am #117463 VIVIParticipant Hi how to make a button with popup using html block and how to make a text will auto paste the word and redirect a website April 7, 2019 at 10:32 am #117484 Elise NoromitMember Hello, Navigate to HTML block create new and insert Popup element. You can insert any WP Bakery element inside http://prntscr.com/n8lzek how to make a text will auto paste the word and redirect a website there is no option in our theme, perhaps you will have to find a plugin. Best Regards April 7, 2019 at 6:06 pm #117529 VIVIParticipant Hi , can I know how to add a new js file on your theme function.php, I’m try adding this but not working function mytheme_custom_scripts(){ $scriptSrc = get_template_directory_uri() . ‘/js/clipboard.js’; wp_enqueue_script( ‘clipboard’, $scriptSrc , array(jquery), ‘1.0.0’ ); } add_action( ‘wp_enqueue_scripts’, ‘mytheme_custom_scripts’ ); April 8, 2019 at 6:36 am #117563 Artem TemosKeymaster Please, send us a screenshot from the functions.php file in your child theme so we can see what is wrong there. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register