Paolo
Forum Replies Created
-
AuthorPosts
-
Hi, please add the dummy data, it will put everything as it should.
In case it doesn’t, please provide wp admin credentials and we will fix your settings.
Thx
HI,
there is no option to disable that, but you could hide it with css:
.geodir-list-view-select { display: none; }
Thx
September 26, 2014 at 6:41 pm in reply to: Customizing Enquiry Form to Become a Lead/Quote Form #16691It would probably easier to create a separate plugin for that.
Thx
Hi,
no at the moment there is no way to switch it off.
I’ll report this to developers.
Thx
September 26, 2014 at 6:15 pm in reply to: Link to Business Function Issues Events/Prices & Payments #16688Hi,
I see in our project management tool that this is under development.
We will keep you posted.
Thx
A developer should be able to add a location level between region and city.
However it would require quite some work and I’m not 100% sure it can be done via hooks without editing few core files.Any other solution would be a patch.
You could try requesting this here, so that we could count how many really needs this.
And if many will vote for it, we will definitely consider it for the future.
Thx
Hi,
unfortunately if google doesn’t recognize the single islands as either a country/region/city, there is no way for us to only show listings that blong to it.
I think that now, the custom field solution provided by Simone, is the only way to go.
Thx
Hi,
just to make sure this is 100% clear to everyone. Our task list is not the feature requests list. That is a plus, which is there to indicate what our members would like to see next.
They are requests, not work orders.
The only 2 completed requests (Avada and X) were requests made when GD was 1st released and both were completed before the request system was even in place.
Our task list currently includes bugs/improvements of currently released products as reported in the support forum which will always have priorities over requests.
Since the new developers started working with Stiofan, the list is becoming smaller and smaller.
Once it will be cleared, we will start developing new features and addons.
Given that you make it sound like we are not doing enough, I would like to point out that, since the 1st release on april 21st, this is what has been done so far, only for the core plugin: https://wpgeodirectory.com/change-logs/
In addition we have released 20 between addons, themes and compatibility packs all of which, have been updated several times.
Everything we did, was done following the feedback we received here on the forum.
Hopefully this will clarify once and for all the meaning of features requests.
Thank you
Hi David,
yes it is a known issue. It has been solved already and the fix is in the new version we are testing this week end and that we intend to release on monday.
Here you can read more: https://wpgeodirectory.com/support/topic/2x-read-more-in-excerpt/
Thx
Hi Again,
Yes for point 1 and 2.
Point 3, no there is no chars limit on post description.With ” not changing the default file headings ” I ment that you can’t change the order of them.
Let us know,
Thx
Not using a range of values like you described.
But if the avarage price is a unique value, yes that is easily feasible.
Thx
That is exactly how it is supposed to work. The map loads only if at least 1 catgeory is selected.
If all categories are hidden, there is noting to load and the map doesn’t show up.
You can only hide the map menu with css.
.map-category-listing-main { display: none; }
Thx
Hi,
the idea of directory is to allow anyone to rate and review listings. That’s why all these categories link the reviews to comments (and comments are linked to the listing).
GeoDirectory provides a hook for the review form:
add_filter( "comments_template", "geodir_comment_template" );
It means that you can add a conditional tag to that hook to make the comment form appear only for the admin.
Thx
September 25, 2014 at 11:00 pm in reply to: Formatting Problems with Custom Fields in X Theme #16623Hi,
for the CSV you can’t reorder the fields like that. You can only add custom fields at the end after images. But the default file headings can’t be changed.
In addition you have far too many tags. Your database have a charachter limit and that is over that limit.
I’ve tried uploading our sample file adding your CPT name and it worked fine.
For the css issues :
input.gd-checkbox { margin: 0 5px; } .geodir_form_row ul.gd_multi_choice { margin-left: 0; width: 67%; } .geodir_form_row ul.gd_multi_choice input { margin: 0 5px 0 0; }
Thx
Hi Guys, everything is possilbe, but you are requesting customization that go beyond the scope of this forum.
Thx
-
AuthorPosts