alchan
Forum Replies Created
-
Forum: Plugins
In reply to: [CMB2] integrate front end field to social articlesHello,
thanks for your directions. I will try.
A
Forum: Plugins
In reply to: [CMB2] integrate front end field to social articlesHello,
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
Forum: Plugins
In reply to: [Social Articles] adding price fieldHello,
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] -1Can you please take a quick look what is missing in plugin from weetransfer?
https://we.tl/DsVnBsbIE2Thanks for help,
A
Forum: Plugins
In reply to: [Social Articles] link to new articleHello, it works! Thanks!
Now I yust must add login page betweeen url and new article.
Thanks again,
A