namhuy
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Blocked loading mixed active content https and httpcleared cache, everything works normal now. btw thanks for the plugin
Forum: Plugins
In reply to: [Adsense Explosion] 'Adsense Explosion' with 'AdSense Click-Fraud Monitoring'“Custom Class:” field set adsxpls
this does not work for me, when I test address, I keep getting
No valid URL for check run specified, or URL is not reachable.
Forum: Plugins
In reply to: [Cloudflare] Tons of wp-cron errorit seems like nginx problem, I have this plugin installed on my website https://namhuy.net and it runs fine
try to set php-fpm to use 127.0.0.1:9000 rather than sock
Having this error lately, any idea how to fix it ?
https://namhuy.net/[09-May-2014 00:00:30] 1. Trying to create a WordPress export to XML file … [09-May-2014 00:00:32] ERROR: Could not generate a WordPress export file. [09-May-2014 00:00:32] 2. Trying to create a WordPress export to XML file … [09-May-2014 00:00:32] 3. Trying to create a WordPress export to XML file …
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] 404 File Not found? See here!this is what i use in nginx and it works fine
rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.xml$ "/index.php?xml_sitemap=params=$2" last; rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.xml\.gz$ "/index.php?xml_sitemap=params=$2;zip=true" last; rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.html$ "/index.php?xml_sitemap=params=$2;html=true" last; rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.html.gz$ "/index.php?xml_sitemap=params=$2;html=true;zip=true" last;
this is what i use for akismet
iptables -A OUTPUT -p tcp -d AKISMET_IPS --dport 80 -j ACCEPT
for many days testing, it’s not about iptables or firewall, akismet takes time to scan or access your website. In my case Akismet can verify my API but I can’t connect to Akismet servers. Don’t worry, it may takes hours for Akismet to re-verify connection to your website as long as they can verify API.
update… i didnt change anything and akismet magically works now ??
I have the same problem with Nam Huy Linux https://namhuy.net
I’m on a VPS which I can control everything. iptables IN/OUT/FORW are ACCEPT everything.
php_value allow_url_fopen On
Akismet can verify my API but I can’t connect to Akismet servers ??
Forum: Themes and Templates
In reply to: [Virtue] sidebar to the lefthow can i control/reduce the gap of the top logo ?
Forum: Themes and Templates
In reply to: [Virtue] sidebar to the leftcode { display: block; overflow: scroll; }
now “code” work fine in block and not cross over sidebar. I still have sidebar problem while in left huge gap.
thanks for code block ??
Forum: Themes and Templates
In reply to: [Virtue] sidebar to the leftanother problem when move sidebar to the left, when sidebar is on the left side, I can’t click the entire of page on mobile theme from Virtue
Forum: Plugins
In reply to: posts_nav_link – Newer Posts – Older Postswow thank you, exactly what im looking for.
Forum: Fixing WordPress
In reply to: page too long, how can i create a new page coutinue to the old oneI tried, it does not work for “posts”
Forum: Fixing WordPress
In reply to: page too long, how can i create a new page coutinue to the old onejust a extra question: will it work with “post” ?
Forum: Fixing WordPress
In reply to: page too long, how can i create a new page coutinue to the old oneit works great. thanks