Title: Maciej Pilarski's Replies | WordPress.org

---

# Maciej Pilarski

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Post Comment Button](https://wordpress.org/support/topic/post-comment-button-2/)
 *  [Maciej Pilarski](https://wordpress.org/support/users/gomp/)
 * (@gomp)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/post-comment-button-2/#post-9745832)
 * Thanks for your reply.
 * Have you tried checking post.php or page.php?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Form to PDF for FREE](https://wordpress.org/support/topic/form-to-pdf-for-free/)
 *  [Maciej Pilarski](https://wordpress.org/support/users/gomp/)
 * (@gomp)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/form-to-pdf-for-free/#post-9745783)
 * Hi there!
 * From what I see there is no free solution but might be interested in some of 
   the cheaper alternatives:
    [https://www.google.com/search?q=form+to+pdf+wordpress&ei=NDokWpSXIKWjjwTaypKgBw&start=0&sa=N&biw=1373&bih=1029&dpr=2](https://www.google.com/search?q=form+to+pdf+wordpress&ei=NDokWpSXIKWjjwTaypKgBw&start=0&sa=N&biw=1373&bih=1029&dpr=2)
 * Let me know if this helps.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Post Comment Button](https://wordpress.org/support/topic/post-comment-button-2/)
 *  [Maciej Pilarski](https://wordpress.org/support/users/gomp/)
 * (@gomp)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/post-comment-button-2/#post-9745671)
 * Hi there!
 * Such change would require to edit the source file of your theme:
 * <input name=”submit” type=”submit” id=”submit” class=”submit” value=”Post Comment”
   >
 * You need to change the value=”Post Comment” to value=”Post Review”.
 * Keep in mind if you modify this directly in your theme it will be removed with
   any update.
 * What I would advise is creating a child theme:
    [https://codex.wordpress.org/Child_Themes](https://codex.wordpress.org/Child_Themes)
 * Let me know if this helps.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Editing Page: Blank Editing Window in both Visual & Text Mode](https://wordpress.org/support/topic/editing-page-blank-editing-window-in-both-visual-text-mode/)
 *  [Maciej Pilarski](https://wordpress.org/support/users/gomp/)
 * (@gomp)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/editing-page-blank-editing-window-in-both-visual-text-mode/#post-9745615)
 * Hi there!
 * Did you recently do any changes to your site or installed any plugins that might
   affect the editor?
 * Do you have a backup of your site from before the issue?
 * Let me know if this helps.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [URL directs to a blank page – can’t view any site content](https://wordpress.org/support/topic/url-directs-to-a-blank-page-cant-view-any-site-content/)
 *  [Maciej Pilarski](https://wordpress.org/support/users/gomp/)
 * (@gomp)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/url-directs-to-a-blank-page-cant-view-any-site-content/#post-9745609)
 * Hi there!
 * Did you do recently any changes to your theme or installed any plugins that might
   affect your theme?
 * Do you have a backup of your site from before the issue?
 * Are you able to access the wp-admin and temporarily switch to a different theme?
 * Let me know if this helps.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cookies not enabled](https://wordpress.org/support/topic/cookies-not-enabled/)
 *  [Maciej Pilarski](https://wordpress.org/support/users/gomp/)
 * (@gomp)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/cookies-not-enabled/#post-6510046)
 * Are you able to check your wp-config.php encoding?
    It should be without BOM.
 * How to do this :
    For Windows you need Notepad++ and save the file in “UTF-8 
   without BOM” encoding. For Mac OS you need TextEdit . TextEdit by default saves
   the file in “UTF-8 without BOM” encoding.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cookie Error](https://wordpress.org/support/topic/cookie-error-6/)
 *  [Maciej Pilarski](https://wordpress.org/support/users/gomp/)
 * (@gomp)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/cookie-error-6/#post-6492286)
 * Can you check your wp-config.php encoding?
    It should be without BOM.
 * How to do this :
    For Windows you need Notepad++ and save the file in “UTF-8 
   without BOM” encoding. For Mac OS you need TextEdit . TextEdit by default saves
   the file in “UTF-8 without BOM” encoding.
 * I hope it helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPML Multilingual & Multicurrency for WooCommerce] Fatal error when updating to 3.6.10](https://wordpress.org/support/topic/fatal-error-when-updating-to-3610/)
 *  [Maciej Pilarski](https://wordpress.org/support/users/gomp/)
 * (@gomp)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/fatal-error-when-updating-to-3610/#post-6504147)
 * First of all my apologies about that.
    Can you please tell me which versions 
   of our plugins are you using?
 * Thank you in advance!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPML Multilingual & Multicurrency for WooCommerce] Get product language with wpml_get_language_information](https://wordpress.org/support/topic/get-product-language-with-wpml_get_language_information/)
 *  [Maciej Pilarski](https://wordpress.org/support/users/gomp/)
 * (@gomp)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/get-product-language-with-wpml_get_language_information/#post-6423580)
 * Hello,
 * Thank you for reporting your issue.
    Can you please tell me which WPML Multilingual
   plugin version are you using?
 * Regards,
    Maciej
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPML Multilingual & Multicurrency for WooCommerce] WOOCOMMERCE MULTILINGUAL AND PRODUCT CATEGORY](https://wordpress.org/support/topic/woocommerce-multilingual-and-product-category/)
 *  [Maciej Pilarski](https://wordpress.org/support/users/gomp/)
 * (@gomp)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/woocommerce-multilingual-and-product-category/#post-6399920)
 * Thank you for the information.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPML Multilingual & Multicurrency for WooCommerce] Products with Custom Field Values Improperly Register When Added to Cart](https://wordpress.org/support/topic/products-with-custom-field-values-improperly-register-when-added-to-cart/)
 *  [Maciej Pilarski](https://wordpress.org/support/users/gomp/)
 * (@gomp)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/products-with-custom-field-values-improperly-register-when-added-to-cart/#post-6319401)
 * Hello,
 * Thank you for the information.
    I would suggest opening a ticket on WPML.org 
   for further investigation.
 * Regards,
    Maciej
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPML Multilingual & Multicurrency for WooCommerce] Warning: Parameter 4 to icl_t() expected to be a reference](https://wordpress.org/support/topic/warning-parameter-4-to-icl_t-expected-to-be-a-reference/)
 *  [Maciej Pilarski](https://wordpress.org/support/users/gomp/)
 * (@gomp)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/warning-parameter-4-to-icl_t-expected-to-be-a-reference/#post-6357232)
 * We have released WooCommerce Multilingual v3.6.6.
    Can you please check if this
   solves your issue?
 * Regards,
    Maciej
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPML Multilingual & Multicurrency for WooCommerce] Warning: Parameter 4 to icl_t() expected to be a reference](https://wordpress.org/support/topic/warning-parameter-4-to-icl_t-expected-to-be-a-reference/)
 *  [Maciej Pilarski](https://wordpress.org/support/users/gomp/)
 * (@gomp)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/warning-parameter-4-to-icl_t-expected-to-be-a-reference/#post-6357231)
 * Hello,
 * Thank you for reporting your issue.
    Can you please tell me which versions of
   WPML are you using?
 * Regards,
    Maciej
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPML Multilingual & Multicurrency for WooCommerce] Fatal error after update of WPML Multilingual CMS plugin](https://wordpress.org/support/topic/fatal-error-after-update-of-wpml-multilingual-cms-plugin/)
 *  [Maciej Pilarski](https://wordpress.org/support/users/gomp/)
 * (@gomp)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/fatal-error-after-update-of-wpml-multilingual-cms-plugin/#post-6357818)
 * Hello,
 * Thank you for reporting your issue.
    Can you please tell me which versions of
   our plugins are you using?
 * Regards,
    Maciej
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPML Multilingual & Multicurrency for WooCommerce] Products with Custom Field Values Improperly Register When Added to Cart](https://wordpress.org/support/topic/products-with-custom-field-values-improperly-register-when-added-to-cart/)
 *  [Maciej Pilarski](https://wordpress.org/support/users/gomp/)
 * (@gomp)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/products-with-custom-field-values-improperly-register-when-added-to-cart/#post-6319198)
 * Hello,
 * Thank you for reporting your issue.
    Can you please tell which version of WPML
   Multilingual CMS and Gravity Forms are you using?
 * Regards,
    Maciej

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

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