alliceteam
Forum Replies Created
-
Unfortunately, we cannot remove the code regarding “AdSense” and “Customize ad tracking” because it is inserted by default by our web host, however as you can see we are not using “AdSense”, we don’t have any kind of advertising, memership or donation button. The code for “AdSense” may be there, but it is disabled.
Forum: Fixing WordPress
In reply to: Warning: curl_setopt() expects parameter 1 to be resource“The fix for this is as follows:
Edit the file /wp-includes/Requests/Transport/cURL.php. On line 527 you will find this code:
if (!function_exists(‘curl_init’) && !function_exists(‘curl_exec’)) {
Change the && to an ||, like so:
if (!function_exists(‘curl_init’) || !function_exists(‘curl_exec’)) {“It dind’t work for me, I still have the same problem. What can I do?
Forum: Fixing WordPress
In reply to: Warning: curl_setopt() expects parameter 1 to be resourceThank you!
Sorry, I should have checked better that topic.Forum: Fixing WordPress
In reply to: Can't delete images completelyNow I deleted the whole website, there is nothing left inside the dabatase, but the image it’s visible on other PCs and browsers. I don’t understand how is this posible.
Forum: Fixing WordPress
In reply to: Can't delete images completelyThat’s strange.
I can still see it even if I use CCleaner and trye the Icognito mode.
I even tryed Internet Explorer (I use Chrome).Thanks for your reply!