Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Our script key is “geodir-google-maps”
Not tested but try something like this:
function _my_gd_dequeue_script() { wp_dequeue_script( 'tribe-events-google-maps' ); } add_action( 'wp_print_scripts', '_my_gd_dequeue_script', 100 );
We use the api for more than just maps, its also used for things like location autocomplete, and to set the user location if normal browser location fails.
The other way makes much more sense to me but its your call how you want to implement it.
Thanks,
Stiofan
Hi Mark,
Very sorry i missed the replies here :/
I just checked and you are on GDv1 which works differently, so let me try and go over things again knowing that:
1. In GDv1 if the listing is never submitted then its never saved.
2. You can edit the draft listing via your GD author page reached by the GD login box / dashboard widget. On your page though you have a CSS rule that is hiding the edit and status info
.geodir-entry-meta { display: none !important; }
If i disable this rule i can see the edit button and info (see attached pic)
Thanks,
Stiofan
This has been released now and is an option in this addon https://wpgeodirectory.com/downloads/custom-google-maps/
Thanks,
Stiofan
Happy birthday Jeff! 🙂
I remember seeing a fix pushed for this, let me flag it for the dev who can confirm.
Thanks,
Stiofan
May 27, 2019 at 2:44 pm in reply to: Widget for "Claim Listing", "Listing Details", "Contact form", etc. #489266Firstly, downloading a demo site as a zip is not a service we provide…
You seem to have enabled elementor or changed to a full-width page template so let me explain our demo instead.
The main column of of demo is as standard, that’s how its installed, this is edited by editing the “GD Details” WordPress page template.
The sidebar is the widget area, this is edited by adding widgets under WP> Appearance> Widgets.
The widgets we have there are:
GD > Author actions
GD > Post Claim
GD > Output location (set to details page)
GD > Ninja Forms (3rd party free plugin)
GD > Map
GD > Recently ViewedThe sidebar can mostly be setup like that via the setup wizard with the exceptions of the claim and contact form.
I’m not sure what part you were not able to recreate, we are not trying to keep it a secret 🙂
Stiofan
Hi Dirk,
We plan to use WP Easy Updates, by adding this line to the v1 file it will check github for updates
Update URL: https://github.com/GeoDirectory/geodirectory/
https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory.php#L21
Thanks,
Stiofan
Hello,
We have done nothing but the very basic stuff to the demo site. Its load times are decent but could be improved with some individual tweaking https://tools.pingdom.com/#5abe542a7a400000
Things like above/below the fold stuff is individual to each site and can very much depend on which other plugins you have running.
Stiofan
Hi Paul,
Thanks for the post, i have added a task for this to be looked at, we will update you here once we have had a look.
Thanks,
Stiofan
The “GD > Post Address” is available as a block also and you will see the address format options as block options.
(see attached)Thanks,
Stiofan
Hello,
Can you specify exactly what you mean, i assume you mean the search autocomplete suggestions?
(Nice site BTW)
Stiofan
How would you like me to proceed exactly?
Stiofan
We will be launching Whoop v2 on wordpress.org, its currently in the review queue (which takes weeks) hopefully it will not be too long now.
Stiofan
Hi Simon,
I’m the same person who replied to your review, lets get this turned around…
The staging site seems to have converted ok now?
I tried to login to the main site to see how you have that setup but the password no longer works.In GDv2 to be more compatible with all themes we no longer add our own sidebars via the plugin, instead we add options in our widgets that let you only show the widgets in our pages. The theme you are using has no sidebars (apart from a footer one). If thats the theme you want to stick with then the easiest solution would prob be to add a new tab with the sidebar info, or you can even add the info to one of the other main tabs, thats the beauty of v2 🙂 (or there are page builder solutions if you prefer)
I would say our free directory starter theme could be made to look very similar to what you have except with sidebars and top and bottom sections.
Anyway, let me know how you wish to proceed and any issues you have and we can work them out. As you can imagine i might not be around much today but if we can’t get things worked out quickly for you then we can go over things on skype on Monday afternoon if that suites you.
Thanks,
Stiofan
If you are seeing messages about GD not being installed it migh be that the plugin folder is wrong, it must be exactly “geodirectory” for the WP active plugin check.
Stiofan
-
AuthorPosts