MCM
Forum Replies Created
-
Download XAMP Beta
https://www.apachefriends.org/en/xampp-beta.html
I am testing on my local machine using this.
Clean install of WP + your plugins (bd and google map)
activate and you will see the errors.I have the same issue but have no other plugins, i.e. testing on my local machine. mix35 any resolve?
alert(“The Google Maps API server rejected your request. The \x22sensor\x22 parameter specified in the request must be set to either \x22true\x22 or \x22false\x22.”)
If I go into the source code and click on the maps js file.
alert(“The Google Maps API server rejected your request. The \x22sensor\x22 parameter specified in the request must be set to either \x22true\x22 or \x22false\x22.”)
I googled this and happens on several other plugins. I am using php 5.4.3 and php 5.4.4 on my local test site and live website.
My local website has 1 or 2 plugins like page-navi so it is not that.
I read some stuff and perhaps your code is also not doing this…
<script type=’text/javascript’ src=’https://maps.googleapis.com/maps/api/js’></script>
This line of code should have the sensor param set but is getting chopped off somehow. Some other dev/person had the same issue but they did not get resolve
Forum: Fixing WordPress
In reply to: Mass Updating Posts with a set ImageWhere would I place that? functions.php?
I see the developer did put some code in but not in all the files..
He put the following in the posttemplates BUT NOT the templates.e.g. wpbusdirman-index-listings.php
if(function_exists('wp_pagenavi')) { wp_pagenavi(); } elseif(function_exists('wp_paginate')) { wp_paginate(); } else { ?> <div class="alignleft"><?php next_posts_link('« Older Entries') ?></div> <div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div> <?php } ?>
I had to switch off your plugin otherwise my users would get that pop up on every page. Consider placing conditional statement that the google js only loads on the necessary pages.
I am using all the fields from the available fields, address, state etc.
Hi, everything is not working fine. The importing of listings need to be fixed such that they use permalinks as they are for listings created manually.
It occurs on both instances, but I had to disable it on my live website as users would get this message on every page.
I am using php 5.4.4 but tested on my local machine php 5.4.3 not sure if this makes a difference.
Nevermind, I changed my CSV to match your fields.
I see the bug. I imported my listing using your plugin csv import. If I create a post manually it works it creates 123/post name
I have just bought the plugin.
Question 1
You said on forum posts it could map to 4/5 fields. I have the following:
address
suburb-area
town-city
province
country
postal-codeYour plugin does not have suburb/area included how do I overcome this?
Should I just merge Address with suburb-area? I can do this quite easily as I am importing from csv files if u don’t have a solution.