Title: philippze's Replies | WordPress.org

---

# philippze

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Shipment Tracking for WooCommerce] I cannot change the setting ‘fluid_button_text’](https://wordpress.org/support/topic/i-cannot-change-the-setting-fluid_button_text/)
 *  Thread Starter [philippze](https://wordpress.org/support/users/philippze/)
 * (@philippze)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/i-cannot-change-the-setting-fluid_button_text/#post-18281278)
 * No. In the string translations the string `fluid_button_text` was not found. 
   It does not appear in a translation function the plugin. It’s an array key in
   the translation with the following default value defined in `ast-customizer.php`:
 * `'fluid_button_text' => __( 'Track Your Order', 'woo-advanced-shipment-tracking')`
 * I will find “Track Your Order” in the translation strings. However, it will not
   make a difference when I translate it because it is the default value and will
   be replaced with the actual value from the plugin settings.
 * Here is what I see when I grep for your string in the plugin settings:
 * `$ grep -r fluid_button_text plugins/woo-advanced-shipment-tracking/
   plugins/
   woo-advanced-shipment-tracking/templates/myaccount/tracking-info.php:$fluid_button_text
   = $ast->get_option_value_from_array( 'tracking_info_settings', 'fluid_button_text',
   $ast_customizer->defaults['fluid_button_text'] );plugins/woo-advanced-shipment-
   tracking/templates/myaccount/tracking-info.php: [](https://wordpress.org/support/users/philippze/replies/<?php echo esc_url( $tracking_item['ast_tracking_link'] ); ?>)
   plugins/woo-advanced-shipment-tracking/templates/emails/fluid-tracking-info.php:
   $fluid_button_text = $ast->get_option_value_from_array( 'tracking_info_settings','
   fluid_button_text', $ast_customizer->defaults['fluid_button_text'] ); plugins/
   woo-advanced-shipment-tracking/templates/emails/fluid-tracking-info.php: [](https://wordpress.org/support/users/philippze/replies/<?php echo esc_url( $tracking_item[&apos;ast_tracking_link&apos;] ); ?>)
   plugins/woo-advanced-shipment-tracking/wpml-config.xml: plugins/woo-advanced-
   shipment-tracking/includes/customizer/ast-customizer.php: 'fluid_button_text'
   => _( 'Track Your Order', 'woo-advanced-shipment-tracking' ),plugins/woo-advanced-
   shipment-tracking/includes/customizer/ast-customizer.php: 'fluid_button_text'
   => array(plugins/woo-advanced-shipment-tracking/includes/customizer/ast-customizer.
   php: 'default' => !empty($tracking_info_settings['fluid_button_text']) ? $tracking_info_settings['
   fluid_button_text'] : $this->defaults['fluid_button_text'],plugins/woo-advanced-
   shipment-tracking/includes/customizer/ast-customizer.php: 'class' => 'fluid_button_text',
   plugins/woo-advanced-shipment-tracking/includes/customizer/assets/Customizer.
   js:jQuery('#fluid_button_text').on("keyup", function(){plugins/woo-advanced-shipment-
   tracking/includes/customizer/assets/Customizer.js: var fluid_button_text = jQuery(
   this).val();plugins/woo-advanced-shipment-tracking/includes/customizer/assets/
   Customizer.js: jQuery("#email_preview").contents().find('.track-button').text(
   fluid_button_text);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Shipment Tracking for WooCommerce] I cannot change the setting ‘fluid_button_text’](https://wordpress.org/support/topic/i-cannot-change-the-setting-fluid_button_text/)
 *  Thread Starter [philippze](https://wordpress.org/support/users/philippze/)
 * (@philippze)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/i-cannot-change-the-setting-fluid_button_text/#post-18281240)
 * Hey! You are quick! We are using WPML, together with WPML String Translation 
   and WPML Media Translation.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Shipment Tracking for WooCommerce] I cannot change the setting ‘fluid_button_text’](https://wordpress.org/support/topic/i-cannot-change-the-setting-fluid_button_text/)
 *  Thread Starter [philippze](https://wordpress.org/support/users/philippze/)
 * (@philippze)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/i-cannot-change-the-setting-fluid_button_text/#post-18281213)
 * Hi [@gaurav1092](https://wordpress.org/support/users/gaurav1092/) ,
 * thank you for your answer! Probably my problem description was not clear enough.
 * Customizing the button text for one language works well. Just, our shop is in
   two languages (German and Italian). So, we need to use the translation system
   somehow. One global setting for the button text is not enough.
 * In the mean time, I have solved the problem with copying the template file `fluid-
   tracking-info.php` to the theme and changing the line that defines the button
   text, so it uses a normal translation instead of the text defined in the configuration.
 * Of course, it would still be nice to have a better solution 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Generator for WordPress] Call to a member function get_stylesheet() on null](https://wordpress.org/support/topic/call-to-a-member-function-get_stylesheet-on-null/)
 *  [philippze](https://wordpress.org/support/users/philippze/)
 * (@philippze)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/call-to-a-member-function-get_stylesheet-on-null/#post-17398942)
 * Thanks for the reply [@wpswings](https://wordpress.org/support/users/wpswings/)!
 * Our solution for now: Downgrade “PDF Invoices & Packing Slips for WooCommerce”
   to version 3.5.1
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Generator for WordPress] Call to a member function get_stylesheet() on null](https://wordpress.org/support/topic/call-to-a-member-function-get_stylesheet-on-null/)
 *  [philippze](https://wordpress.org/support/users/philippze/)
 * (@philippze)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/call-to-a-member-function-get_stylesheet-on-null/#post-17389748)
 * I have the same problem.
 * In an object of the class `Dompdf\Frame` the attribute `$style` is not set, but
   it is required to execute the code.
    -  This reply was modified 2 years, 6 months ago by [philippze](https://wordpress.org/support/users/philippze/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Grid] How can I remove the default CSS?](https://wordpress.org/support/topic/how-can-i-remove-the-default-css/)
 *  Thread Starter [philippze](https://wordpress.org/support/users/philippze/)
 * (@philippze)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/how-can-i-remove-the-default-css/#post-9198552)
 * Hi Edward,
 * I’ve checked it again, but `wp_dequeue_style` will not work.
 * The reason is that the CSS files are not included with `wp_enqueue_style`, but
   with `wp_ajax_...` actions. This happens [here](https://github.com/palasthotel/grid-wordpress/blob/master/classes/the_grid.inc#L17).
 * `wp_ajax` works differently, see the [docs](https://codex.wordpress.org/Plugin_API/Action_Reference/wp_ajax_%28action%29).
    -  This reply was modified 9 years, 2 months ago by [philippze](https://wordpress.org/support/users/philippze/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Grid] How can I remove the default CSS?](https://wordpress.org/support/topic/how-can-i-remove-the-default-css/)
 *  Thread Starter [philippze](https://wordpress.org/support/users/philippze/)
 * (@philippze)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/how-can-i-remove-the-default-css/#post-9180227)
 * The default CSS is registered with an `wp_ajax_` action. To remove it, we must
   first wait until we are sure the action has taken place – e.g. by using the `
   wp_loaded` hook. Then, we can remove the action we don’t like. I do it like this:
 *     ```
       add_action('wp_loaded', function () {
           remove_all_actions('wp_ajax_gridfrontendCSS');
           remove_all_actions('wp_ajax_nopriv_gridfrontendCSS');
       });
       ```
   
    -  This reply was modified 9 years, 2 months ago by [philippze](https://wordpress.org/support/users/philippze/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Grid] How can I disable a Grid Metabox?](https://wordpress.org/support/topic/how-can-i-disable-a-grid-metabox/)
 *  Thread Starter [philippze](https://wordpress.org/support/users/philippze/)
 * (@philippze)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/how-can-i-disable-a-grid-metabox/#post-9168621)
 * By using the action `grid_metaboxes`. Example:
 *     ```
       add_action( 'grid_metaboxes', function($result, $grid_id=null, $post_id=null) {
           $final_results = [];
           $allowed_types = ['static', 'abstract_list', 'post'];
           /* default: 'static', 'abstract_list', 'reference', 'post' */
           foreach($result as $item) {
               if (in_array($item['type'], $allowed_types)) {
                   array_push($final_results, $item);
               }
           }
           return $final_results;
       });
       ```
   
    -  This reply was modified 9 years, 2 months ago by [philippze](https://wordpress.org/support/users/philippze/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Grid] How can I disable a Grid Box Type?](https://wordpress.org/support/topic/how-can-i-disable-a-grid-box-type/)
 *  Thread Starter [philippze](https://wordpress.org/support/users/philippze/)
 * (@philippze)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/how-can-i-disable-a-grid-box-type/#post-9168559)
 * By using the action `grid_boxes_search`.
 * Example:
 *     ```
       add_action( 'grid_boxes_search', function($result, $grid_id=null, $post_id=null) {
           $final_results = [];
           $allowed_types = ["media", "posts", "facebook_feed", "post", "my_type"];
           foreach ($result as $item) {
               if (in_array($item['type'], $allowed_types)) {
                   array_push($final_results, $item);
               }
           }
           return $final_results;
       });
       ```
   
    -  This reply was modified 9 years, 2 months ago by [philippze](https://wordpress.org/support/users/philippze/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Fields Factory] Using With Quote Request Plugin](https://wordpress.org/support/topic/using-with-quote-request-plugin/)
 *  [philippze](https://wordpress.org/support/users/philippze/)
 * (@philippze)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/using-with-quote-request-plugin/#post-6758417)
 * Update: The API has changed.
 * Now, the filter is called
 *  `wcff/load/all_fields`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WC Fields Factory] 404 Error when putting item into shopping basket](https://wordpress.org/support/topic/404-error-when-putting-item-into-shopping-basket/)
 *  Thread Starter [philippze](https://wordpress.org/support/users/philippze/)
 * (@philippze)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/404-error-when-putting-item-into-shopping-basket/#post-7251418)
 * Hi Sark,
 * thank you for your answer! No errors are logged, and I also cannot find anything
   using the WordPress 404 Debugger [https://gist.github.com/soulseekah/2321074](https://gist.github.com/soulseekah/2321074).
 * However, your comment has motivated me to investigate a bit further.
    - The Post Variables are correct.
    - The 404 Error will **not** happen when I buy the product on the standard Woocommerce
      product page.
    - It does only happen when I crate the content type “Product Page” with the **
      WPBakery Visual Composer** and the commercial theme **Agile**.
 * So – it’s not the plugin’s fault 🙂 If nevertheless you have some rough idea 
   what could cause the strange problem, I’d be curious.
 * I’ll report this as a bug to the developers of the Agile theme.
 * Best regards
    Philipp
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Invoices for WooCommerce] Croatian translation not showing](https://wordpress.org/support/topic/croatian-translation-not-showing/)
 *  [philippze](https://wordpress.org/support/users/philippze/)
 * (@philippze)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/croatian-translation-not-showing/#post-7157169)
 * [@tineluss](https://wordpress.org/support/users/tineluss/) Could you tell me 
   HOW you solved it?
 * I have quasi the same problem: German translations present in the .po file are
   not used in the invoice PDF. I’ve created a new .mo file from the .po file, but
   this did not help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Click & Go SEO] Source code contains only Click & Go Seo Comments, but no other tags](https://wordpress.org/support/topic/source-code-contains-only-click-go-seo-comments-but-no-other-tags/)
 *  Thread Starter [philippze](https://wordpress.org/support/users/philippze/)
 * (@philippze)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/source-code-contains-only-click-go-seo-comments-but-no-other-tags/#post-4570638)
 * The canonical tag is neither displayed. I’ll have a look if the theme does anything
   nasty with the wp_head.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Click & Go SEO] Source code contains only Click & Go Seo Comments, but no other tags](https://wordpress.org/support/topic/source-code-contains-only-click-go-seo-comments-but-no-other-tags/)
 *  Thread Starter [philippze](https://wordpress.org/support/users/philippze/)
 * (@philippze)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/source-code-contains-only-click-go-seo-comments-but-no-other-tags/#post-4570637)
 * The code of our theme is not public. Maybe you can just give me an idea about
   what I could check. I understand PHP well, but it’s always easier when you’re
   pushed into the right direction.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Click & Go SEO] Source code contains only Click & Go Seo Comments, but no other tags](https://wordpress.org/support/topic/source-code-contains-only-click-go-seo-comments-but-no-other-tags/)
 *  Thread Starter [philippze](https://wordpress.org/support/users/philippze/)
 * (@philippze)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/source-code-contains-only-click-go-seo-comments-but-no-other-tags/#post-4570635)
 * Thanks for your quick support!
 * We have bought a theme called emulate
    [http://themeforest.net/item/emulate-multipurpose-responsive-wordpress-theme/6058805](http://themeforest.net/item/emulate-multipurpose-responsive-wordpress-theme/6058805)
 * At the end of the `<header>`, theres a line
    `<?php wp_head(); ?>`

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

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