razman
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Error when recaptcha enabled@takayukister It’s a bug with my child theme, already fixed it. Thanks.
Forum: Plugins
In reply to: [Contact Form 7] Error when recaptcha enabledAkismet Anti-Spam
Beehive Analytics
Classic Editor
Contact Form CFDB7
Defender
Groovy Menu (free)
SiteOrigin Page Builder
Shortcodes Ultimate
SiteOrigin Widgets Bundle
WP Fastest Cache
Yoast SEOForum: Plugins
In reply to: [Contact Form 7] Error when recaptcha enabledYes, I’m facing the same issue as well.
Hi Patrick,
Already sent you an email as requested.
By the way, are you sure you tested using the example .htaccess I gave above?Hi Dimitris, yes I already did so, but the issue persists. I don’t think it’s related to plugin or theme conflicts.
I think the issue might be related to subdirectory install. My WordPress is installed in a subdirectory, but uses the same domain URL as the root. You can try to reproduce the issue using these example settings:
WordPress Address (URL): https://www.domain.com/subdirectory
Site Address (URL): https://www.domain.comRoot .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressSubdirectory .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /subdirectory/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressI fixed the problem by changing the setting to this:
WordPress Address (URL): https://www.domain.com
Site Address (URL): https://www.domain.comRoot .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www.)?domain.com$
RewriteCond %{REQUEST_URI} !^/subdirectory/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /subdirectory/$1
RewriteCond %{HTTP_HOST} ^(www.)?domain.com$
RewriteRule ^(/)?$ subdirectory/index.php [L]
</IfModule>
# END WordPressSubdirectory .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressI’m not sure if this is a permanent fix but I hope so.
It seems like Defender mask login won’t work well if WordPress Address is different from the Site Address, can you confirm this?However, there’s another site of mine with the same problem, which I fixed by fresh install of Defender, could this be related to caching, or transients?
@raidje hopefully there’s a permanent fix for this soon. Otherwise, we’ll have to recreate these shortcode widgets all over again!
Before this, Shortcodes Ultimate + Site Origin + Classic Editor worked great, I’ve been using this combination in most of my websites. They are my favourites.
I am looking forward for the fix for this too.
Forum: Plugins
In reply to: [WP Crowdfunding] Predefined Pledge Amount not workingin the debug log, I see this notice:
PHP Notice: Undefined variable: wpcf_predefined_pledge_amount in public_html/wp-content/plugins/wp-crowdfunding/includes/woocommerce/Submit_Form.php on line 159Forum: Plugins
In reply to: [WP Crowdfunding] Rewards showing wrongly formatted textStill not fixed since more than 5 months ago. Refer: https://www.ads-software.com/support/topic/line-breaks-31/
Forum: Plugins
In reply to: [WP Crowdfunding] Rewards showing characters “rn”Forum: Plugins
In reply to: [WP Crowdfunding] prevent for overfundDon’t try, just include it. It looks like Themeum did not plan properly before developing this plugin.
Forum: Plugins
In reply to: [WP Crowdfunding] Backers paginationhi @webstic
There is no option for this.
Enjoy the long list of backers!Forum: Plugins
In reply to: [Contact Form 7] wp-json/…/feedback 404 Errorthe link
Forum: Plugins
In reply to: [Contact Form 7] wp-json/…/feedback 404 ErrorI am having the same issue as @throec above
WordPress version 5.5.1
Contact Form 7 version 5.2.2