cziko
Forum Replies Created
-
There is problem with the ‘meta tag from Google’ setting. In the head section of a website instead of showing
<meta name="google-site-verification" content="GOOGLE_CODE.html" />
the plugin shows plain google code. Browsers interpret it as a body element and display right after the <body> tag. It is a serious bug.Forum: Fixing WordPress
In reply to: "WordPress Researcher", malware? How to get rid of it?I had some how three instances of this plugin installed without my knowledge. Users ‘admin’ and ‘administrator’ were created.
Sneaky bastards. I deleted plugins, deleted users, scanned with Anti-Malware and Brute-Force Security by ELI and everything seems to be in order.
For me this is still mystery: how they manage to create physical files on the server (I know you can do it with simple php instructions, but how they execute it)?
Forum: Plugins
In reply to: [woo-popup] Editor doesnt work in 3.9 versionI have to apologize – it worked like a charm! Php version was all ok, the version of WordPress was wrong (3.4), i updated all. I’m, sorry for inconvienience – great plugin and great response! Thank you!
Forum: Plugins
In reply to: [Sociable Polska Edycja] Wstawienie SPE w dowolne miejsceW wybranym miejscu wklej ten kod:
<?php if(function_exists('sociable_html')) { echo sociable_html(); } ?>
At least I know I’m not the only one that has this issue…
Forum: Fixing WordPress
In reply to: Error message when i click on media in adminSo good to have you guys! I modified query.php file, works perfect. But before that I made loud “WTF”.
Forum: Fixing WordPress
In reply to: Warning: call_user_func(art_comment) [function.call-user-func]For these who has theme-specific problems with call_user_func() Warning and comments:
– check if your functions.php has all the required functions that comments.php uses