CGItaly s.r.l.
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customify] Add rel=”noopener” to links that open in new windowsThanks.
Forum: Plugins
In reply to: [Yoast SEO] The indexing problem check failIsn’t possible to change from:
$response = wp_remote_get( $url );
to:$args = array( 'timeout' => 15 ); $response = wp_remote_get( $url, $args );
here:
https://github.com/Yoast/wordpress-seo/blob/trunk/admin/ryte/class-ryte-request.php#L39
?- This reply was modified 4 years ago by CGItaly s.r.l..
Forum: Plugins
In reply to: [Yoast SEO] The indexing problem check failI have made a lot of tests and the PHP on the server slow down really easily but with a page caching plug-in the “Time to first byte” or normal pages go down from 6/7 seconds to 0,5 seconds but other things on WordPress (like REST API and XML) are still slower.
A cheap hosting is like this.Isn’t possible to increase the timeout of cURL with
curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, ...
andcurl_easy_setopt(curl, CURLOPT_TIMEOUT, ...
in Yoast?Works also for me, thanks.
I have updated to version 7.0.2, it completed successfully.
After it I have checked the plugin and it is still at version 7.0.1.
Wordpress update bug?Thanks, it works fine now.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Update problem for Add-onsHi, I have installed the latest version of the add-on manager and now it can update properly the other plug-ins, thanks.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Update problem for Add-onsI have sent the screenshots via mail as requested.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Update problem for Add-onsPlease look at this libray: https://w-shadow.com/blog/2010/09/02/automatic-updates-for-any-plugin/
It allow to add custom updates with automatic update capabilities and also with the version information window.
PS: I have already tried to remove and reinstall the addons manager, same problem.
- This reply was modified 6 years, 3 months ago by CGItaly s.r.l..
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Update problem for Add-onsHi,
any news about this problem?Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Update problem for Add-onsI have setup this code:
if(empty($_GET['action']) && $_GET['action'] !== 'test_curl') return; $curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_RETURNTRANSFER => 1, CURLOPT_FOLLOWLOCATION => 1, CURLOPT_URL => 'https://www.thenewsletterplugin.com', CURLOPT_USERAGENT => 'Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0 cURL test request/1.0' )); // Send the request & save response to $resp $resp = curl_exec($curl); echo 'Status code: ',curl_getinfo($curl, CURLINFO_HTTP_CODE); // Close request to clear up some resources curl_close($curl); if($resp === false) die("Error"); echo $resp; die();
You can see it live here: https://www.consultingroupitaly.com/?action=test_curl
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Update problem for Add-onsHi,
I have the free version.Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Update problem for Add-onsThe problems happen with these 2 plugins:
Newsletter – Add-ons Manager
Newsletter – WP Users IntegrationForum: Plugins
In reply to: [Yoast SEO] Duplicate page in sitemap@stodorovic: Thanks, it works but now how fix the problem of missing “Last modified” date?
See here: https://www.consultingroupitaly.com/post-sitemap.xml