Title: maestro2012's Replies | WordPress.org

---

# maestro2012

  [  ](https://wordpress.org/support/users/maestro2012/)

 *   [Profile](https://wordpress.org/support/users/maestro2012/)
 *   [Topics Started](https://wordpress.org/support/users/maestro2012/topics/)
 *   [Replies Created](https://wordpress.org/support/users/maestro2012/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/maestro2012/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/maestro2012/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/maestro2012/engagements/)
 *   [Favorites](https://wordpress.org/support/users/maestro2012/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 35 total)

1 [2](https://wordpress.org/support/users/maestro2012/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/maestro2012/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/maestro2012/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Animations for Blocks] Offset does not work.](https://wordpress.org/support/topic/offset-does-not-work/)
 *  Thread Starter [maestro2012](https://wordpress.org/support/users/maestro2012/)
 * (@maestro2012)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/offset-does-not-work/#post-17736957)
 * Ah, I see. Actually, it works. My mistake. Thx.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cookies and Content Security Policy] Suggestions from google support (ad_personalization, ad_user_data)](https://wordpress.org/support/topic/suggestions-from-google-support-ad_personalization-ad_user_data/)
 *  Thread Starter [maestro2012](https://wordpress.org/support/users/maestro2012/)
 * (@maestro2012)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/suggestions-from-google-support-ad_personalization-ad_user_data/#post-17433160)
 * I like the plug-in, but this is the information I got from Google 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cookies and Content Security Policy] Suggestions from google support (ad_personalization, ad_user_data)](https://wordpress.org/support/topic/suggestions-from-google-support-ad_personalization-ad_user_data/)
 *  Thread Starter [maestro2012](https://wordpress.org/support/users/maestro2012/)
 * (@maestro2012)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/suggestions-from-google-support-ad_personalization-ad_user_data/#post-17429424)
 * Google wants the 2 new types of cookies (ad_personalization, ad_user_data) to
   be separated so that they can be accepted or rejected separately.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Unyson] Warning: Invalid argument supplied for foreach()](https://wordpress.org/support/topic/warning-invalid-argument-supplied-for-foreach-166/)
 *  [maestro2012](https://wordpress.org/support/users/maestro2012/)
 * (@maestro2012)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/warning-invalid-argument-supplied-for-foreach-166/#post-15956422)
 * Thanks, it works. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Unyson] Warning: Invalid argument supplied for foreach()](https://wordpress.org/support/topic/warning-invalid-argument-supplied-for-foreach-166/)
 *  [maestro2012](https://wordpress.org/support/users/maestro2012/)
 * (@maestro2012)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/warning-invalid-argument-supplied-for-foreach-166/#post-15945774)
 * How you fix it? Widzę, że twoja website working just fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Content Shortcode] ACF – Paragraphs are removed. I use format = true](https://wordpress.org/support/topic/acf-paragraphs-are-removed-i-use-format-true/)
 *  Thread Starter [maestro2012](https://wordpress.org/support/users/maestro2012/)
 * (@maestro2012)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/acf-paragraphs-are-removed-i-use-format-true/#post-14389275)
 * I use DIVI too 🙂 And use loop on the page. This plugin solved my problem with
   too simple Divi post grid which has a lot of restrictions. There is only this
   problem with paragraphs that spoils the layout of the content.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Content Shortcode] woocommerce price with currency symbol](https://wordpress.org/support/topic/woocommerce-price-with-currency-symbol/)
 *  Thread Starter [maestro2012](https://wordpress.org/support/users/maestro2012/)
 * (@maestro2012)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/woocommerce-price-with-currency-symbol/#post-14389263)
 * The above function solves the problem.
    This function inserts the price with 
   the currency symbol. Found it today. I put the shortcode in the loop and it works
   fine. Currency switching as well.
 * Earlier I used
    `[format currency = EUR] [field _price] [/ format]` but it does
   not give the currency symbol and currency switching does not work.
    -  This reply was modified 5 years, 3 months ago by [maestro2012](https://wordpress.org/support/users/maestro2012/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Content Shortcode] woocommerce price with currency symbol](https://wordpress.org/support/topic/woocommerce-price-with-currency-symbol/)
 *  Thread Starter [maestro2012](https://wordpress.org/support/users/maestro2012/)
 * (@maestro2012)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/woocommerce-price-with-currency-symbol/#post-14389223)
 * I used the following function to insert a price. Maybe it will be useful to someone.
   
   The currency conversion plugin I use is “Currency Exchange for WooCommerce”. 
   Currency change seems to be working.
 *     ```
       function my_shortcode_product_price() {
           $html = '';
   
           global $product;
   
           $price = wc_get_price_to_display( $product, array( 'price' => $product->get_price() ) );
   
           $args = array(
                   'ex_tax_label'       => false,
                   'currency'           => 'USD',
                   'decimal_separator'  => '.',
                   'thousand_separator' => ' ',
                   'decimals'           => 2,
                   'price_format'       => '%2$s&nbsp;%1$s',
               );
   
           $html = "<span>" . wc_price( $price, $args ) . "</span>";
   
           return $html;
        }
        add_shortcode( 'product_price', 'my_shortcode_product_price' );
       ```
   
 * `[product_price]`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Content Shortcode] ACF – Paragraphs are removed. I use format = true](https://wordpress.org/support/topic/acf-paragraphs-are-removed-i-use-format-true/)
 *  Thread Starter [maestro2012](https://wordpress.org/support/users/maestro2012/)
 * (@maestro2012)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/acf-paragraphs-are-removed-i-use-format-true/#post-14389202)
 * I using Wysiwyg Editor (Visual&text). In another place without “Custom Content
   Shortcode” its display corectly, on “Custom Content Shortcode” no paragraphs.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Content Shortcode] woocommerce price with currency symbol](https://wordpress.org/support/topic/woocommerce-price-with-currency-symbol/)
 *  Thread Starter [maestro2012](https://wordpress.org/support/users/maestro2012/)
 * (@maestro2012)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/woocommerce-price-with-currency-symbol/#post-14388478)
 * Thanks. But how do you add a currency symbol? I use a currency conversion plugin,
   the symbol must be from WooCommerce to be automatically changed by the currency
   conversion plugin.
 * For me, the main currency is the US Dollar, plus Euro and one more currency.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GTM4WP - A Google Tag Manager (GTM) plugin for WordPress] GTM1.11.4 broke impreza theme header.](https://wordpress.org/support/topic/gtm1-11-4-broke-impreza-theme-header/)
 *  Thread Starter [maestro2012](https://wordpress.org/support/users/maestro2012/)
 * (@maestro2012)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/gtm1-11-4-broke-impreza-theme-header/#post-13318322)
 * Thank you for answer 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] custom shordcode in message](https://wordpress.org/support/topic/custom-shordcode-in-message/)
 *  Thread Starter [maestro2012](https://wordpress.org/support/users/maestro2012/)
 * (@maestro2012)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/custom-shordcode-in-message/#post-6681167)
 * Ov3rfly, thank you for link, this is working.
 *     ```
       add_filter( 'wpcf7_special_mail_tags', 'foobar_func', 10, 3 );
       //[foobar]
       function foobar_func( $atts ){
       	return "foo and bar";
       }
       add_shortcode( 'foobar', 'foobar_func' );
       ```
   
 * insert [foobar] to Message Body.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] custom shordcode in message](https://wordpress.org/support/topic/custom-shordcode-in-message/)
 *  Thread Starter [maestro2012](https://wordpress.org/support/users/maestro2012/)
 * (@maestro2012)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/custom-shordcode-in-message/#post-6681161)
 * I mean, to shortcode, like this:
 *     ```
       // [foobar]
       foobar_func function ($ atts) {
       return "foo and bar";
       }
       add_shortcode ('foobar', 'foobar_func');
       ```
   
 * So that was attached to the message content “foo and bar”.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[contact form 7] label above Inputs](https://wordpress.org/support/topic/contact-form-7-label-above-inputs/)
 *  Thread Starter [maestro2012](https://wordpress.org/support/users/maestro2012/)
 * (@maestro2012)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/contact-form-7-label-above-inputs/#post-5873621)
 * Ok i fix the problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [post thumbnails do not activate in wp multisite](https://wordpress.org/support/topic/post-thumbnails-do-not-activate-in-wp-multisite/)
 *  Thread Starter [maestro2012](https://wordpress.org/support/users/maestro2012/)
 * (@maestro2012)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/post-thumbnails-do-not-activate-in-wp-multisite/#post-1959552)
 * I found the solution.

Viewing 15 replies - 1 through 15 (of 35 total)

1 [2](https://wordpress.org/support/users/maestro2012/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/maestro2012/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/maestro2012/replies/page/2/?output_format=md)