Viewing 2 replies - 1 through 2 (of 2 total)
  • This plugin is not working for me either. I’m on 4.5.2. In installed the plugin and i have this in place for my shortcode

    For more information, or to reserve Frontier Lodge, Contact the Camp Office at [justvar code="800_phone_number"] or [justvar code="local_phone_number"]

    The variables are setup and listed under theme variables

    800_phone_number
    code: 800_phone_number
    (855) MY-GENEVA
    
    local_phone_number
    code: local_phone_number
    (740) 746-8439

    I tried the fix listed above and it did not work for me. Any other suggestions to try before I dig into the code myself?

    Thanks!

    Just to complete @cheetah182’s remark, in the root directory of the plugin, in just-variables.php line 55 you need to update this function

    function jv_get_variable_value( $var ){
    //$values = get_option(‘jv_values’);
    $values = get_option(‘jv_variables’);

    if( !empty($values[$var]) ){
    //return $values[$var];
    return $values[$var][‘default’];
    }

    return NULL;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fix for 4.5’ is closed to new replies.