• Resolved yro

    (@yro)


    Hi,

    I have sites hosted on Hostgator and the Geo targeting + the pop up plug in working perfect, but on sites hosted on Namecheap they are not working.

    Does any server related or plugin related settings are required for proper plugin work.?

    Thanks Liann

    https://wordpress.org/plugins/geotargeting/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Damian

    (@timersys)

    HI Liann,
    what is not working is the popups ?
    Have you tried clearing your cookies?

    Thread Starter yro

    (@yro)

    Hi,

    The place for the country name is “blank” empty there are no countries to pick.

    It work on my site that on Hostgator but not on sites that hosted with namecheap.

    Their support asked me to check if there is something to configure on the server?

    Plugin Author Damian

    (@timersys)

    It could be because the countries are not being populated on the database. Try deactivating and activating the plugin back.

    Which version you got of both plugins?

    Thread Starter yro

    (@yro)

    Geo targeting – Version 1.0.3

    Pop up – Version 1.3.0.1

    I did and nothing changed.

    Thread Starter yro

    (@yro)

    Any ideas?

    Plugin Author Damian

    (@timersys)

    You can try to populate the db manually. Just go to phpmyadmin and search the table called Maxmind_geoIP

    The locate the file GeoIPCountryWhois.csv inside the plugin and import it into that table

    The part that is not working for you is:
    $load_data = "LOAD DATA LOCAL INFILE '{$csv_file}' INTO TABLE{$wpdb->base_prefix}Maxmind_geoIPFIELDS TERMINATED BY ',' ENCLOSED BY '\"' ESCAPED BY '\\\' LINES TERMINATED BY '\\n' (maxmind_ipstart,maxmind_ipend,maxmind_locid_start,maxmind_locid_end,maxmind_country_code,maxmind_country`);”;
    $wpdb->query( $load_data );`

    Thread Starter yro

    (@yro)

    Thanks, I did it so i have the countries shown in the pop up configurations but both plug ins do not work.

    Plugin Author Damian

    (@timersys)

    CAn you be more specific on what is not working? Also sharing your site will help

    Thread Starter yro

    (@yro)

    This is the site – http://www.trading-the-forex.net/

    The pop up will work only without country targeting.

    In the widget here – http://www.trading-the-forex.net/blog/

    I enter in the widget –

    [geot exclude_country=”United States”] Messi is the best! [/geot]

    [geot country=”Israel”] Content visible only to US users [/geot]

    Only the first one shows.

    in the second widget I entered –

    [geot country=”Israel”] HELLO [/geot]

    [geot exclude_country=”United States”] Content visible for the rest of the world [/geot]

    Only the second one is working.

    What it means that the geo targeting is not working.

    Thread Starter yro

    (@yro)

    Hi, I came this morning and it’s working, i’ll keep checking.

    Thanks.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Plug in is not working’ is closed to new replies.