Support Forum » User Profile

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Uncaught ReferenceError: rwmb is not defined #20832
    daekadogdaekadog
    Participant

    Hi,

    Unfortunately I have a complex multisite environment and changing themes is not possible.

    The issue only occurs when I have used select or select advanced fields otherwise there is no problems.

    Could you please look into this as using these fields is necessary.

    Thank you

    in reply to: How to load views do_shortcode in ajax situation #20321
    daekadogdaekadog
    Participant

    Hi,

    I have done some tests and can confirm that the method

    $post_id = 9865;
    $shortcode = '[mbv id="' . $post_id . '"]';
    echo do_shortcode( $shortcode );

    Will work on a full page refresh but not if the page is loaded via an ajax method

    Also, I have tested this with other shortcodes in my system using the "echo do_shortcode( $shortcode );" method and they load all via ajax as without problem

    Any ideas?

Viewing 2 posts - 1 through 2 (of 2 total)