Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
I just double checked after the devs asked me for more details and the upcoming events are already showing today’s events.
Just FYI
Thanks
Nothing to be sorry about, but I’m still locked out… 🙂
Hi,
GeoDirectory doesn’t provide such thing. If the theme is capable of doing that, should be asked to the theme author.
Thanks
This reply has been marked as private.Hi,
if you use && it will work only if you are on detail page assigned to both categories.
Change && (and) with || (or)
add_filter('body_class', 'gd_cat_body_class'); function gd_cat_body_class($classes) { global $post; if (geodir_is_page('detail') && ($post->default_category == '38' || $post->default_category == '142' ) ) { $classes[] = 'noclaim'; return $classes;} return $classes; }This shouold work… let us know,
Thanks
Please provide URL and admin credentials and I’ll have a look.
Thanks
Hi Paola,
what happen if you click on the red X button? See image attached.
Let us know,
Thx
No neeed to delete it, I’ve split that topic into a new one. The reply is no longer there.
There is a Javascript error when GD Booster is active but I can’t figure out which file is responsible for it.
I’ve asked to Stiofan to have a look.
Thanks for your patience,
You are welcome, I would explore buddypress and our integration to work around this.
Users will have listings/favourites and reviews in their profile and adding a link to a buddypress is much easier.
Thanks
Hi,
it can be made compatible with any theme, but it’s not out of the box compatible with any theme, especially those who provide complex templates, like this Pravda-Theme for example.
If you provide wp admin credentials I’ll have a look at how complex it is. Almost everything can be done via GeoDirectory >> Theme Compatibility.
Please always open your own topics and avoid replying in resolved topics in the future. In other’s author topics you can’t use private replies.
Thanks
Hi,
no that is not possible. Especially because each user can have more than 1 listing.
Thanks
June 22, 2015 at 6:30 pm in reply to: Split: Directory homepage just displaying the word 'location' #43304Hi,
please read here: https://wpgeodirectory.com/change-logs/#1.4.6
GD pages converted from virtual to normal pages – CHANGED
You can now also chose which page to use in GeoDirectory >> Permalinks.
This was announced here: https://wpgeodirectory.com/support/topic/release-of-1-4-6-and-several-addons/
Before updating and to avoid surprises, we strongly suggest to always read the announcement and the change log for every new release.
Thanks
p.s. please remember to avoid leaving private reply in other member’s topics. Alway open your own topics.
By doing so you are giving access to your website to the author of the topic and not only to us.
Hi,
I’m sure there is one for the 1st, however I’m failing to point it out in the codex.
For sure there is no refund action anywhere.
Am I misunderstanding something?
I’ve asked to Stiofan to follow up and provide the 1st information.
Thanks
Hi,
unless they modify it to work specifically with GeoDirectory, it will not work.
We use database custom tables too to store Custom Fields.
Thanks
link?
also please remember to avoid leaving private reply in other member’s topics. Aòlway open your own topics.
By doing so you are giving access to your website to the author of the topic and not only to us.
Thanks
-
AuthorPosts