Paolo
Forum Replies Created
-
AuthorPosts
-
excellent, glad you solved! 🙂
Hi Jan,
FYI, you can sell it directly on themetailors.com if you wish.
You just need a paypal account.
Thx
Hi Adrian,
translations are not lost with updates if done correctly.
Have you changed core files? (you shouldn’t!)
We can’t provide the type of support you are asking here in any case. We don’t log the exact change we do in the code base. We would have to compare files of the old version with files of the new version with winmerge and that very time consuming.
That’s why you shouldn’t change core files under any circumstances.
Thanks
Hi,
you had the share location addon installed. I deactivated and solved the problem.
Share location is now included in the advance search addon.
Thx
You had the share location addon active. That’s been merged into the advance search addon and should no longer be used.
Thx
That’s because you were clicking the download link without being logged in.
Hi,
GeoDirectory will not work without categories. All maps will be broken.
To add a different message per CPT, you need a PHP conditional tag.
Something like this:
if(isset($post->post_type) && $post->post_type=='gd_place'){//text for gd_place} elseif(isset($post->post_type) && $post->post_type=='gd_event'){//text for gd_event} else {}Thx
Hi,
If you look at certain items on my site within the plugin,
How can we look without a link? 🙂
Without looking we can’t offer a solution.
Thx
Hi,
I’ve changed the email for you (don’t know why it wasn’t saving for you and I’ll check).
You bought on themetailors.com not here, so the download section for you will never appear here.
To download updates you must download it from your “My Order” page on themetailors.com.
Just FYI.
Thx
Yes, instead of checking the custom post type, you check what package id a listing belongs to.
In that function change this:
if(isset($post->post_type) && $post->post_type=='gd_free'){}if(isset($post->package_id) && $post->package_id=='1'){}Make sure your free package id is actually 1 or change that to whatever it is.
Thx
Hi,
that is possible, but it would require a customization of listing-detail.php actions.Search function doesn’t look in all fields. It would become extremely slow. It only looks in title and taxonomies (tags and category).
Thanks
Hi,
no that’s not possible.
As I said, you took the wrong way by structuring your website like that.
You should really use the payment manager.
January 2, 2015 at 6:11 pm in reply to: Asking For Password At Registration – Seems to be an option in code #26103Hi,
apparently the option has never been added.
The code to validate and save the password is available, so we just need to add the option.
I’ve asked to Stiofan to add it in the next release.
Thx
not really, we still have to discuss how to develop it.
Thx
HI Adrian,
you should use the prices and payments addon instead of doing that.
1st there is no system to “upgrade” from 1 CPT to another 1 and the only way to move a listing from a CPT to another is to alter 3 database tables.
wp-posts, than also move 1 line from wp_geodir_gd_free_detail to wp_geodir_gd_premium_detail or whatever the CPT name is.
Because you have to alter more than 1 table for each listing, the faster way is to delete the listing and re-enter it manually.
I hope you understand why you shouldn’t try to use the system differently from how it’s been designed to work.
Thx
-
AuthorPosts