• We recently moved hosting platforms for the site I am referring to. They did not make any changes to any of the content but just moved it over to a newer version of WP. Prior to the move, your plugin would change which logo is shown based on IP Address. What we had and still need to happen is have one logo appear when the client is in Arizona and another if they are anywhere else. This is the code that is in header-1.php

    <div class=”geo-logo”><?php echo do_shortcode(“[geoswitch][geoswitch_case country_code=’US’ state_code=’AZ’]wmpo-akchin-logo[/geoswitch_case][geoswitch_case][/geoswitch_case][/geoswitch]”); ?></div>

    and here is the code in the header-2.php

    Does your plugin not work anymore w/ the newer versions of wordpress? Also, you should know that I downloaded the database and uploaded it to wp-content/plugins. Please let me know why when I used geopeeker.com the logo being used is the one we only want to be used if in Arizona.

    The page I need help with: [log in to see the link]

  • The topic ‘Not working’ is closed to new replies.