Open Calendly Popup on Click in WordPress using Elementor

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 พ.ค. 2020
  • Sometimes when you don't want to embed the Calendly scheduler directly on the website but, you want to add a button which when clicked will open the calendar.
    In this video, I am showing you how you can add such a button.
    CSS to edit the button style
    .sch_appt {
    color: #fff;
    background: #000;
    padding: 10px;
    }
    #calendly #wordpress #calendlypopup
  • แนวปฏิบัติและการใช้ชีวิต

ความคิดเห็น • 34

  • @janicehamrick
    @janicehamrick 3 หลายเดือนก่อน

    Wow! Exactly what I needed and I would never have figured it out on my own. THANK YOU! BTW...if you have a theme, it might be overruling the CSS. I had to add !Important to the color and background to get the look I wanted.

  • @MsEgyptianBeauty
    @MsEgyptianBeauty 3 ปีที่แล้ว +1

    Thank you sir. Saved me a lot of time!

  • @juliechang.english
    @juliechang.english ปีที่แล้ว +1

    Extremely helpful, thanks so much!!

  • @OneWord1
    @OneWord1 ปีที่แล้ว

    fantastic thank you!

  • @maxherber5351
    @maxherber5351 4 ปีที่แล้ว +1

    You are the best brother

  • @UpperValleyWeb
    @UpperValleyWeb 9 หลายเดือนก่อน

    Thank you. I was stuck once the link was embed and it didn't match the rest of my page. I've done basic coding in other platforms but I didn't know the mechanics of how to edit the CSS for this link. It seems like there should be a way to use a button widget in Elementor and make it trigger the popup, but short of coming up with some custom Javascript for it, it seems this is an easier work around.

  • @stevenplyler6768
    @stevenplyler6768 3 ปีที่แล้ว

    Thank you, most of details were easy to follow - except at the time you instruct viewer to add HTML. Instead of allowing me to go to advanced and add the code, I get a window to upgrade "Meet Our Custom CSS".

  • @laurarivero3328
    @laurarivero3328 3 ปีที่แล้ว +2

    I only have Custom JS, since I have the free version. Is there another code to use?

  • @kerim4973
    @kerim4973 3 ปีที่แล้ว

    Hello, could you help me put this button in the center? margin: 0; neither auto works for me. Thank you so much!!

    • @PrathameshSakhadeo7
      @PrathameshSakhadeo7  3 ปีที่แล้ว +1

      You can add following css to the anchor tag display: block; margin: 0 auto;

  • @killqar6001
    @killqar6001 3 ปีที่แล้ว +1

    how do you center it? please

  • @ohb1512
    @ohb1512 3 ปีที่แล้ว +1

    Hi, I am struggling to embed our calendly link into a elementor button, can you advise please?

    • @PrathameshSakhadeo7
      @PrathameshSakhadeo7  3 ปีที่แล้ว

      Hi. Where exactly you are facing the problem?

    • @ohb1512
      @ohb1512 3 ปีที่แล้ว

      Prathamesh Sakhadeo on www.whitelabelstudio.co.uk our book a demo button point out to a new page not embedded

  • @vinulakasthuriarachchi1479
    @vinulakasthuriarachchi1479 ปีที่แล้ว

    How do I align this button to the center? And also make it mobile responsive?

    • @buddytech01
      @buddytech01 6 หลายเดือนก่อน

      display: flex;
      align-items: center; //for vertical
      justify-content: center; // for horizontal

  • @Martilyo73
    @Martilyo73 3 ปีที่แล้ว +1

    What if you want to use a pre-existing button or image? How do you make that button or image launch the popup?

    • @PrathameshSakhadeo7
      @PrathameshSakhadeo7  3 ปีที่แล้ว

      You can add your image tag in place of text Let's talk so that your image will become a button to open the popup

    • @ibdaaforscienceeducation948
      @ibdaaforscienceeducation948 2 ปีที่แล้ว

      @@PrathameshSakhadeo7 thank you for the video, i have a pre-existing button ... i don't understand how to make that button launch the popup? ... can you please explain, thanks

    • @PrathameshSakhadeo7
      @PrathameshSakhadeo7  2 ปีที่แล้ว +1

      ​@@ibdaaforscienceeducation948 There are few more steps involved.
      First of all you need to given the button some id.
      Then remove this line from the code you get from Calendly. Schedule time with me
      Keep these lines in the code. Do not remove them
      Then add following code in another HTML block. Make sure you add this HTML block at the end of the page.
      document.getElementById('open').addEventListener('click', function() {
      Calendly.initPopupWidget({url: 'your-link'});return false;
      });
      wherever it says your-link in above code, you will see you get that from Calendly code itself. Do let me know if this works.

    • @ibdaaforscienceeducation948
      @ibdaaforscienceeducation948 2 ปีที่แล้ว

      @@PrathameshSakhadeo7 thank you so much ... i gave the button an id "boutoncalendly" ... where should i use that in the code ??

    • @PrathameshSakhadeo7
      @PrathameshSakhadeo7  2 ปีที่แล้ว

      @@ibdaaforscienceeducation948 document.getElementById('open') in this line replace open with your id

  • @big1ne
    @big1ne ปีที่แล้ว

    Thank you but this must only work for paying users. There is no embed on free subcription

    • @PrathameshSakhadeo7
      @PrathameshSakhadeo7  ปีที่แล้ว

      The interface has changed a bit. Go through this video th-cam.com/video/sJVEIpWqAzU/w-d-xo.html

    • @big1ne
      @big1ne ปีที่แล้ว

      @@PrathameshSakhadeo7 Thank you very much