Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Jeff,
having a category is a requirement, neither of your listings have a category assigned which is most likely the problem for the 404 page. We do also have a dummy data installer under GD>General>Dummy Data.
For theme compatibility can you list links with problems you see and i’ll have a look.
Thanks,
Stiofan
You are welcome! 🙂
This would get you the author link
$user_id = get_current_user_id(); $author_link = get_author_posts_url($user_id); $author_link = geodir_getlink($author_link, array('geodir_dashbord' => 'true'), false); echo $author_link;Thanks,
Stiofan
You are welcome! 🙂
Just like the normal WP author page it is dynamic, i don’t think there is any way to add it as a menu item.
I could give you code to generate the link if you are inserting it by PHP somewhere?
Stiofan
Second point was a bug, it has been fixed and will be released early next week.
Stiofan
The message it this: “The Google Maps API server rejected your request. This API project is not authorized to use this API. Please ensure this API is activated in the Google Developers Console: https://console.developers.google.com/apis/api/static_maps_backend?project=_”
If you set a new key using our wizzard under GD>Design>Maps it should make it work or you can fix your current key to enable static maps.
Stiofan
what details should we be testing with?
We will be adding something for this in future.
Stiofan
Hello,
I take it you mean the images when a user adds a review?
There is no way to do that by default.
The post image array can be filtered to add/remvoe image with the following filter:
‘geodir_get_images_arr’Thanks,
Stiofan
Please read the docs Joy posted, also be sure not to edit or open the file in excel it will break it, it has number formating that will auto apply and can’t be turned off.
Thanks,
Stiofan
Hi James,
Your questions are related, we only store the 1st image (the featured image) in the WP tables, as you say if 1000 listings had 10 images each it adds a entry to the post table and several to the meta tables which will bog it down a bit, we use our own table for storing images so this does not happen.
There is no easy way other than directly changing the DB to alter the image tags just now but we are working on something for the future to allow users to edit this themselves.
Thanks,
Stiofan
Please provide wp-admin details in a private reply (only staff can see) and i will have a look.
Thanks,
Stiofan
Yes, that is the problem, i told you to turn on the setting…
You ticked and then unticked the setting?…
-
AuthorPosts