Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
our API to access data from an external application haven’t been completed yet. It will take few more months.
Thank you for asking.
I never tested it…
Hi,
it seems to be working only when there are listings. If there are no listings the ads is not appearing.
Can you please try to add a test listing in one of the page where it is not showing up? Just to see if I’m correct.
In any case, I think this is not a problem caused by GeoDirectory.
Let us know,
Thanks
You are welcome 🙂
Hi,
all listings of that page are showing this image: http://expatsphere.ivykitten.com/uruguay/wp-content/uploads/sites/6/2015/11/529_MDI.jpg
Were you ble to solve this on your own?
If the answer is no, please provide admin credentials in a private reply (only staff can read them) and we’ll have a look for you.
Let us know,
Thanks
Thanks for letting us know! 🙂
Hi,
that is correct, however I think you can only add an event to a place or cpt listing only if you are the owner of the listing too.
I’d need a link and admin credentials to see if there is any error in your settings though.
Let us know,
Thanks
That is not possible, we can’t alter the link created by the excerpt function.
Thanks
January 18, 2016 at 10:19 pm in reply to: Remove Listing Desc, Tag Keywords, Image from Add Listing page #69267Hi,
tags and image uploader can’t be hidden via option, but they are not mandatory. If you wish you can hide them with css.
Business Owner/Associate field is for the claim listing add-on, that way users can add claimed listings directly. You can disable the add-on if you don’t need it.
Thanks
Hi,
there is still an extra
closing </DIV>in the profile tab that is breaking the rest of the layout.
See image attached.
Did you try disabling the plugin?
Let us know,
Thanks
Hi,
I’m sure you cannot make a field read-only, but I’m not sure I understand what the problem is. Can you please clarify?
Thanks
Hi,
I’ve asked to Stiofan if it is possible to add a hook for Jeff, so that his add-on can out put the business hours replacing the original field.
We’ll let you know asap.
Thanks
Hi,
you can only have 1 event CPT throught the events add-on. The Custom Post Type add-on only allows to create listing type of posts, like places.
Instead of another CPT you could use categories instead?
Otherwise the only solution I can think of, would be to take the events add-on and create a duplicate of it, rename it and renaming every single functions. Not an easy one.
Sorry about that.
Thanks
Hi,
that is correct, if you disable it from design >> detail option it will disable it completely.
You should use a function like this:
function my_change_sidebar_content_order() { return array(); } add_filter('geodir_detail_page_sidebar_content', 'my_change_sidebar_content_order');This will remove everything from teh array and nothing will be output in the sidebar.
TO add extra html and styles you need to rebuild the original functions.
So if you want to change the html of geodir_social_sharing_buttons, you will need to search for function geodir_social_sharing_buttons() in geodirectory_hooks_actions.php. Copy and paste it in your theme functions.php, rename it something like function my_geodir_social_sharing_buttons(), modify it as you wish and use your new function in the add action call.
add_action('geodir_details_main_content', 'my_geodir_social_sharing_buttons', 25);Let us know if this helped.
Thanks
January 18, 2016 at 9:37 pm in reply to: How to hide "post author" (email address) in reviews and ratings #69255Hi,
the email address is never public.
Thank you
-
AuthorPosts