namitmhatre
Forum Replies Created
-
Forum: Plugins
In reply to: [Geolocation IP Detection] GEO IP Shortcode for country detection not workingHey,
Can you please help me on same? Do I need to make some changes in settings?
Forum: Plugins
In reply to: [Geolocation IP Detection] GEO IP Shortcode for country detection not workingThanks for the reply. After adding the new shortcode [geoip_detect2 property=”country.name”] also I cant get the country code.
I have used the same shortcode in normal post too but thats also not showing the country
But when I put [geoip_detect2_get_client_ip] I am getting public IP.
- This reply was modified 9 years, 6 months ago by namitmhatre.
Thanks for the reply.
Waiting for next release.Forum: Plugins
In reply to: [JCH Optimize] Activating plugin gives fatal errorMy mistake….
After applying your fix it works perfectly fine. I tried with fresh setup.Forum: Plugins
In reply to: [JCH Optimize] Activating plugin gives fatal errorThanks for reply codealfa!
Getting following fatal error after updating code.
Fatal error: Call to a member function wp_plugins_dir() on a non-object in /var/www/html/stg_vserv/wp-content/plugins/jch-optimize/jch-optimize.php on line 167
Forum: Fixing WordPress
In reply to: Unable to log into admin panelSome compression enabled on CDN; disabling compression solved my issue.
Forum: Plugins
In reply to: wpupdatestream and wpwhitesecurity hacksYou can clean infected files using
find /folder-name -type f -exec sed -i -E “s/(\/\*.{32}\*\/\;window\[.*\/\*.{32}\*\/)/ /” {} +
I found it <a href=”https://blog.sucuri.net/2016/02/massive-admedia-iframe-javascript-infection.html
“>here
then follow usual upgrade process.Forum: Fixing WordPress
In reply to: Unable to log into admin panelThanks for the reply Tara!
I’ve gone through this troubleshoot process but wont worked.