Paolo
Forum Replies Created
-
AuthorPosts
-
Hi Alistair,
the only language file that comes included with GD is en_US, please read the documentation to find out how to create a en_UK file and modify anything as you see fit.
Thanks
Hi,
yes that should be possible, why are you not being able to do so?
Let us know,
Thanks
Hi Ed,
1) The theme home page provides a search form and the popular categories. What you call categories is the Custom Post Types selector of the search form. You want to change that into links to Custom Post Type archives, because you want them to be sortable, while search results are not sortable.
That doesn’t come out of the box and it requires custom code to be applied to your website. (At least 1/2 hour of work)
As you saw we help with css or code snippets when possible and we try to point members in the right direction, but you shouldn’t expect us to customize your website directly as part of the support provided here.
As I said, if you want to modify any aspect of the theme or plugin functionalities, you should hire a freelance developer to help you out.
If you pass to any developer this information, he’ll be able to do it
https://wpgeodirectory.com/support/topic/restricting-search-criteria/#post-263331
2) if you removed the near field, the near me option was hidden with it, how can the system calculate distance?
3) Didn’t we do that already? Did you see this? https://wpgeodirectory.com/docs/faqs/how-do-i-disable-reviews/
https://wpgeodirectory.com/docs/faqs/how-do-i-disable-favorites/Thanks
Hi,
I don’t think so… I asked to Stiofan to verify and let us know.
Thanks
Hi Hervé,
I asked to the developers to follow up. I can see the problem on your website. They will let you know asap.
Thanks
Hi,
GD is provided in en_US as default language, not UK. All these changes can be made via translation files:
https://wpgeodirectory.com/docs/category/translation/
Please check links 1 and 2.
Thanks
Hi,
the only way to hide it would be via CSS.
This would work if you are using all default tabs:
dl.geodir-tab-head dd:nth-child(14) { display: none; }The number 14 would have to be changed in case you are using less. It could be 12, 10, 8… it depends.
If you provide a link to your website I’ll tell you more.
Thanks
Hi,
in GD >> Advance Search >> First time load redirect you had the default location selected.
I selected no redirect and now it behaves as requested.
Thanks
Now in the featured area I’ve hidden the search form and I put back the popular categories, but I’m realizing now what you want are links to main CPT listings page (so they can be sorted) and not category links.
What I suggest to do is to look back at the code i provided to replace elements in the featured area and replace the popular category shortcode with the GD CPT Listings widget.
I understand that you need this to go online, but changing how the system works to personalize a member website is beyond support.
If you are not comfortable tweaking few lines of code, you should hire someone to help you out with things that are beyond your knowledge.
Thanks
Hi,
the whole system can only filter listings according to user location, after the user has authorized the browser to share his location.
Thanks
I see this error in console for that page: “NetworkError: 500 Internal Server Error – http://linge.pr-man.nl/wordpress/over-lingeweb/”
It’s probably something server related, but I asked to the developers to double check and let us know,
Thanks for your patience,
Hi,
I think the only solution is to copy the class that creates that widget within your theme functions.php file, rename the class, the arguments of the public function __construct() and modify the code of it as you wish.
At that point you can unregister the original widget and register your modified copy.
The code for the loginbox widget can be found in geodirectory_widgets.php from line 241.
Let us know if that helped.
Thanks
That’s because the dashboard works differently from the front end…
September 14, 2016 at 3:57 pm in reply to: Pre-Sale ?: Can I arrange the checkboxes for categories? #266227Hi Alice,
it appears that it was a bug. Stiofan checked and fixed it already. It will be in the next release.
Thanks for spotting this!
🙂
-
AuthorPosts