Paolo
Forum Replies Created
-
AuthorPosts
-
Looks correct to me?
Hi,
Because the point on the map is the same. We can’t tell the marker this should be you place, but because there is someone else already there, move a little aside.
If the address is the same and lat and long are exactly the same, they will appear on top of one another.
Sorry
HI Silks,
I’ve split your reply and created a new topic to keep some order in the forum.
The error you see is related to Google Analytics statistics, not to you being able to login or not.Your login / register page is: yoursite.com/?geodir_signup=true
Or you can add the GD > Loginbox to any of your sidebars.
To remove that analytics error, you must ask your server admin to disable safe_mode from your server. That will remove the error.
To remove the login failed message appearing below the error, you can eiter disable Google Analytics option or set it up correctly so that it can show statistics:
http://docs.wpgeodirectory.com/core-general/#analytics
Please avoid posting in old topics (especially if they have nothing to do with your current problem).
Thank you!
fantastic…
I think the problem is related to the database tables prefix. I see you changed it to something different than wp_.
Not sure how you did it and if that’s the cause of the problem though.
We will need to wait for Stiofan’s thoughts on this one. He’s been notified.
Thanks.
While I agree that if I search for “yoga footprint” and there is a listing titled “yoga footprint” that should be result #1.
I think this was changed because with AND you were likely to face another problem:
If you had a listing titled : “yoga footprint association” and someone searched for “yoga association” the listing “yoga footprint association” wasn’t even in the results.
We will need to fine tune the search algorithm to make sure it works well for every possible case…
We will need to wait for Stiofan’s comments.
Thx
This is the easiest way.
create a geodirectory folder in your active theme and move a copy of this file inside of it:
wp-content/plugins/geodirectory/geodirectory-templates/add-listing.php
Open the file and change:
###### MAIN CONTENT ###### // this adds the page title do_action( 'geodir_add_listing_page_title'); // this adds th manditory message do_action( 'geodir_add_listing_page_mandatory'); // this adds the add listing form do_action( 'geodir_add_listing_form');to this
###### MAIN CONTENT ###### // this adds the page title do_action( 'geodir_add_listing_page_title'); // this adds th manditory message do_action( 'geodir_add_listing_page_mandatory'); echo 'My custom message here'; // this adds the add listing form do_action( 'geodir_add_listing_form');and you will get this: http://wpgeo.directory/add-listing/?listing_type=gd_place (you need to register and login to see it)
There are also hooks to do this, but I would need to ask for Stiofan’s assistance for them.
In any case this solution works.
Thx
February 14, 2015 at 7:44 pm in reply to: DB Structure for new installation; using category, tags or custom post? #30926Yes, currently the only way is to remove them from the database table.
From the backend you can only include from a list and not the other way around.
I’ve added this as a suggestion in our PM to consider for future releases.
Thx
Thank you, I’ve asked to Kiran to have a look at it and see if it can be used for a future release.
Cheers,
Hi Strong Coffee,
you don’t have multilocation installed. Without multilocation that function isn’t available.
In addition, not having any location, that shortcode will never tell you anything even if it worked.
I’m very confused…
Let us know.
Thx
Sorry to hear about the DDoS.
I haven’t really done anything, but resaving the listing. Now that you price accept more than 1, it saves correctly.
Thx!
I don’t see errors either. If GeoLocation works fine when logged in and not when logged out, I would suspect that a caching plugin or server side caching is breaking sessions.
Let us know if this helps.
Thx
HI,
paypal sent a receipt when you purchased, if you need an invoice, we will need invoicing details.
Business Name
contact name
Addressand any other detail you may require. You can reply in private so details are not shared with other members.
Let us know,
Thanks
Hi Anthony,
could you please provide an example of address so that we can have a look in our test websites?
Thx
February 14, 2015 at 4:23 pm in reply to: Customise search does not work when the booster plugin is on #30910Do you mean presenting 1000 results in a search page? Or having 1000 total listings in the directory?
GD, depending on the server, should be able to handle millions of listings. The only “weak” part that could choke with that many listings is the home page map. Starting from next week Stiofan will spend few days improving that part too, trying to implement server side clustering.
In case you are asking to provide search result pages with 1000 results though, I think that would be a bad idea. It would be slow and I would never go over 20 results per page in any case. In my directories I stick to 10 results per page.
Let us know if this answer your question.
Thanks
-
AuthorPosts