Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter mfjunior74

    (@mfjunior74)

    Hi, I solved replacing line 379 in the file script.js with this

    $(this).find('#gotowebinar_registration_submit').after('<div class="success-message registration-successful"><i style="color:green;" class="fa fa-check" aria-hidden="true"></i> <span>'+ customSuccessMessage +'</span></div>' + '<p><a target="_blank" href="' + data + '">' + data + '</a></p>');

    So when a user register to a webinar can see the custom success message and after appear the Link to join the webinar (the same he will receive by mail).

    Thank you for patience and sorry if I was not clear!

    Marco

    • This reply was modified 4 years, 1 month ago by mfjunior74.
    Thread Starter mfjunior74

    (@mfjunior74)

    Thank you for answer, your plugin is better that registration on GoToWebinar site, but I would like to know that is possible to use the translation page to create a custom success message with the join link.
    There is no shortcode to create a [join link] but there is only a [Registration URL]

    I see that file script.js line 384 is used to create the success message and the join link:
    … you can use this link: ‘ + data + ‘ to join the webinar …

    but if I would like to keep the join link and translate, I don’t have anything to show the join link (no shortcode for the custom message), so I need to translate the original file.

    Thnak you, Marco

    @hermesf thank you, I finally set up App ID and App Certificate and the Communication Channel works like a charm but only if the page template is Agora full, Otherwise there are visual problem (gray shape and Agora-SDK [ERROR]: – “[51156]None Ice Candidate not allowed”)

    I still have problem with Broadcast, the Broadcaster User can see the video only if the page page template is Agora full and can’t share the screen and get the error “getDisplayMedia must be called from a user gesture handler”, and the page for users that watch the streaming has some css problem (the .user_gravatar_wrapper overlay the button “Watch the Live Stream”)

    I will make more test if is a conflict from other plugin. Thank you, Marco

    Dear @hermesf, I see that I can save the App ID and App Certificate, but if i refers the page the App ID and App Certificate are not maintained.

    Thank you for answer, I just created a new project on Agora, at beginning without App certificate, then enabled the App certificate for the project and copyed to wordpress setting, then I created a new channel on wordpress but I have the same problem.
    I think there is something wrong when I create the app certificate?

    Thank you, Marco

    Hello,I have the same problem, I run the plug in in a ssl website, I followed instructions and created App ID and App Certificate but I get the error in consolle:

    [Error] 12:58:43:606 Agora-SDK [ERROR]: – “[64FC3]” – “Get server node failed [DYNAMIC_USE_STATIC_KEY]” – “https://webrtc2-ap-web-1.agora.io/api/v1&#8221; – “DYNAMIC_USE_STATIC_KEY”

    [Error] 12:58:43:607 Agora-SDK [ERROR]: – “[ERROR] : join channel failed” – “DYNAMIC_USE_STATIC_KEY”

    Thank if someone find a solution!

    Marco

    Thread Starter mfjunior74

    (@mfjunior74)

    Hi hiteshmakvana, I try to add a “WP editor field” through the Field Editor menu, I can see the new field created only in the front-end event submission page and not from the back end. Do you experienced the same problem?
    Thank you, Marco

    Thread Starter mfjunior74

    (@mfjunior74)

    Dear Andrew, thank you for answering,

    I have modified the function stripeResponseHandler(status, response) in the class.pmprogateway_stripe.php file, adding var errorMessages in my language end the line

    if ( response.error && response.error.type == ‘card_error’ ){

    alert(errorMessages[ response.error.code ] );
    jQuery(“.payment-errors”).text(errorMessages[ response.error.code ] );

    but if I upgrade the plugin I will loose everything, there is a filter for function.php file?
    Thank You, Marco

Viewing 8 replies - 1 through 8 (of 8 total)