ibridge_jp
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] ‘[cfdb-json]’ shortcode use in my themeHi,
There is no line break.
Why is nothing displayed if “TRANS” is used?Forum: Plugins
In reply to: [Contact Form DB] ‘[cfdb-json]’ shortcode use in my themeHi, I was a lack of confirmation
$json = do_shortcode(‘[cfdb-json form=”form name”]’);
var_dump( $json );-Display
<script type=”text/javascript” language=”JavaScript”>
var cf7db = [
{“Submitted”:”2016-12-03″, *** }
];
</script>But,
$json = do_shortcode(‘[cfdb-json form=”form name” trans=”CountInField(user,point)&&NaturalSortByField(point,DESC)” tfilter=”Submitted>=2016-12-01&&Submitted<2017-01-01″]’);
var_dump( $json );Not working.
-Display
string “[cfdb-json form=”form name” trans=”CountInField(user,point)&&NaturalSortByField(point,DESC)” tfilter=”Submitted>=2016-12-01&&Submitted<2017-01-01″]”Forum: Plugins
In reply to: [Contact Form DB] ‘[cfdb-json]’ shortcode use in my themeThank you for reply.
$json = do_shortcode(‘[cfdb-json form=”form name”]’);
var_dump( $json );
->Not working$json = do_shortcode(‘[cfdb-html form=”form name”]’);
var_dump( $json );
->Not working$json = do_shortcode(‘[cfdb-table form=”form name”]’);
var_dump( $json );
->Working$json = do_shortcode(‘[cfdb-datatable form=”form name”]’);
var_dump( $json );
->WorkingThank You!!
If you feel like, please consider use Jcrop plugin.
I want to cropping images on mobile device.Dear Gabriel.
Thank you for writing code.
That code is fantastic!!
I have a question.
Do not need to switch user’s blog id?ex)
switch_to_blog( $user_blog_id );// Save this sites upload space setting.
update_option( ‘blog_upload_space’, $new );restore_current_blog();
and, myCRED Add-ons Defalt Gateway is error happen.
Undefined variable: currency_symbol in /wp-content/plugins/mycred/addons/gateway/carts/mycred-woocommerce.php on line 427 Warning: array_unique() expects parameter 1 to be array, null given in /wp-content/plugins/woocommerce/includes/wc-core-functions.php on line 209 Warning: Invalid argument supplied for foreach() in /wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-general.php on line 46
WooCommerce 2.0.20 and 2.1.7
myCRED1.4.1Best regards.
Hi,
I want to sell via users profiles.
If use the store, I want to use WooCoomerce.
Thank you!Thank you for quick reply.
An error has happened when using only “bbPress”.
Maybe, this error does not occur when using at the same time the “bbPress” and “BuddyPress”…
Thank you for reply and support!
That error has disappeared after installing the “BuddyPress”.
So, I can not reproduce the behavior. Sorry.