Support Forum » User Profile

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Fatal Error #49552
    Leo HermantoLeo Hermanto
    Participant

    Hi Peter,

    I have deleted the current plugin Meta Box AIO and re-install it and I am still getting the same error.
    But seems to me like there is a incompatibility with Sharelogin plugin, because when I deactivate Share login, apparently it returns to normal.

    If I activate Sharelogin and Metabox together the error occured, if one is deactivated either sharelogin or metabox seems its resolve the problem

    in reply to: Image field 'required' not working #45130
    Leo HermantoLeo Hermanto
    Participant

    I manage to solve this only with Image only.

    in reply to: Image field 'required' not working #45104
    Leo HermantoLeo Hermanto
    Participant

    Hi

    I am facing the same issues, is there already a solution to this? I tried all image upload even with logged in user is still submitted even when its empty and set to required.

    Leo HermantoLeo Hermanto
    Participant

    Hi Peter,

    Yes using this method works fine.

    But when you do the echo inside the front end submission element in the bricks builder, this does not work which means it is not parse correctly as indicated by bricks builder support.

    My issue is solved using the url parameter.

    However it would be nice if the integration with bricks builder can work too.

    Thanks for your answer.

    Best regards

    Leo HermantoLeo Hermanto
    Participant

    An update to this issue from Bricks Builder, they mentioned that this could be a bug from metabox as it is not parsing the dynamic data tag on form submission element integrated with bricks builder. as the dynamic data tag is working fine with all other elements like basic text, and even bricks form element.

    Leo HermantoLeo Hermanto
    Participant

    Hi Long

    Thanks for this, I tried code snippets, it works, I realised the mistake with advance scripts that I am using is the wrong hooks, I should just set it to init, then it will works the same.

    Thank you.

    Leo HermantoLeo Hermanto
    Participant

    Hi Long

    I added this php code in oxygen template page using code block.

    Leo HermantoLeo Hermanto
    Participant

    Just so you can understand more,

    Field ID: extrn_url

    I tried the following in PHP and nothing is being retrieve.

    <?php
    echo rwmb_get_value($extrn_url);
    ?>

    and

    <?php
    echo rwmb_get_value('extrn_url');
    ?>

    and I also tried the following code:

    <?php
    $value = rwmb_get_value ('extrn_url' , $_POST['post_id']);
    echo $value;

    ?>

    also tried with rwmb_meta

    <?php
    echo rwmb_meta('extrn_url');
    ?>

    Still no results.

    Tested directly from Oxygen custom field metabox, it works, but not with the PHP. or for that matter I tried it in javascript, it also did not work. I tried passing the Var from Java script to PHP, still not working.

    [oxygen ct_sign_sha256='43a6a06eaad99a3ea156b2b8b4538c3fc993920929650b8dc077274a5437a2b2' data='custom_metabox_content' settings_path='affiliate_url' settings_page='' ]

    Any help on this is greatly appreciated. Not sure where I go wrong.

    Leo HermantoLeo Hermanto
    Participant

    Hi Long

    Thanks for your reply,

    What is my actual problem, is retrieving the url value from custom url field into the script?

    I was following the <a href= <?php echo .. example from one of the topic in this forum.

    Is there anyway to retrieve this dynamic extrn_url custom field into the javascript so that the redirect will work.

    I tried using MB view shortcode and $extrn_url in php, I can't seem to get the url value into the script.

    Appreciate your help on this.

    Best regards

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