Ben
Forum Replies Created
-
Forum: Plugins
In reply to: [Preferred Languages] Issues w/ Borlabs CookieThe language is determined by get_locale() when WordPress is loading the plugins and can only be change when using supported plugins like WPML, Polylang, Weglot, Falang oder TranslatePress.
I had to remove all languages in Falang because updating an existing language was not possible. After all languages were removed, I was able to add a new language to Falang.
I still don’t understand what exactly you are doing that is causing such a big problem. We can easily switch between Polylang, WPML and TranslatePress and only Falang causes problems.
Thank you for your fast replies.
I have found a cause for the problem: You call
die()when you recognise the option keypolylang. After replacing this key with another one, I was able to activate the plugin.No, we can’t completely remove the Polylang data because we have to switch between these plugins. And I don’t understand why your plugin has a problem with the data of another plugin. Your plugin should work regardless of the data of other plugins.
Still not working, the plugin cannot be activated. We are using WPML and Polylang in a development environment to test our integration with these plugins. Before activating Falang, both plugins were deactivated. But even after uninstalling both plugins, Falang cannot be activated.
Forum: Plugins
In reply to: [WP Meteor Website Speed Optimization Addon] Ditch data-wpmeteor-nooptimizeI have checked your code. You simply block JavaScript without changing the location of the file, that shouldn’t be a problem for modules. But I see possible problems in combination with our plugin if you change JavaScript that has been changed by us and is not allowed to be changed.
In addition, the first customers are already reporting problems: https://ww.wp.xz.cn/support/topic/exclude-borlabs-cookie-plugin-scripts-issue/
Forum: Plugins
In reply to: [WP Meteor Website Speed Optimization Addon] Ditch data-wpmeteor-nooptimizeHi Alex,
you can keep the data attribute for your JS files, but any other script tag that has a
no-optimizeorno-minifydata attribute should be ignored by your plugin, just like any other caching/optimization plugin does.Otherwise, your plugin will cause conflicts. The same goes for script tags of
type="module". These script tags must be ignored; otherwise you will break code.Best regards,
Ben – Developer of Borlabs CookieForum: Themes and Templates
In reply to: [Astra] Rollback CSS adjustmentsWe have investigated the reason for this strange behavior and found several problems. For example, in Astra_After_Setup_Theme::responsive_oembed_wrapper you call wp_oembed_get(), but the responsive_oembed_wrapper() function is called by WordPress and already contains the result of wp_oembed_get() – you call the result twice.
Another problem is how you are trying to add your wrapper around the oEmbed code in Astra_Gutenberg::add_iframe_wrapper(). Your regex breaks the HTML code if more than one div container is part of $block_content.
Since we’ve already waited three months for a solution to a problem you introduced in an update in October, we’ve added a compatibility patch for our plugin to work around the issues caused by Astra.
Forum: Themes and Templates
In reply to: [Astra] Rollback CSS adjustmentsIt’s still not working and I have already written Sudhanshu.
Forum: Themes and Templates
In reply to: [Astra] Rollback CSS adjustmentsI have already informed Sudhanshu about the issue, please check if he received my mail.
Forum: Themes and Templates
In reply to: [Astra] Rollback CSS adjustmentsThe bug is not fixed, your oEmbed modification is still bugged and destroys the code that is returned. Only the CSS rule is fixed, but it’s still broken.
Forum: Themes and Templates
In reply to: [Astra] Rollback CSS adjustmentsHi Herman,
I have already replied to your colleague.
Best regards
BenForum: Themes and Templates
In reply to: [Astra] Rollback CSS adjustmentsHi Herman,
I have responded to your personal mail address.
Best regards,
BenForum: Themes and Templates
In reply to: [Astra] Rollback CSS adjustmentsHi Herman,
can you use an alternative mail address like Gmail? It’s also recommended not to use a mail address that’s ends in another ticket system.
Update: your Google Mail server is blocking/filtering our mails.