COMXPRT
COMXPRT
  • Видео 4
  • Просмотров 7 245
Call Tawk.to Live Chat Widget API on Menu button using jQuery
Call Tawk.to Live Chat Widget API on Menu button using jQuery
Important 2 Steps :
1. Add CSS ID Button
Ex. #widget_button
2. Add the script with the reference CSS ID
Here's the jquery script :
jQuery(document).ready(function($){
$( "#widget_button" ).on( "click", "a", function() {Tawk_API.toggle();});
});
Reference tawk.to article :
help.tawk.to/article/how-to-call-the-widget-from-a-chat-button-in-elementor
Want to Hire a Web Developer?
⭐️ My portfolio: johnnoahompad.com/
Tools I use:
🟠 tawk.to: www.tawk.to/
🟠 tawk.to API : developer.tawk.to/jsapi/
🟠 elementor: elementor.com/
🟠 Loom: www.loom.com/
🟠 Sublime text: www.sublimetext.com/
Просмотров: 1 304

Видео

Increase upload maximum file size on wordpress using .HTACCESS without using any plugins
Просмотров 4,5 тыс.2 года назад
Learn how to increase upload maximum file size on wordpress using .HTACCESS without using any plugins. 💻 Just only add the five (5) line of code on .htaccess php_value upload_max_filesize 4096M php_value post_max_size 4096M php_value memory_limit 4096M php_value max_execution_time 0 php_value max_input_time 0 💡 Please take note : upload_max_filesize - set this to a value greater than your backu...
Tawk.to Live Chat Widget API on Elementor button using jquery
Просмотров 1,4 тыс.2 года назад
How to call the Tawk.to Live Chat Widget using API from a chat button in Elementor Important 2 Steps : 1. Add CSS ID Button Ex. #widget_button 2. Add the script with the reference CSS ID Here's the jquery script : jQuery(document).ready(function($){ $( "#widget_button" ).on( "click", "a", function() {Tawk_API.toggle();}); }); Want to Hire a Web Developer? ⭐️ My portfolio: johnnoahompad.com/ Too...
jQuery Effects - Hide and Show
Просмотров 433 года назад
Learn how to hide and show HTML elements with jQuery hide() and show() methods. 💻 Source code github.com/comexprt/JS-TUTORIAL/blob/main/hideandshow.html Want to Hire a Web Developer? ⭐️ My portfolio: johnnoahompad.com/ Tools I use: 🟠 SUBLIME TEXT: www.sublimetext.com/ 🟠 LOOM : www.loom.com/ #Jquery#hide() #show()

Комментарии

  • @m.afraz-az
    @m.afraz-az 10 дней назад

    Thanks you so much

    • @comxprt
      @comxprt 10 дней назад

      You're welcome! Thank you for watching

  • @con6775
    @con6775 9 месяцев назад

    it works perfectly thanks a lot

    • @comxprt
      @comxprt 9 месяцев назад

      Awesome! Good to hear that. Thank you for watching this video!

  • @ktlim1371
    @ktlim1371 10 месяцев назад

    Thanks! This is what exactly I want to do but I don't know how to access the CPANEL? My hosting is IONOS.

    • @LoanNGUYEN-jj6jh
      @LoanNGUYEN-jj6jh 9 месяцев назад

      web space

    • @comxprt
      @comxprt 9 месяцев назад

      Thank you for watching this video! If you enjoyed it, please consider subscribing and clicking the bell icon to get notifications for new uploads. + Steps to Update the .htaccess File via IONOS File Manager: 1. Access the File Manager: - Once you're logged in to your IONOS dashboard, look for a section called “Hosting”. - Click on it, and you should see options related to your hosting package. Look for and select "File Manager" or a similarly named option that lets you access and manage your website files. 2. Navigate to the Root Directory: - Open the File Manager, which should show you a list of all the files and folders within your hosting environment. - Navigate to the root directory of your website where the .htaccess file is usually located. This is often the public_html or htdocs folder, depending on your server setup. 3. Locate the .htaccess File: - In the root directory, look for the .htaccess file. Note that files beginning with a dot (.) are hidden files. If you don’t see the file, you might need to adjust the settings to show hidden files: - Look for an option like “Settings” or a gear icon in the file manager. - Ensure the option to show hidden files (dotfiles) is enabled.

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

    thanks bruh is it possible to make the widget appear only when i click it

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

      Hi, thank you for your question. You can use toggleVisibility() to make the widget Hides or Shows based on the current visibility state. Please check out this link: developer.tawk.to/jsapi/ so you can play more with its API.

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

    Thank you, so easy but i didn't know how to do it, thank youuu

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

      Hi, I can help you with how to do it. See description to reach me out.

    • @comxprt
      @comxprt 9 месяцев назад

      Thank you for watching this video!

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

    Thank you so much for this! It really helped!!

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

      Awesome! Good to hear that. You're welcome. Just let me know what other web development techniques you wanted to know.

    • @comxprt
      @comxprt 9 месяцев назад

      Thank you for watching this video!

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

    I want to move this button little up from footer down how ?

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

      Hi, thank you for your question. If you want to change the widget position please go to your tawk.to dashboard > Administration > Channels > Chat Widget > Widget Appearance > Advanance ~ from here you can select what position you want for the widget