• Resolved samchief

    (@samchief)


    I use CMB for a custom post type abd its quite promising. But I am really having issues with missing values when the posts are queried on the front end(using javascript).

    The purpose is mainly for schools to process their results very easily, but missing values(which are inputed at the backend) like this: Screenshot of missing value comes up quite randomly.

    Thanks for your help in advance.

    https://wordpress.org/plugins/cmb2/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    What method are you using to query for and display on the frontend? AJAX requests that grab the meta data from the database? WP_Query loop and get_post_meta() ?

    My initial hunch is that the missing spot is because there’s no data to display from that specific field, but I can’t confirm at all on my side of the screen.

    Thread Starter samchief

    (@samchief)

    Thanks. Your initial hunch was quite right. The user missed that value.
    However I’ll still get back to you, seems to be having some little issues with using conditional statements to improve the plugin(do more of the calculations rather than the teachers calculating and inputing especially the grade and its respective description).
    Thanks.

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Sounds good, we’ll be around.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Missing Values’ is closed to new replies.