Title: falkemediawy's Replies | WordPress.org

---

# falkemediawy

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz - GDPR/CCPA Cookie Consent] Renaming URL-parameter ?cmplz_consent possible?](https://wordpress.org/support/topic/renaming-url-parameter-cmplz_consent-possible/)
 *  Thread Starter [falkemediawy](https://wordpress.org/support/users/falkemediawy/)
 * (@falkemediawy)
 * [9 months ago](https://wordpress.org/support/topic/renaming-url-parameter-cmplz_consent-possible/#post-18556108)
 * Hi [@aahulsebos](https://wordpress.org/support/users/aahulsebos/),
   sorry for 
   the late reply, I was on holiday in the meantime and lost track of the ticket.
   We’re using “GTranslate” on the site, here’s the link: [https://de.wordpress.org/plugins/gtranslate/](https://de.wordpress.org/plugins/gtranslate/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Social Feed - Social Photos Gallery and Post Feed for WordPress] Media library blank page on V6.6.5](https://wordpress.org/support/topic/media-blank-page-on-v6-6-5/)
 *  [falkemediawy](https://wordpress.org/support/users/falkemediawy/)
 * (@falkemediawy)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/media-blank-page-on-v6-6-5/#post-18274046)
 * We also experience the same issues on version 6.6.5 – we noticed something is
   wrong when we received a white screen everytime we tried so save something. Log
   says “Cannot modify header information – headers already sent”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooPayments: Integrated WooCommerce Payments] $cart_contains_subscription is undefined](https://wordpress.org/support/topic/cart_contains_subscription-is-undefined/)
 *  Thread Starter [falkemediawy](https://wordpress.org/support/users/falkemediawy/)
 * (@falkemediawy)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/cart_contains_subscription-is-undefined/#post-18193935)
 * Thank you for the quick fix [@adamkheckler](https://wordpress.org/support/users/adamkheckler/)!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooPayments: Integrated WooCommerce Payments] $cart_contains_subscription is undefined](https://wordpress.org/support/topic/cart_contains_subscription-is-undefined/)
 *  Thread Starter [falkemediawy](https://wordpress.org/support/users/falkemediawy/)
 * (@falkemediawy)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/cart_contains_subscription-is-undefined/#post-18180933)
 * I kept the variable in place and only added a default value at the beginning 
   of the function:
 *     ```wp-block-code
       	/**	 * Load stripe site messaging script.	 *	 * @return void	 */	public static function load_stripe_bnpl_site_messaging() {		// The messaging element shall not be shown for subscription products.		// As we are not too deep into subscriptions API, we follow simplistic approach for now.		$is_subscription           = false;		$cart_contains_subscription = false; // this line is the new one :)		$are_subscriptions_enabled = class_exists( 'WC_Subscriptions' ) || class_exists( 'WC_Subscriptions_Core_Plugin' );		if ( $are_subscriptions_enabled ) {				global $product;				$is_subscription            = $product && WC_Subscriptions_Product::is_subscription( $product );				$cart_contains_subscription = is_cart() && WC_Subscriptions_Cart::cart_contains_subscription();		}		if ( ! $is_subscription && ! $cart_contains_subscription ) {			require_once __DIR__ . '/class-wc-payments-payment-method-messaging-element.php';			$stripe_site_messaging = new WC_Payments_Payment_Method_Messaging_Element( self::$account, self::$card_gateway );			echo wp_kses( $stripe_site_messaging->init() ?? '', 'post' );		}	}
       ```
   
    -  This reply was modified 1 year, 4 months ago by [falkemediawy](https://wordpress.org/support/users/falkemediawy/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Mail text formatting issue](https://wordpress.org/support/topic/mail-text-formatting-issue/)
 *  Thread Starter [falkemediawy](https://wordpress.org/support/users/falkemediawy/)
 * (@falkemediawy)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/mail-text-formatting-issue/#post-18064479)
 * Hi,
   I don’t want to post our customer websites publicly. Can we continue to communicate
   by email?
 * Thanks,
   Hannah
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Social Feed - Social Photos Gallery and Post Feed for WordPress] Error on connecting Facebook account](https://wordpress.org/support/topic/error-on-connecting-facebook-account/)
 *  Thread Starter [falkemediawy](https://wordpress.org/support/users/falkemediawy/)
 * (@falkemediawy)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/error-on-connecting-facebook-account/#post-17924065)
 * Apparently time solved it – the next day it worked without issues. Seemed to 
   be an issue on Facebook’s end.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cart PDF for WooCommerce] Critical error when using German Market](https://wordpress.org/support/topic/critical-error-when-using-german-market/)
 *  Thread Starter [falkemediawy](https://wordpress.org/support/users/falkemediawy/)
 * (@falkemediawy)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/critical-error-when-using-german-market/#post-17923757)
 * Hi David,
   German Market informed me that a hook with one parameter that actually
   expects two is causing the issue. As of the next update, there will no longer
   be any critical errors as they said.I mark the topic now as resolved. Thanks 
   for your help.
 * Hannah
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cart PDF for WooCommerce] Critical error when using German Market](https://wordpress.org/support/topic/critical-error-when-using-german-market/)
 *  Thread Starter [falkemediawy](https://wordpress.org/support/users/falkemediawy/)
 * (@falkemediawy)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/critical-error-when-using-german-market/#post-17922444)
 * Hi David,
   no there is no free version. I can send you the plugin folder but you
   can’t activate it because of the license. Would the plugin folder and the files
   be any help to you?
 * Thanks,
   Hannah
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mail Logging] Is there a maximum mail length to be logged correctly?](https://wordpress.org/support/topic/is-there-a-maximum-mail-length-to-be-logged-correctly/)
 *  Thread Starter [falkemediawy](https://wordpress.org/support/users/falkemediawy/)
 * (@falkemediawy)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/is-there-a-maximum-mail-length-to-be-logged-correctly/#post-17722682)
 * Thank you [@darshanaw](https://wordpress.org/support/users/darshanaw/) and [@dpinson](https://wordpress.org/support/users/dpinson/)
   for figuring out a solution so quickly for me! Have a nice day!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mail Logging] Is there a maximum mail length to be logged correctly?](https://wordpress.org/support/topic/is-there-a-maximum-mail-length-to-be-logged-correctly/)
 *  Thread Starter [falkemediawy](https://wordpress.org/support/users/falkemediawy/)
 * (@falkemediawy)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/is-there-a-maximum-mail-length-to-be-logged-correctly/#post-17720493)
 * Hi [@darshanaw](https://wordpress.org/support/users/darshanaw/), changing the
   DB structure worked like a charm, thank you! The long emails are now visible 
   in the log, and I don’t notice any significant performance issues. 
   The DB structure
   isn’t altered during plugin updates, correct? Or do I need to keep an eye on 
   the right column type in the future? I suppose if I deactivate the plugin and
   reactivate it, that’s when I’ll need to change the data type again?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mail Logging] Is there a maximum mail length to be logged correctly?](https://wordpress.org/support/topic/is-there-a-maximum-mail-length-to-be-logged-correctly/)
 *  Thread Starter [falkemediawy](https://wordpress.org/support/users/falkemediawy/)
 * (@falkemediawy)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/is-there-a-maximum-mail-length-to-be-logged-correctly/#post-17712537)
 * Thank you, David! Apart from this issue I’m fine and have been using the plugin
   for years now with no problems 🙂 Thank you for your great work! I’m looking 
   forward to your response!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cart PDF for WooCommerce] How can I add a close button to the popup?](https://wordpress.org/support/topic/how-can-i-add-a-close-button-to-the-popup/)
 *  Thread Starter [falkemediawy](https://wordpress.org/support/users/falkemediawy/)
 * (@falkemediawy)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/how-can-i-add-a-close-button-to-the-popup/#post-17273882)
 * Hi,
   my question has been answered. Sorry for the inconvenience. This topic can
   be closed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Local Google Fonts] fonts-folder contains many copies of the same font](https://wordpress.org/support/topic/fonts-folder-contains-many-copies-of-the-same-font/)
 *  Thread Starter [falkemediawy](https://wordpress.org/support/users/falkemediawy/)
 * (@falkemediawy)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/fonts-folder-contains-many-copies-of-the-same-font/#post-17092935)
 * Thank you for your quick response! That answers all of my questions 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Social Feed - Social Photos Gallery and Post Feed for WordPress] Change access to options page](https://wordpress.org/support/topic/change-access-to-options-page/)
 *  Thread Starter [falkemediawy](https://wordpress.org/support/users/falkemediawy/)
 * (@falkemediawy)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/change-access-to-options-page/#post-16991123)
 * I’ve looked a bit through the code and noticed that the instagram-settings-page
   is limited to the role `administrator`. Just a heads-up that it’s considered 
   best-practice to make it dependant on capabilities instead, like you already 
   did with the facebook-settings page which is limited to the `manage_options` 
   capability. Would be a quick fix 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz - GDPR/CCPA Cookie Consent] cmplz-consent-area shortcode infinite loop](https://wordpress.org/support/topic/cmplz-consent-area-shortcode-infinite-loop/)
 *  Thread Starter [falkemediawy](https://wordpress.org/support/users/falkemediawy/)
 * (@falkemediawy)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/cmplz-consent-area-shortcode-infinite-loop/#post-16961975)
 * Hi [@jarnovos](https://wordpress.org/support/users/jarnovos/),
   I didn’t receive
   an email from your colleague.The infinite refresh occurs without the [falke_facebookteaser]
   shortcode and blocking our _falkeScript_._js_ too.I have now adjusted the code
   so that our javascript on the page is not loaded at all. The problem still occurs.
 * Kind regards

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

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