How To Add A Free Contact Form Popup In Wordpress

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • There are lots of popup plugins for WordPress, but very few of them have a solid free version. The one you'll discover in this video does and we'll use it to create a popup that contains a contact form.
    //*
    Grab your free 17-Point WordPress Launch Checklist PDF: wplearninglab....
    Always backup your site just in case (or use a staging site), here's how: • WordPress Backup, Rest...
    Join our private Facebook group today! / wplearninglab
    //*
    Here are 20+ reasons why I host all my sites with SiteGround: wplearninglab....
    //*
    Post videos of your WordPress success using the hashtag #WPLLCommunity!
    Get on the Unofficial Ultimate Guide To Elementor course waiting list here (no obligation): elementor.conv...
    Here's the link for Elementor Pro (aff): wplearninglab....
    I hope this information helps you! If you have any questions leave a comment below or ping me @WPLearningLab on Twitter.
    WP Learning Lab Channel: www.youtube.com...

Комментарии • 21

  • @wplearninglab
    @wplearninglab  2 года назад

    If you found this tutorial helpful, then you'll love the WordPress Skills Playlist. Check it out here to learn all sorts of WordPress Skills: ruclips.net/video/24aKHfJwuw4/видео.html

  • @visualmodo
    @visualmodo 2 года назад +1

    Excellent work! =D

  • @kandaman304
    @kandaman304 Год назад

    Excellent video, Bjorn!!!

  • @Lana-rx6qe
    @Lana-rx6qe Год назад

    Thank you for great tutorial!

  • @MonikaKonieczna-xk9ys
    @MonikaKonieczna-xk9ys 5 месяцев назад +1

    Perfect video and very helpful Bjorn! but how can I make popup on the website, that is created thru Elementor? I have ready my website and every pages was prepared using Elementor. Now I can't add popup button. Can you help me please?

    • @wplearninglab
      @wplearninglab  5 месяцев назад

      Hi Monika,
      Elementor Pro can build popups work perfectly on Elementor pages. So if you have Elementor Pro. This video shows how to create one type of popup using Elementor: ruclips.net/video/xi2mw5DdPOs/видео.html The other types are created the same way.
      I hope that helps :) Let me know if you have any further questions. Thanks for watching!

  • @robertopajno
    @robertopajno Год назад

    The procedure does not seem to work when triggering the popup with a button created with Elementor. Even adding the class popmake-xxx to the "additional css" field, the button does not respond, i.e. the cursor does not turn into a hand to click on it. Is this correct or am I missing something?

  • @tennisfitapp
    @tennisfitapp 5 месяцев назад +1

    Does not work with Elementor free version 😢

  • @smeagoltheunrealdeviant9357
    @smeagoltheunrealdeviant9357 2 года назад +1

    Hey I have a question, I am a beginner web designer in college, Do you think I should buy WP Rocket for my clients? Or is their something better on the market?...

    • @wplearninglab
      @wplearninglab  2 года назад +1

      I currently use NitroPack. NitroPack gets some flack from people online, but I've had great success with it. Check out this tutorial to see how to use it: ruclips.net/video/tet7hLBbVLg/видео.html
      WPRocket is good too, but it can be a little more tedious to set up on each site and the results haven't been as good as NitroPack for me.
      I hope that helps :) Let me know if you have any further questions. Thanks for watching!

  • @Atulwebdesigner
    @Atulwebdesigner 2 года назад

    Thanks for the video. Could you please share the link to the video showing the popup creation using the auto time method?

  • @HaifengZhu-pn3uq
    @HaifengZhu-pn3uq 11 месяцев назад

    hi, I want a contact popup with four items, phone number, email address, whatsapp, messenger. When people click on relevant item, it will expand. For example, click on the first one, the phone number will display; click on the third one, whatsapp qr code will display, which plugin can do this?

  • @brianclark7913
    @brianclark7913 2 года назад

    Where in free Elementor would I add the popup shortcode plz and thx? If I try to edit using that way it breaks my formatting.

  • @FaizanKhan-vb1kw
    @FaizanKhan-vb1kw 10 месяцев назад

    can you do this with multi step contact forms?

  • @seanpierce4926
    @seanpierce4926 2 года назад

    I have a quick question... This question is based on one of your videos back in 2017 about cloning or migrating a site (I was able to clone the original site. The issue I am encountering is changing some of the images, they are showing broken up. Why is that happening? and how can I fix that?)

    • @wplearninglab
      @wplearninglab  2 года назад

      Hi Sean,
      Without seeing the site code I'm guessing the images are appearing broken because they are still linking to the old location of the images. To see if that's the case view your site as a visitor would, find a broken image and right-click on it. Choose "Copy Image Address" (if you're using Google Chrome). It will be called something similar in other browsers. Then paste what you just copied into a notepad or other text editor. Then you can see if the link contains the old location.
      If the link is still showing the old location then the easiest solution is updating the domain reference in the MySQL database. This post is very helpful and it has advice specific to images: blog.templatetoaster.com/update-old-urls-in-database/
      Before you try anything out, make a backup of the database :) I hope that helps :) Let me know if you have any further questions.

  • @rg-web-design
    @rg-web-design 2 года назад +2

    The only thing that has put me off pop-ups for this kind of use (as well as menus) are pop-up blockers in browsers, which render these useless.

    • @wplearninglab
      @wplearninglab  2 года назад +2

      Popups are a dying breed, but so are display ads due to ad blockers. But, the good news is that popup blockers have "default" class names and IDs they look for when blocking popups. Since the popup builder used in this video allows you to the define your own ID for the popups the popups won't be blocked by default. Here's a StackOverflow post about it: stackoverflow.com/questions/39454022/can-bootstrap-modal-can-be-blocked#:~:text=Yes%20and%20no.,modals%20out%20of%20the%20box.

    • @rg-web-design
      @rg-web-design 2 года назад

      @@wplearninglab That's good to know. Thank you.