Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter alchan

    (@alchan)

    Hello,

    thanks for your directions. I will try.

    A

    Thread Starter alchan

    (@alchan)

    Hello,

    thanks for answer,

    Yes I want to use this text-money field, but don’t know how grab meta field in my case (eg-cena) in database to this text-money from CMB plugin.

    Thanks for help,

    A

    Thread Starter alchan

    (@alchan)

    Hello,

    thanks for answer!

    I was try to add price field in wordpress includes (in classes, templates and sa-form.js ) but still don’t getting price field in form.

    I have create price field with same structure like title field (diferent label, placeholder, price config, … ) in sa-form/fields/templates/price/frontend and backend

    in sa-form.js

    
    function save_sa_price_config(){
        var sa_config_input = jQuery('#sa_price_config');
        var sa_config = JSON.parse(sa_config_input.val());
        sa_config.empty_message=jQuery('#sa-form-price-empty-message').val();
        sa_config.placeholder=jQuery('#sa-form-price-placeholder').val();
        sa_config.label=jQuery('#sa-form-price-label').val();
        update_field_config_data(sa_config_input, sa_config);
    }
    

    and also changes in sa-form/fields/sa-form-class.php;sa-form-setting-class.php and sa-helper-class.php

    I get error in log:

    [15-Jul-2018 09:31:06 UTC] PHP Notice: Trying to get property of non-object in /var/www/www/wp-content/plugins/social-articles/includes/social-articles-functions.php on line 124
    [15-Jul-2018 09:31:06 UTC] -1

    Can you please take a quick look what is missing in plugin from weetransfer?
    https://we.tl/DsVnBsbIE2

    Thanks for help,

    A

    Thread Starter alchan

    (@alchan)

    Hello, it works! Thanks!

    Now I yust must add login page betweeen url and new article.

    Thanks again,

    A

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