Home Forums WoodMart support forum popup coupon

popup coupon

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #117463

    VIVI
    Participant

    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

    #117484

    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

    #117529

    VIVI
    Participant

    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’ );

    #117563

    Artem Temos
    Keymaster

    Please, send us a screenshot from the functions.php file in your child theme so we can see what is wrong there.

Viewing 4 posts - 1 through 4 (of 4 total)