Miguel A.
Forum Replies Created
-
Forum: Plugins
In reply to: [ACF to Custom Database Tables] Saving Checkbox values in DBUnderstood. It is clear now.
Thank you for your help.Forum: Plugins
In reply to: [ACF to Custom Database Tables] Saving Checkbox values in DBThank you very much for your explanation and sorry for the late reply.
When I try to retrieve the checkbox values using get_custom_table_field, the escaped Unicode characters are not decoded. Only by re-encoding the JSON I can get the value in UTF-8 format:
$acf_value= get_custom_table_field (‘table’, ‘field’, $post_id);
json_encode(json_decode($acf_value), JSON_UNESCAPED_UNICODE);Forum: Plugins
In reply to: [Currency Exchange for WooCommerce] W3 Total Cache support@luisgalvanaybar,
Try to exclude this cookie from cache:
br_ce_languageI am not sure W3 Total Cache has this option.
Forum: Plugins
In reply to: [Currency Exchange for WooCommerce] stuck on default currency@queenywd,
Try to exclude this cookie from cache:
br_ce_languageI am not sure SG Optimizer has this option.
Forum: Plugins
In reply to: [Expand Divi] Related post : “You might also like”You provide a POT file so I suppose we could be able to create a PO and MO files to translate your plugin.
What names we should put to our translation files (maybe something like “divi-expand-fr_FR.po”)?
Could we put this files in wp-content/languages/plugins folder?Thank you!
Forum: Plugins
In reply to: [Expand Divi] My content is goneJust add a tag to your post and the content will reappear.
It works for me.Forum: Plugins
In reply to: [Essential Real Estate] Can user downgrade or cancel packages?One more question:
When removing an Agent Account (leave agent) his/her properties are shown in the front-end.
I agree these properties must belongs to the Agent and they mustn’t be deleted but they should be removed from the front-end.Hi Thomas.
Just for your information:
In my site, update cart button doesn’t work when “Integration -> WooCommerce -> Track enhanced e-commerce” is enabled.
When disabled, it works.Thanks for your help!
Wordpress 4.5.3 – WooCommerce 2.5.5 (also in 2.6.1) – Plugin 1.3.1Regards,
MiguelForum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] -* showing up in excerptsI have the same problem.
Any sugestions to solve it?