Paolo
Forum Replies Created
-
AuthorPosts
-
You are welcome 🙂
Hi,
This is a snippet that can be added to your functions.php to modify the link anchor text of custom fields (between other things) using a built in GD hook.
It already works.
Thanks
Hi,
Sky is a standalone theme compatible with GeoDirectory plugin.
The database of listings is managed via GeoDIrectory plugin, not via GDF.
GDF is 1 of our own themes compatible with GeoDirectory plugin.
GDF and SKY are alternatives and cannot work together.Hope it’s clearer now. 🙂
Thank you
Hi,
1) I’ve added a task for developers to verify import speed. 4 to 5 hours for 2000 listings seems way too much. There is definitely a bottle neck somewhere.
2) We are 40/50% done with the new marker cluster addon. We are porting a C++ script into php and it will be a revolutionary script for the WordPress industry. It will be clustering server side and depending on the server resources, it will be able to group tens if not hundres of thousands per second.
3) You can’t redirect a user to his location unless he clicked to approve sharing his browser location. That’s how google geolocation service works. A workaround could be to have a landing home page without map, but with a prominent button “Locate me”, that if clicked would redirect to the location/me page with 100miles radius.
We will keep you posted about point 1 and 2, but about point 3 there isn’t much that we can do.
Thank you!
Hi,
it is the only plugin to take into consideration IMHO and the only one we check constantly for compatibility.
Thanks
You are welcome 🙂 Thanks to Stiofan for the code snippet!
That is correct.
We will lete you know,
thanks!
p.s. make sure to replace ‘menu’ in “geodir_show_geodir_menu” with the html varibale of your custom field…
Hi,
please try this in your theme functions.php file :
// Replace 'menu' in "geodir_show_geodir_menu" with the html varibale of your custom field add_filter("geodir_show_geodir_menu","myTheme_change_menu_title", 10,2); function myTheme_change_menu_title($html, $variables_array){ if($parts = explode('target="_blank">',$html)){ $html = $parts[0].'target="_blank">Click Here for Our Menu</a></div></div>'; } return $html; }Let us know,
Thanks
Hi KB,
I’m looking into this with Stiofan, we wil llet you know asap.
Thanks for your patience,
Ok thanks, please let us know if you find an alternative, otherwise as soon as time allows it I’ll go knock on their door and try to convince them to work together to fix the problem.
Cheers,
August 27, 2015 at 3:05 pm in reply to: Show only selected price packages in the listing form #51045Is it possible to code to show only selected price packages in the form?
No this is not possible. It would require a major code customization.
Thanks
August 27, 2015 at 12:14 am in reply to: The Add Listing Page/Formatting sidebars on Add Listing page #50988You are welcome 🙂
You are welcome 🙂
Hi,
for the Envira add-on, the only solution would be to hack their add-on and remove the rewrite rules some how, if they were kind enough to point out where they are, it could be feasible. However at the moment we are really too busy to hack 3rd party plugins to make them work with GD.
The best solution of all would be to find a gallery plugin that doesn’t rewite URLs when it’s not really needed.
The second problem isn’t a pagination problem, it is CSS.
.home-footer-section .geodir_list_heading a, #home-content-widgets .geodir_list_heading a, .geodir_location_listing .geodir_list_heading a { bottom: 0; left: 0; position: absolute; }This is pushing the “view all” link of the sidebar Upcoming events widget on the same line as the pagination links and it is covering them. In fact even in between the pagination link and the view all link it points to the /events/ page.
Thanks
-
AuthorPosts