Harris Marfel
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] Validate AMP Erorri have setup it at costume plugin, and i have change apache TimeOut to 6000 and php max_execution_time to 6000, i run validate and it took long time, and 2 hours it still running, and i can’t access my website.
so how to fix that thing?
Forum: Plugins
In reply to: [AMP] Validate AMP Erorrwhere i put this code?
// Increase timeout for AMP validation requests from 15 to 60 seconds. add_filter( 'http_request_args', function( $args, $url ) { $query = wp_parse_args( wp_parse_url( $url, PHP_URL_QUERY ) ); if ( isset( $query['amp_validate'] ) ) { $args['timeout'] = 60; } return $args; }, 10, 2 );Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Google Adsense SlowI have disable optimize, and now it working.
Thank for your support
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Google Adsense Slowseems still same, i don’t know what was the problem.
Btw, why not give option to insert automatic ads code?
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Google Adsense Slowhello, any news for this problem?
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Google Adsense Slow
Ads are displayed at desktop. but not at AMP site:

And i have enable Responsive ad Unit Option.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Google Adsense Slownow the ads not showing at all, please check!
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Google Adsense Slowi have recheck, seems it problem from themes design three.
I change with other themes, it don’t have problemForum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Google Adsense SlowHere preview video
Desktop: https://youtu.be/VmZZatimVC8
Mobile: https://youtu.be/O7HoOngNhdQForum: Plugins
In reply to: [Really Simple CAPTCHA] remove function not working@takayukister, i correct prefix
$captchaBox = new PWPanelCaptcha(); $prefix = mt_rand();$word = $this->generate_random_word(); printf( '<div align="center"><img src="%s" /></div>', PWPANEL__PLUGIN_URL . 'tmp/' . $this->generate_image( $prefix, $word ) ); printf( '<input type="text" id="pwpanel_captcha" name="pwpanel_captcha" min="6" max="6" minlength="6" maxlength="6" placeholder="%s" required />', __( 'Enter code from above', 'pwpanel' ) );$captchaBox ->remove( $prefix );it not remove the generate image. What was i missing?
btw, i use latest WordPress, and with PHP 72Forum: Themes and Templates
In reply to: [onetone] Customizer stopped working after updatei use version 2.3.0 and the problem still persist
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] WP XML-RPC functionalityand how i can use Jetpack connection with XML-RPC ?
What settings that i need to turn off?Last time my jetpack still working good with All In One WP Sec & FW
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Error code: -32300thank you, i have submit it
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Comment TCP Errorhi csonnek,
Thank you for your respond, i have submit via contact form
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Comment Not WorkingHi Jeremy,
Yes thank you, i am sorry i forgot to report it here.
I have solve the problem.
and it because i enable “Block Proxy Comment” from “All In One WP Plugin”
After i disable “Block Proxy Comment” it was work like a charm.