usws
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Share And Social Locker - ARSocial] Like Button Does Not AppearHi reputeinfosystems, the button still doesn’t seem to work. Could it a problem with my Facebook Developer account, the API code / key / version I used or is it the WordPress version?
Thank you for you kind follow up.
Sincerely,
Shaun GohForum: Plugins
In reply to: [Social Share And Social Locker - ARSocial] Like Button Does Not AppearThank you reputeinfosystems, let me know if you require any information or action on my end!.
Really appreciate that you’re looking into it!Forum: Plugins
In reply to: [OnePress Social Locker] red error button for facebook likeI don’t think so, i could see the message & URL even when I wasn’t logged into WordPress. The IP address URL was used as the site is targeted at internal staff at our company.
Forum: Plugins
In reply to: [OnePress Social Locker] red error button for facebook likeSame for me too, and it has been ongoing for almost a week now.
My locker is being used at the URL below, would the developer be able to have a quick look to see what’s wrong?
https://43.229.130.77/support/insurance-product-reference-sheet/
Forum: Fixing WordPress
In reply to: Mass Edit WordPress Tags?There is a way to replace all hyphens with spaces (might screw it up though) through the database i think. I’m not sure how exactly but someone with better SQL knowledge might know. I think it looks something like
update table_name = replace(something,something,something)
Forum: Fixing WordPress
In reply to: comments all appear from server IP addressI found a code for to fix this problem but i don’t know where to put it (it’s from byethost, not sure if it works for other webhosts)
$HTTP_SERVER_VARS['REMOTE_ADDR'] = $REMOTE_ADDR = $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_X_FORWARDED_FOR'];
It should be put in a global WP file. Anyone got ideas?
Forum: Fixing WordPress
In reply to: IP Logging for Comments is loogging my server’s ICould i change somekind of global setting (or edit a global WP file) so that the whole site (other plugins etc.) does this instead of just the comments function?