Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
they are not duplicated, they have different dates.
Events create 1 listing for each dates an event is running.
Thx
Hi,
you need a default location because without it, the plugin will not work.
Dummy data is added with address belonging to the default location, because it is it only to be taken as example.
Once you understand how it works, you can delete it and add your proper data.
Thx
November 25, 2014 at 4:39 pm in reply to: How do I offer a list of neighborhoods to click on? #22564hi,
I get invalid username/password.
Can you please double check the credentials?
Thx
You’re welcome, please provide wp admin credentials and we will have a look.
Thx
HI Russell,
pls see this post. It should point you in the right direction.
https://wpgeodirectory.com/support/topic/removing-the-share-buttons-from-listing-sidebar/
Thx
Hi,
I can’t fix your location page, because the theme editor can’t save. Probably files are not writable.
Can you please add the restore virtual page function again and just visit any admin page?
That should fix it.
For the title to be fixed, I need to be able to restore the location page first.
Thx
p.s.You should never edit the virtual pages.
Hi,
you’re welcome, you prbably didn’t notice, but you were definitely losing widgets and other options in the past too.
The only way to do a complete and clean find and replace is through a PHP script like this one.
There is no way a text editor can do that.
I’m glad we solved.
Thx
We are creating an addon to do that and more, but it won’t be ready that soon.
Probably by the end of next month.
I’ve used profile builder pro in the past for this kind of things and I like it, but it’s not free. Free version doesn’t allow to change avatar.
I don’t think you will find a free plugin that will properly work our of the box and do all that you need.
Thx
Looks like you are running it on a DB where it’s been already replaced (damage already done).
All text editors (no matter how sofisticated), by doing a simple find and replace will break object and serialized strings.
If you do it on a simple wordpress blog, it will result in all widgets removed from your widgets areas.
With GD it will result in many more problems.
You should run it on the original DB. (the one that works correctly on the development website)
Thx
Hi,
you have this error on that page:
You have included the Google Maps API multiple times on this page. This may cause unexpected errors.
one is added by GeoDirectory, the other could be added by the theme or another non GD-plugin.
If with this theme it was working and you didn’t recently update it too, it must be a recently added plugin that also handles google maps.
Let us know.
Thx
Hi,
what did you do the find and replace with? Notepad?
If yes, that will break most of your options.
Search Replace DB version allows you to carry out database wide search/replace actions that don’t damage PHP serialized strings or objects with a user friendly interface and experience.
Thx
November 24, 2014 at 7:54 pm in reply to: Uploaded listings being set as Paid , not Free listings #22490I’m not 100% sure, but I think that you can add 4 extra fields to your CSV at the end after Images.
paid_amount, package_id, alive_days and expire_date
For a free listing you would want:
paid_amount = 0
package_id = 1
alive_days = 0
expire_date = Never* make sure your free package_id for the desired cpt is actually 1…
Let us know,
Thx
Hi,
the tool used to transfer the database is not transferring GD tables.
Make sure to use a tool like this that will take the entire DB into consideration and not one taking only tables with wp_ prefix.
I suggest this one: https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
Thx
p.s. starting with the next release, this problem will never come up again, because to make GD multisite compatible we had to add the wp_ prefix to gd tables too.
Thx
You can try by adding global var $current_user:
if (is_user_logged_in()){ global $current_user $author_link = get_author_posts_url( $current_user->data->ID ); $author_link = geodir_getlink($author_link,array('geodir_dashbord'=>'true','stype'=>'gd_place'),false); echo '<b>Signed In As: <a href="' . $author_link. '">' . $current_user->user_firstname . "</a></b>";Let us know,
Did you try to google it?
http://www.wpbeginner.com/wp-tutorials/how-to-add-custom-post-types-to-your-main-wordpress-rss-feed/
Let usk now if it works.
Thx
-
AuthorPosts