• Resolved atmanbaba

    (@atmanbaba)


    hi,

    I manage to my user to create a room with a Gravity form,
    the output of the form is : [buddymeet room={room name:1}-oki-talk-{ip} password={password:5} default_language=fr show_watermark=false width=100%]

    but nothing appear as confirmation message,
    only div id=meet and that s it, any idea ?

    thanks

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi,

    it seems that the dymanic parts that you put in the shortcode settings were not replaced properly with their respective values. So the resulting shortcode declaration is invalid.

    In order to trace the error please start by using a fixed declaration like:

    [buddymeet room=simple_room_code]

    If this works continue by adding the dynamic value for that setting and check it again. If it warks you continue otherwise check if the dynamic value is properly replaced.

    Hoper that helps,
    Themis

    • This reply was modified 4 years, 8 months ago by tdakanalis.
    • This reply was modified 4 years, 8 months ago by tdakanalis.
    Thread Starter atmanbaba

    (@atmanbaba)

    Thanks for your email :
    The output is perfect

    [buddymeet room=1212-oki-talk-94.252.100.140 password=1212 default_language=fr show_watermark=false width=100%]

    working great in a text block with wp bakery, just not working with a form maker :/

    any idea maybe how to make a form : input Room name + input Password –> print shortcode ?

    Thread Starter atmanbaba

    (@atmanbaba)

    for information : i tried with wpforms, perfect ouput but only “div id= meet” appear in console.

    Have a try : https://talk.oki.lu

    • This reply was modified 4 years, 8 months ago by atmanbaba.
    Thread Starter atmanbaba

    (@atmanbaba)

    How can we register your shortcode in function.php of our theme ?

    Thread Starter atmanbaba

    (@atmanbaba)

    Update :
    I tried 10 ways from function to php to script, or forms (wpforms, gform,contact7) to create custom [buddymeet room=xxxx], i can print it, but when i make ” echo do_shortcode (‘[buddymeet room=’.$_GET[‘room’].’]’); nothing apear, in console i can find:

    <div id=”meet”></div>

    Any solutions ?

    Hi,

    it seems that the invite.js is not get loaded. Try to enqueue it in your functions.php. It is located in the assets/js folder of the plug-in.

    Hope that helps.
    Themis

    • This reply was modified 4 years, 8 months ago by tdakanalis.
    Thread Starter atmanbaba

    (@atmanbaba)

    Hi,

    I just made a try, still nothing appear, i got a new error on console :

    (index):294 Uncaught SyntaxError: Unexpected token ‘&’
    invites.js?ver=5.3.2:2 Uncaught ReferenceError: args is not defined
    at HTMLDocument.<anonymous> (invites.js?ver=5.3.2:2)
    at i (jquery.js?ver=1.12.4-wp:2)
    at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2)
    at Function.ready (jquery.js?ver=1.12.4-wp:2)
    at HTMLDocument.J (jquery.js?ver=1.12.4-wp:2)

    “jQuery(document).ready( function() {
    const ajaxurl = args.ajaxurl;” –> this args 2nd line

    • This reply was modified 4 years, 8 months ago by atmanbaba.

    I have the same problem.
    The plugin is brilliant, but the use is limited to entering the shortcode to edit the template.
    Failed to run shortcode from php
    failed from the level of forms whether it is contact-form-7 or WpForms.
    Maybe someone can improve something in this matter

    Hi,

    please update to the just released version (1.7.0) and let me know if it resolves the issue.

    Thanks,
    Themis

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Shortcode not working’ is closed to new replies.