grahamfoster
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] WP Store Locator shows no results mobileThanks for all the prompt help / pointers Tijmen, it all seems to be working fine.
Great plugin!
Forum: Plugins
In reply to: [WP Store Locator] WP Store Locator shows no results mobileOh yes, and the page with the map is now here:
http://psyhealth.co.uk/client-area/
And to recap the issues:
1. On a Mac with Chrome, the results display 2 locations: the same location repeated.
2. On an iPhone 5 and Windows 8.1 running IE11, it searches for the locations but then displays no content.Forum: Plugins
In reply to: [WP Store Locator] WP Store Locator shows no results mobileThanks for the quick response.
Since my last post I have taken the site live, but the problem is still occurring. So I wanted to clarify the structure of the folders on the server, as this may be causing the redirect you mentioned.
My WordPress site is in a separate folder from the root directory (the hosting doesn’t allow WordPress easy installs in the root directory).
So my WordPress Address is set to the folder that my WordPress site is in (http://psyhealth.co.uk/new2016), and my Site Address is set to the home directory (http://psyhealth.co.uk).
I then copied the htaccess and index.php files to the root directory.
The htaccess code is:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressWould this structure etc be effecting the plugin?
I don’t have any security plugins running by the way.