Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
It seems like its defiantly something server related, ask your host if they can do anything, if not it might be time to leave. Who is your current host and where is your main target audience?
Stiofan
This reply has been marked as private.That was just telling you how to get the image not how to add it as a facebook image.
@paolo do u think we should add this as a default feature?You are welcome! 🙂
You would have to use JS to insert it somewhere.
Stiofan
Yes and you can set what cats are unticked under GD>Design>Map>Select category to untick by default on map
The marker clusters are images, you can filter them to change the url to the image with this filter
“geodir_marker_cluster_image_path”/** * Filter the map marker cluster images path. * * @since 1.2.6 * @param string $imagePath Marker cluster images path. */ $msgs['imagePath'] = apply_filters('geodir_marker_cluster_image_path', $imagePath);Thanks,
Stiofan
Hi Mike,
I have added this as a feature to add, it probably wont be the next release but will be added in the future.
Thanks,
Stiofan
Hi Rob,
If you do a lot of imports and in some other cases the category counts can be wrong, i fixed this by going to GD>GD Tools>Location category counts>RUN
Thanks,
Stiofan
Under GD>CPT>Edit>Advanced>Order in post type list
Change those orders to change the order in the search list.Stiofan
Thanks but it wont let me add changes via the editor.
Stiofan
Thanks for the info, you had excluded the place CPT from showing the map under the SHOW / HIDE POST TYPE AND CATEGORY ON MAP settings, i unchecked it.
Stiofan
Glad to hear it!
Your server seems to fall down with sub queries in the main query, i researched it and it seems some servers suffer from this, i removed the sub query and just inject the results to the search query to get around it. I have sites running about 10x the listings you have that don’t suffer this so it must be some sort of server specific thing.
Anyway the fix will be in the next release of GD.
Thanks,
Stiofan
The user u gave does not seem to be an admin, i have fixed this and the fix will be in the next release of GD Booster.
Stiofan
You can get the image url like this:
if (function_exists('geodir_get_location_seo')) { $seo = geodir_get_location_seo(); if (isset($seo->seo_image) && $seo->seo_image) { $full_image_url = wp_get_attachment_image_src($seo->seo_image, 'full'); } }Stiofan
Hi Malc,
Can you give this a try now.
Thanks,
Stiofan
-
AuthorPosts