Title: pluspol's Replies | WordPress.org

---

# pluspol

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

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

 Search replies:

## Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] New Problem with CF7 Post Form Submit Redirect](https://wordpress.org/support/topic/new-problem-with-cf7-post-form-submit-redirect/)
 *  [pluspol](https://wordpress.org/support/users/pluspol/)
 * (@pluspol)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/new-problem-with-cf7-post-form-submit-redirect/#post-18845261)
 * We have a similar problem. We found out that in our case it’s related to our 
   use of Borlabs Cookie and reCAPTCHA.
 * Borlabs initially blocks the form. So when entering the site for the first time
   the form isn’t loaded. After giving consent the form loads but the JS doesn’t
   initialize (maybe because it’s too late). This leads to the submission not being
   done through fetch() but as a “regular” POST request.
 * Subsequent submissions work through JS because the form ist already unlocked 
   and the JS initialization works.
 * Therefore: [@takayukister](https://wordpress.org/support/users/takayukister/)
   Can the JS initialization being improved to better handle these cases? Maybe 
   by employing a custom element that automatically triggers the logic as soon as
   the form enters the document.
 * And to your bug [@ralfweber](https://wordpress.org/support/users/ralfweber/) :
    - Can you find a “submit” listener in your browser on the “form.wpcf7-form” 
      element that belongs to CF7?
    - Is the CF7 JS correctly loaded?
 * Best
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Local Google Fonts] Remove hostnames from font-face definitions](https://wordpress.org/support/topic/remove-hostnames-from-font-face-definitions/)
 *  Thread Starter [pluspol](https://wordpress.org/support/users/pluspol/)
 * (@pluspol)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/remove-hostnames-from-font-face-definitions/#post-18345654)
 * We now use the following filter hook as workaround to generate relative urls:
 * `add_filter('lgf_folder_url', function ($folder_url) {`
    `return wp_make_link_relative(
   $folder_url);``});`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Local Google Fonts] Remove hostnames from font-face definitions](https://wordpress.org/support/topic/remove-hostnames-from-font-face-definitions/)
 *  Thread Starter [pluspol](https://wordpress.org/support/users/pluspol/)
 * (@pluspol)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/remove-hostnames-from-font-face-definitions/#post-18316264)
 * It might be sufficient to change:
   `return apply_filters( 'lgf_folder_url', $folder_url);`
   to`return apply_filters( 'lgf_folder_url', wp_make_link_relative($folder_url));`
   in`includes/class-local-google-fonts.php`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPS Hide Login] Problems when using non-standard SITEURL](https://wordpress.org/support/topic/problems-when-using-non-standard-siteurl/)
 *  Thread Starter [pluspol](https://wordpress.org/support/users/pluspol/)
 * (@pluspol)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/problems-when-using-non-standard-siteurl/#post-16843305)
 * Hi,
 * Thanks for your response and your tip. We will give it a try and get back to 
   you with the result. However it might take a few days.
 * Best.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AntiSpam for Contact Form 7] Multisite compatibility](https://wordpress.org/support/topic/multisite-compatibility-122/)
 *  Thread Starter [pluspol](https://wordpress.org/support/users/pluspol/)
 * (@pluspol)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/multisite-compatibility-122/#post-16710593)
 * Hi [@codekraft](https://wordpress.org/support/users/codekraft/) ,
   Today the issue
   came up again, but on an unpatched installation. In the post we got errors on
   both instances at the same time, so we think that the issue is fixed.
 * Therefore I’m closing here. Thanks for your support!
 * Best.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AntiSpam for Contact Form 7] Multisite compatibility](https://wordpress.org/support/topic/multisite-compatibility-122/)
 *  Thread Starter [pluspol](https://wordpress.org/support/users/pluspol/)
 * (@pluspol)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/multisite-compatibility-122/#post-16703067)
 * HI [@codekraft](https://wordpress.org/support/users/codekraft/) ,
 * Thanks for the hint. We can confirm that reactivating the plugin created the 
   missing tables. So we’ll wait a bit whether the issue comes up again.
 * Best
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AntiSpam for Contact Form 7] Multisite compatibility](https://wordpress.org/support/topic/multisite-compatibility-122/)
 *  Thread Starter [pluspol](https://wordpress.org/support/users/pluspol/)
 * (@pluspol)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/multisite-compatibility-122/#post-16692292)
 * Hi [@codekraft](https://wordpress.org/support/users/codekraft/) ,
 * Unfortunately we can confirm that the issue still exists as it came up again 
   just now.
 * Can you have a look at it again please? And also at my previous comment.
 * Best
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AntiSpam for Contact Form 7] Multisite compatibility](https://wordpress.org/support/topic/multisite-compatibility-122/)
 *  Thread Starter [pluspol](https://wordpress.org/support/users/pluspol/)
 * (@pluspol)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/multisite-compatibility-122/#post-16647884)
 * Thanks for the update!
   We could install the update without any problems. However
   we can’t really tell atm whether it works as expected as the problem occurred
   only once in a while. So we might need to wait a bit.
 * Am I assuming correctly that the plugin creates tables for every blog? In this
   case upgrading the plugin hasn’t created the tables for our system. We only see
   the tables for the root instance.
   Best
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JWT Authentication for WP REST API] PHP Parse Error Jwt_Auth_Loader](https://wordpress.org/support/topic/php-parse-error-jwt_auth_loader/)
 *  [pluspol](https://wordpress.org/support/users/pluspol/)
 * (@pluspol)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/php-parse-error-jwt_auth_loader/#post-16557844)
 * We’re experiencing the same issue with PHP 7.4.
 * The reason might be that the require statement is processed to late.
 * As a solution the plugin may load the Composer autoloader int “jwt-auth.php” 
   and also use it for its own classes. That would completely remove the need for
   the require statements.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Converter for Media - Optimize images | Convert WebP & AVIF] Doesn’t seem to work on Multisites](https://wordpress.org/support/topic/doesnt-seem-to-work-on-multisites/)
 *  Thread Starter [pluspol](https://wordpress.org/support/users/pluspol/)
 * (@pluspol)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/doesnt-seem-to-work-on-multisites/#post-16443311)
 * Hi Mateusz,
 * Thank’s for your reply. I’ve sent you the page via email to [hello@mattplugins.com](https://wordpress.org/support/users/pluspol/replies/hello@mattplugins.com?output_format=md).
   I hope that’s ok.
   Best
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Grid-Layout Design for Contact Form 7] Include version in download url](https://wordpress.org/support/topic/include-version-in-download-url/)
 *  Thread Starter [pluspol](https://wordpress.org/support/users/pluspol/)
 * (@pluspol)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/include-version-in-download-url/#post-16079280)
 * Sure. Thanks for being so engaged!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Grid-Layout Design for Contact Form 7] Include version in download url](https://wordpress.org/support/topic/include-version-in-download-url/)
 *  Thread Starter [pluspol](https://wordpress.org/support/users/pluspol/)
 * (@pluspol)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/include-version-in-download-url/#post-16078623)
 * FYI, I have opened the following GitHub issue:
    [https://github.com/outlandishideas/wpackagist/issues/475](https://github.com/outlandishideas/wpackagist/issues/475)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Grid-Layout Design for Contact Form 7] Include version in download url](https://wordpress.org/support/topic/include-version-in-download-url/)
 *  Thread Starter [pluspol](https://wordpress.org/support/users/pluspol/)
 * (@pluspol)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/include-version-in-download-url/#post-16078572)
 * Hi Aurovrata,
    thanks for the fast response.
 * Unfortunately I also don’t know how to control this but I’ll try to create an
   issue with WPackagist.org – Maybe they know what to do. The previous versions
   page is also very helpful, thanks for this.
 * Best

Viewing 13 replies - 1 through 13 (of 13 total)