Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
as far as I know we are not touching that function so it should work…
I asked to Stiofan to confirm. He’ll let us know asap.
Thank for your patience,
Hi,
our buddypress integration or the buddypress plugin?
If you provide a link and admin credentials we can have a look.
Let us know,
Thanks
In that case users should only use Room Layout and the corresponding capacity as filters and leave the 1st capacity field blank…
Just my 2 cents.
You could move the categories at the bottom section of the listing page to avoid that…
You ahve plenty of freedom to make it so that the listing page doesn’t look identical to the home page. You just need to move around widgets.
Thanks
June 7, 2016 at 4:55 pm in reply to: Want to create a cover page that links to geodirectory homepage and blog #204763HI,
yoursite.com/location if it is not set as your hme page.
You can change that via GeoDirectory >> Permalinks.
Thanks
Hi,
adding a custom field to the comment form is not so difficult, there are plugins that allow you to do that, but adding the map with a pin will require a complex customization that goes beyond support.
Sorry.
the only reason I can think of is that the apostrophe of the 1st place was imported or copied carrying over a wrong format. Maybe a curly quote instead of a normal single quote.
Can you please provide admin credentials in a private reply so that we can check?
Hi,
there is currently no similar option, it would require a customization.
I’m sorry.
Hi,
that theme doesn’t allow such thing.
You should change theme to Directory Starter that allows for that out of the box.
Thanks
Thanks for letting us know 🙂
June 7, 2016 at 4:11 pm in reply to: How to detect if a listing is premium, to hide other elements from sight #204752Hi,
you could try using a plugin like widget logic: https://wordpress.org/plugins/widget-logic/
The logic to determine package ID would be:
global $post; return ($post->package_id != 7);Where 7 is the only package where you don’t want the widget to show.
Instead if you want to show a widget in more than one package you can use something like:
global $post; return (in_array($post->package_id,array('7','9')));In this case the widget will appear on listings with package ID 7 AND 9.
Let us know how you went.
Thanks
Hi,
no that would require rebuilding the plugin almost entirely.
An event can logically happen in 1 place only. If they are happening in 2 separate places, they are considered 2 events.
While 1 place can host multiple events.
Thanks
Hi,
the system requires listing in subcategory to also belong to the parent category.
The only way would be to avoid having the second as a sub-catgeory if you want to avoid selecting it’s parent too.
Thanks
the .po file for GD core… this is located in the core plugin language folder.
wp-content/plugins/geodirectory/geodirectory-languages/geodirectory-en_US.po
Thanks
Hi,
correct tags should be [#order_amt#] not [#$order_amt#].
I asked to the developers to double check why the $ variable si in there…
They’ll let us know asap.
Thanks
-
AuthorPosts