Paolo
Forum Replies Created
-
AuthorPosts
-
January 18, 2016 at 9:36 pm in reply to: Add numbers to map markers on the search results page #69254
Hi,
I’m not sure this is an easy one, however I have asked to the developers if possible to point you in the right direction.
They’ll let you know asap.
Thanks
Hi,
there is not much we can do here, it’s zooming out to show all markers, that’s the result.
With CSS you cannot change the size of the map canvas depending on the zoom or the screen resolution. The size is set via script, not css.
The only solution here would be to avoid using the autozoom and set a fixed zoom.
Thanks
January 18, 2016 at 6:19 pm in reply to: Uncaught RangeError: Maximum call stack size exceeded #69241Hi,
I see different errors:
too much recursion
…w _.N(a.width,a.height)};_.O=function(a){return function(){return this.get(a)}}
js?&language=en (linea 44, col 411)
too much recursion
…rn this[a]}};_.t.set=function(a,b){var c=vb(this);a=a+””;var d=Za(c,a);if(d){var…
js?&language=en (linea 87, col 613)Never seen this before.
I’ll ask to the developers to check, could you please provide admin credentials too in a private reply, in case they need it?
Let us know,
Thanks
HI,
there isn’t, if you provide a link and admin credentials in a private reply (only staff can read them) we’ll check how complex it is and if it isn’t extremely complex we will help you out.
Let us know,
Thanks
This reply has been marked as private.Hi,
not out of the box, there is no option to do that. you would need to customize the template listing-listview.php.
https://wpgeodirectory.com/docs/customizing-geodirectory-templates/
Having to load so many maps however (even if static), would make that page much slower. Just FYI.
Thanks
Hi,
you can move both catgeories and tags easily if you want. Moving only tabs is much more complex.
With this added to the functions.php file of your theme, you will remove it from where they are and move them below the tabs.
remove_action('geodir_details_main_content', 'geodir_action_details_taxonomies', 40); add_action('geodir_details_main_content', 'geodir_action_details_taxonomies', 65);Thanks
Hi,
please avoid double posting in multiple topics: https://wpgeodirectory.com/support/topic/homepage-gmap/#post-69235
Thanks
Hi,
do you mean the location switcher? In that case you could use the shortcode : https://wpgeodirectory.com/docs/location-manager-shortcodes/
Let us know if this helps.
Thanks
Depending on the code that you already have on your functions.php, this should do it:
add_action( 'geodir_details_main_content', 'the_excerpt',45);If it isn’t position correctly, try changing the priority 45 until is positioned where you want it. (you should lower or increased by 10)
Let us know how you went,
Thanks
We discussed this, it could be difficult to set location Sessions using that autocompleter, reason why we are still looking for the best way to use it, if possible.
Thanks
January 18, 2016 at 5:35 pm in reply to: Help resources for GD Login and GD Add Listing pages #69231Hi,
Please let us know exactly the steps that brought to this situation.
For example, did you disable multilocation while updating events?
Thanks
That should get you started, let us know how you went.
Thanks
Hi,
I’ve flagged this for Stiofan, he’ll provide examples about this asap.
Thanks
-
AuthorPosts