maweb
Forum Replies Created
-
Hi @wfalaa
Problem solved
<IfModule lsapi_module>
php_value auto_prepend_file ‘/path/to/wordfence-waf.php’
</IfModule>??
Sites using lsapi instead of mod_php
If your site uses “lsapi” and shows that “Basic WordPress Protection” is still active after the firewall optimization, you may need to add the section below to your .htaccess file. This will be detected automatically in a future version. You can confirm if your site is using “lsapi” by going to the Tools page on the Wordfence menu and clicking the Diagnostics tab, then click the link that says “Click to view your system’s configuration in a new window” near the bottom of the page. If the Server API field near the top of that page says “LiteSpeed”, search for $_SERVER[‘SERVER_SOFTWARE’] near the bottom of the page, and if you find “Apache” there, this change should be what you need:
<IfModule lsapi_module>
php_value auto_prepend_file ‘/path/to/wordfence-waf.php’
</IfModule>Any answer to resolve it ?
I done my self already…Paramax ??
Forum: Plugins
In reply to: [AMP] Quick advice for new AMP issue with GoogleI think now is not a plugin problem, but it is a theme problem that is not compatible with AMP.
The theme i used is “Infinity Seo” by ThemeWisdom.
https://www.dittadipuliziemilano.it- This reply was modified 7 years, 10 months ago by maweb.
Forum: Plugins
In reply to: [AMP] Quick advice for new AMP issue with GoogleSame problem for my site too. 12 AMP Pages with serious problems:
1 Invalid CSS stylesheet (12)
2 In the page has been detected a JavaScript created by the user (12)
3 AMP mark-up missing or incorrect (12)
4 Prohibited or invalid use of HTML Tag (4)
5 Prohibited HTML Tag with AMP or equivalent (4)
6 Syntax Error (1)
7 Add AMP structed data, if supported (4)I use Glue for Yoast SEO & AMP plugin
Forum: Plugins
In reply to: [Contact Form 7] (Resolve) Make Contact Form 7 – 100% ResponsiveFor reCAPTCHA outside the borders instead add this code into your recaptcha div class:
<div class=”g-recaptcha” data-sitekey=”xxxxxx-your-sitekey-xxxxxx” style=”transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;”></div>
[recaptcha]Tested with visual composer mobiles layouts.
Forum: Plugins
In reply to: [Contact Form 7] BR doesn’t workWell done Leo, thank you, i found another solution that works with me:
<p><label>Name*</label></p>
[text* your-name]<p><label>2nd Name*</label></p>
[text* your-2ndname]<p><label>3rd Name*</label></p>
[text* your-3rdname]The “P” makes go back, “BR /” doesn’t work and doesn’t need too.!
Forum: Plugins
In reply to: [Grid WUD] Shadow and PaddingFine, all works in style.css with my infinity seo theme.
Here is the link of my page
https://www.dittadipuliziemilano.it/citta-servite/Is there any code for gap between the grid?
- This reply was modified 7 years, 11 months ago by maweb.
Forum: Plugins
In reply to: [Grid WUD] Shadow and PaddingThanks Danny, to use these settings, I have to necessarily install the plug-in or can I put the code in the style.css of my theme.?
- This reply was modified 7 years, 11 months ago by maweb.
Forum: Fixing WordPress
In reply to: Justify textReplace the alignment “left, right or center” with “justify” with copy/paste in text editor….easy.!