Hugo Carvalho
Forum Replies Created
-
Thanks for the detailed report and for linking the Fluent Forms hook docs.
I was able to confirm both issues.
- The settings page problem was on my side. The checkbox-based attribution settings were not being saved reliably, which is why only enable_attribution and cookie_days were persisting. I’ve corrected the settings registration/sanitization so those checkbox values save properly.
- You are also correct about the Fluent Forms fatal error. The adapter was registering fluentform_form_element_start with accepted_args = 2, but that action only passes 1 argument. I’ve updated the hook registration and callback signature accordingly.
These fixes will be included in the next plugin update.
Thanks again for catching both issues.
It appears as connected, I installed a few days ago.
1 I don’t see any traffic on google analytics or the site kit dashboard
2 a few days ago, not exactly sure now
3 no message, just no traffic or anything. I tried to send real time test traffic and nothing popsForum: Fixing WordPress
In reply to: Can’t take it off search button<?php
/* banner-php */?>
<div class=”search-widget”>
<form role=”search” method=”get” action=”<?php echo esc_url(home_url( ‘/’ ) ); ?>” class=”fl-wrap”>
<input name=”s” type=”text” class=”search” placeholder=”<?php echo esc_attr_x( ‘Search…’, ‘search input placeholder’,’townhub’ ) ?>” value=”<?php echo get_search_query() ?>” />
<button class=”search-submit color2-bg” type=”submit”><i class=”fal fa-search”></i> </button>
</form>
</div>Forum: Plugins
In reply to: [Web Stories] Failed to save storyI think the error is 403
Forum: Plugins
In reply to: [Web Stories] Failed to save storyhttps://vizuh.com/wp-json/web-s
XHRPOSThttps://vizuh.com/wp-json/web-stories/v1/web-story/9482?_locale=user
[HTTP/2 403 Forbidden 22ms]Connection:
Protocol version: “TLSv1.3”
Cipher suite: “TLS_AES_128_GCM_SHA256”
Key Exchange Group: “x25519”
Signature Scheme: “RSA-PSS-SHA256”
Host vizuh.com:
HTTP Strict Transport Security: “Disabled”
Public Key Pinning: “Disabled”
Certificate:
Issued To
Common Name (CN): “vizuh.com”
Organisation (O): “<Not Available>”
Organisational Unit (OU): “<Not Available>”
Issued By
Common Name (CN): “Let’s Encrypt Authority X3”
Organisation (O): “Let’s Encrypt”
Organisational Unit (OU): “<Not Available>”
Period of Validity
Begins On: “Tuesday, September 15, 2020”
Expires On: “Sunday, December 13, 2020”
Fingerprints
SHA-256 Fingerprint: “74:43:66:C2:20:08:33:5E:A2:D2…A:A1:92:B9:7D:0B:74:2B:2F:88”
SHA1 Fingerprint: “A1:4E:E8:07:85:F0:5A:EE:39:31:B9:47:42:10:DB:43:A5:D9:B6:F0”
Transparency: “<Not Available>”tories/v1/web-story/9482?_locale=userForum: Themes and Templates
In reply to: [GeneratePress] menu error 404I have purged the cache on cloudflare, and on other plugins, many times now. Still nothing