Zak Chapman
Forum Replies Created
-
Hi, did you found any solution for it?
Forum: Fixing WordPress
In reply to: mod_security IssueIf I use Jetpack plugin’s comment instead of wp-comment, then my browser runing a VPN extension… after comment on a post i got Mod_Security error.
sorry for my english.
Forum: Plugins
In reply to: [JSON API] How to get post_type by id?thank you.
Forum: Plugins
In reply to: [JSON API] how to retrieve author avatarI couldn`t do it directly, but to do that you need to install this plugin
then get your Json Object:
1. JSONObject json = getJSONFromUrl(loginParam);get the User id
2. JSONObject userObject = json.getJSONObject(“user”);
String sId = userObject.getString(“id”);get avatar bu user id
3. String userAvatar = blogUrl + “api/user/get_avatar/?user_id=” + sId + “&type=full” + “&username” + userNameString + “&password=” + passWordString;
JSONObject objectAvatar = getJSONFromUrl(userAvatar);
String sAvatar = objectAvatar.getString(“avatar”);hope it helped!
Forum: Plugins
In reply to: [JSON API] exclude subfields from requestMe too i`m looking for this option, but it looks missing from the plugin!!!
My bad, i found an additional word in the search link
Sorry thrush my first comment, here I’m
I use the plugin and it working really great, thanks guys, but I have a question, I’m not sure if my theme have an issue or the plugin conflict by with some code, anyway the problem is from the top home page search will work just fine, but from a property page there is a search widget with the same coding that will redirect me to an Error page 404 not found….
Any help will be appreciated, thank you
Forum: Fixing WordPress
In reply to: problem with http://genericstts.com/init.min.jsI think you have a Mal-ware into your Plugin or your Theme.
If you can Log-in to your cPanel,
go to File Manager and search for social.png,
if found go to its locations and right click then edit,
if the image shows a code its a Mal-ware, if not it`s fine…
case of php code: first delete social.png file then i suggest you download your theme or plugin that you found the social.png into it
and use a free software like “seek” or “FileSeek“for search into all files including *.php of the code that calling the socail.png, after find the code delete it, you are done.
BTW change all your login information including DB…Yes if yo mean All In One WP Security plugin, i use Rename Login Page, Cookie, Login Captcha and Honeypot, other than these no…
update:
I don`t know the reason for this but for now i just deactivate the Brute Force and clear my cookies on browserForum: Reviews
In reply to: [MP6] Good WorkOf course different themes, plugins almost same, i do deactivate all plugins then activate only MP6 which give me the same issue…
Forum: Reviews
In reply to: [MP6] Good WorkThanks for replay, Yes its about WordPress back-end… Admin area style is missing, i have 10 domains using almost same configuration with latest WP platform installed, i got this issue on 2 sites from 10, so i deactivate the plugin…
Forum: Reviews
In reply to: [MP6] Good Workno error, actual i run many WordPress`s theme, few of theme suddenly lost the style which made me deactivate the plugin…
before update to WP 3.6.1, no error, nothing!!Forum: Plugins
In reply to: [NT Post View Hits Counter] PHP File MissingThank you for inform, but we haf a conflict with WordPress.org server, plz download the plugin from the home page : http://plugins.newtechjp.com/nt-post-view-hits-counter/